
body {
	background-color:#000;
	color:#FF3;
	font-family:arial,sans-serif;
	font-size:.8em;
	margin:0;
	padding:0;
}

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; /* optional, feel free to remove */
}
#sidebar {
    float: left;
    width: 180px;
    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 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 {
	color:#ffe381;
	margin-bottom:2em;
}

#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: -10px 14px 10px 25px;
	overflow: hidden;
	position: relative;
	width: 240px;
	}
#rotator img {
	height: 180px;
	width: 240px;
}