/* Stylesheet 1 -------------------------------*/

body { margin:0; font:12px Tahoma; color:white; background: url(images/bg3.jpg) center 0 no-repeat black; background-attachment: fixed;} 

#everything { width:1000px; margin:0px auto; }

#header { height:162px; background:url(images/header4.jpg) right no-repeat; padding:0 20px; margin-bottom:10px;}
#header h1 { padding-top:100px; margin:0; }

#middle { clear:both; padding:0px 10px; }	
	
	#left_column { width:195px; float:left; }
	.horizontal #left_column { width:auto; float:none; }
		#navigation a { background:url(images/button1_bg.gif) no-repeat; width:170px; height:25px; display:block; padding-left:25px; margin:5px 0;
						font-size:13px; color:white; text-decoration:none; line-height:25px;}
		#navigation a:hover { background-position:0 bottom;  }
		.horizontal #navigation a { float:left; } 
		#more_information { padding-top:15px;}
		

	#right_column { width:26%; float:left; }
		.box { background:#222325; border:1px solid #545454; margin:10px 0 25px 0; padding:10px; }

#footer { clear:both; padding:20px; text-align: center; }
	#subnav { margin:10px 0;}	
	#subnav a { color:#81b6ff; }
	#subnav a:hover { color:#eef5ff } 
	.copyright { font-size:10px;}