@charset "UTF-8";
/* CSS Document */

body {
	background:url(../images/bgrepeat.gif) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
        color:#5e5e5e;
	}
	
#container {
	width:1000px;
	height:300px;
	position:relative;
	margin: -10px auto 0px auto;
	background:url(../images/colors.png) no-repeat;
	overflow:visible;
	}
	
#navigationcontainer {
	width: 831px;
	height: 170px;
	background:url(../images/navbg.png);
	position:absolute;
	margin:0px auto 0px auto;
	left:85px;
	}
	
#navigation {
	height: 28px;
	width:800px;
	top: 113px;
	left:10px;
	position:relative;
	}	
	
#navigation ul {
	display:inline;
	position:absolute
	}	

#navigation li {
	background:url(../images/black20.png) repeat;
	height:18px;
	list-style-type:none;
	margin: 0px 5px 0px 0px;
	font-size:16px;
	font-weight:bold;
	padding:5px 5px 5px 5px;
	text-align:left;
	display:inline-table;
	}	
	
a {
	color:#5e5e5e;
	}

a:link {
	color:#000000;
	text-decoration:none;
	}

a:visited {
	color:#5e5e5e;
	text-decoration:none;
	}	
	
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}	
	
a:active {
	color:#CCCCCC;
	text-decoration:none;
	}	
	
#logo {
	width:322px;
	height:125px;
	left:10px;
	top:0px;
	position:absolute;
	border:none;
	}	
	
#random-header-image-container {
	width:481px;
	height:125px;	
	float:right;
	right:15px;
	position:relative;
	}
	
#members {
	width:150px;
	left:100px;
	top: 180px;
	position:absolute;
	z-index:1;
	background:url(../images/memberstop.png) no-repeat top;
	padding-top:32px;
	}	

#membersnav {
	width:150px;
	left:100px;
	top: 180px;
	position:absolute;
	z-index:1;
	background:url(../images/membersnavtop.png) no-repeat top;
	padding-top:32px;
	}	
	
#main-content-container {
	width:450px;
	height:auto;
	position:absolute;
	left:250px;
	top:180px;
	}
	
#main-top {
	width:450px;
	height:32px;
	background:url(../images/newstop.png) no-repeat top center;
	}
	
#main-content {
	width:410px;
	height:auto;
	background:url(../images/newsmiddle.png) repeat center;
	padding:0px 20px 0px 20px;
	text-align:justify;
	margin-top:-14px;
	margin-bottom:-12px;
	}		
	
#main-bottom {
	width:inherit;
	height:24px;
	background:url(../images/newsbottom.png) no-repeat bottom center;
	}
	
#spotlight-container {
	width:233px;
	height:auto;
	position:relative;
	right: 85px;
	top:152px;
	float:right;
	}
	
#spotlight-top {
	width:inherit;
	height:61px;
	background:url(../images/spotlighttop.png) no-repeat top center;
	}
	
#spotlight-content {
	width:193;
	height:auto;
	padding:0px 20px 0px 20px;
	background:url(../images/spotlightmiddle.png) repeat center;
	text-align:justify;
	margin-top:-12px;
	margin-bottom:-12px;
	}
	
#spotlight-bottom {
	width:inherit;
	height:22px;
	background:url(../images/spotlightbottom.png) no-repeat bottom center;
	}
	
#spotlight-top2 {
	width:inherit;
	height:16px;
	background:url(../images/spotlighttop2.png) no-repeat top center;
	}	
	
#breadcrumbs {
	width:800px;
	height:1em;
	left:100px;
	top:163px;
	position:absolute;
	font-size:1em;
	color:#5e5e5e;
	}	
	
#footer {
	width:inherit;
	text-align:center;
	color:#5e5e5e;
	position:relative;
	clear:both;
	background:url(../images/footerbg.png) repeat-x top;
	}
	
#secondary-content-container {
	width:831px;
	height:auto;
	position:absolute;
	left:85px;
	top:180px;
	}
	
#secondary-top {
	width:831px;
	height:32px;
	background:url(../images/secondary-top.png) no-repeat top center;
	}
	
#secondary-content {
	width:791px;
	height:auto;
	background:url(../images/secondary-middle.png) repeat center;
	padding:0px 20px 0px 20px;
	text-align:justify;
	margin-top:-12px;
	margin-bottom:-12px;
	}		
	
#secondary-bottom {
	width:inherit;
	height:21px;
	background:url(../images/secondary-bottom.png) no-repeat bottom center;
	}	
	
h2 {
	margin:12px 0px 0px 0px;
	}	

h1 {
	margin:12px 0px 0px 0px;
	}	
