
body {
	background-color:#000;
	color:#d8e2d8;
	/*font-family:arial,sans-serif;*/
	font-family:tahoma,serif;
	font-size: 81.5%; /* creates approximate 1.0em = 13px = 10pt equivalency */
	/*font-size:.8em;*/
	margin:0;
	padding:0;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

.story
{
	background-color:#0b0d02;
	border-radius:6px;
	-moz-border-radius:6px;
	color:#efefef;
}

.doubleSpaced, ol.doubleSpaced li {
	margin-bottom:1em;
}

.story h3 {
	background-image:url('/images/marquee.jpg');
	background-repeat:no-repeat;
	text-shadow: 2px 2px 2px #000;
	font-size:1.4em;
	font-weight:normal;
	height:59px;
	padding-top:12px;
	padding-left:15px;
	padding-right:70px;
	margin-bottom:0;
}

.subHeadline {
	font-size:.8em;
	color:#77ce7d;
}

.storyContent {
	padding:10px;
}

a {
	color:#0D0;
}

a:visited {
	color:#0A0;
}

a:hover {
	color:#AD0;
}

#container {
    width:100%; /* any width including 100% will work */
    /* margin:0 auto; /* remove if 100% width */
}

#adCode {
	text-align:center;
	padding:4px 0 4px 0;
	border-bottom:1px #444 solid;
	margin-bottom:8px;
}

#header {
    width: 100%;
	background-image:url('/images/hdback_main.gif');
	background-repeat:repeat-x;
	text-align:right;
	height:138px;
	/*padding-left:10px;*/
	margin-top:.2em;
}
#content {/* use for left sidebar, menu etc. */
    float: right;/* float left for right sidebar */
    margin: 0 0 0 -230px; /* adjust margin if borders added */
    width: 100%;
 }
#content .wrapper {
    margin: 0 0 0 230px;
    overflow: hidden;
    padding: 10px 0 10px 10px; /* optional, feel free to remove */
}
#sidebar {
    float: left;
    width: 195px;
    padding: 10px;
}
.clearer {
    height: 1px;
    font-size: -1px;
    clear: both;
}

/* content styles */
#header h1 {
    padding: 0 0 0 5px;
}
#menu p {
    font-size: 1em;
    font-weight: bold;
    padding: 5px 0 5px 5px;
}
#footer {
    clear: both;
    text-align: right;
	height: 18px;
	background-image: url('/images/footer_bg.gif');
	background-repeat: repeat-x;
	padding-right: 20px;
}
#footer p {
    padding: 10px 0;
}

/* internal elements */
.sidebarLinks {
	margin:0 0 10px;
}

table#highlightLinks {
	border:0;
	border-collapse:collapse;
	width:100%;
}

div#nextMeeting {
	line-height:1.7em;
	font-weight:bold;
	margin-bottom:2em;
}

div#nextMeeting a, div#nextMeeting a:link {
	color:#FE2;
}

div#nextMeeting a:hover, div#nextMeeting a:active {
	color:#FFF;
}

img#nextDate {
	margin:.4em 0 .4em 0;
}

img#joinForums {
	border:0;
	width:195px;
	height:47px;
	margin:1em 0 1em 0;
}

#introText {
	background-color:#141414;
	border-radius:6px;
	-moz-border-radius:6px;
	color:#dda;
	margin-bottom:2em;
	padding:1em;
	font-size:1.1em;
	font-weight:bold;
	text-shadow: 2px 2px 2px #000;
}

#weare {
	font-size:1.3em;
}

#mainHeadline {
	margin-top:0;
}

img#sc3Logo {
	margin-right:25px;
	width:220px;
	height:138px;
	border:0;
}

.highlightImage {
	font-size:smaller;
	color:#2B0;
	text-align:center;
	margin-bottom:3em;
}

.highlightImage img {
	width:250px;
	border:1px #440 solid;
}

#rotator {
	border: #3f3 solid 1px;
	float: right;
	height: 180px;
	margin: 0px 14px 10px 25px;
	overflow: hidden;
	position: relative;
	width: 240px;
	}
#rotator img {
	height: 180px;
	width: 240px;
}

ul.friends li {
	margin-bottom:1em;
	font-size:1.3em;
	font-weight:bold;
}