/* CSS Document */
body {background:#000;
       font-family:Arial, Helvetica, sans-serif; font-size: 80%; font-weight:500;}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 760px;
	overflow: hidden; 
	background: #000 url("/path/to/your/background_cols.gif") repeat;
	
}



#header {
	margin: 0;
	background: url(hd.png) no-repeat;
	height:220px;
	
}



#menu {
	width: 770px;
	height: 40px;
	
	background:#000;
	background: url(redbutton.png) no-repeat center center;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	
	
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 125px;
	height: 40px;
	padding: 8px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size:12px;
	font-weight: bold;
	color:#fff;
}



#menu .active a {background:url(yellowbutton.png) no-repeat;
	color: #000;}


#content { 
	float: left;
	width: 760px;
	background:#FFFA91 url(hdimg.png) repeat-x;
	 padding-bottom: 32767px; 
	 margin-bottom: -32767px;
	 
	
	
}
#content p {padding:5px 12px 5px 12px; }





 #content ul {list-style: none;
	margin-left: 0;
	padding-left: 0;}

 #content ul li { background:url(listbutton.png) no-repeat; padding-left:20px; padding-top:5px;}
 
 .home {width:255px; font-size:1.125em; line-spacing:135%; padding-top: 0px !important;}
 
 #content p.first {margin-top:65px;}
 
h2 {padding:0px 12px 0px 12px; color:#000000; width:115px; border-bottom: 2px solid #FF0000; margin-left:10px; }
 


h1 {color:#FF0000; font-style:italic;}

#footer {
	clear: both;
	background: #000000 url(hdimg.png) repeat-x;
	color:#fff;
	border-top:1px solid #000;
	width:760px;
	margin:0 auto;
}

#footer p {margin-top:20px; margin-bottom:0 !important; text-align:center;}

.copy {color:#FFFFFF; margin:0; padding-top:4px; font-size:9px; text-align:center;}

.seo {
	color:#fff;
	font-size:10px;
	margin:40px auto 20px auto;
	width:760px;
}