
	body{ 
		
		background:#333 url(images/background.jpg) top center no-repeat fixed;		
		padding:0px;
		margin:0px;
		color:#fff; 
		font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
		font-size:14px;
	
	} 
	
	a:link, a:visited{ color:#97b4dc; }

	a:hover{ color:#FFFFFF; }
		
	div.center{ width:900px; margin:0px auto; }
	
	div.headercontainer{
		
		width:100%;
		height:173px;			
	}
	
	div.blackbar{
		 
		 background-image:url(images/repeater.png);
		 background-repeat:repeat-x;
		 height:10px;
		 width:100%;
	}	
	
	
	/*Navigation*/		
	#nav{
	
		list-style:none;
		padding:0;
		margin:0;
		float:right;
		background-image:url(images/repeater.png);
		background-repeat:repeat-x;
	}

	#nav li{
		
		float:left;
		margin:0 .15em;
		padding:10px;
	}
	
	#nav li a{
		
		color:#FFFFFF;
		text-decoration:none;
	}
	
	#nav li a:hover{
		
		color:#97b4dc;
		text-decoration:underline;
	}
	
	
	/*Content*/
	
	div.contentcontainer{
		
		width:100%;		
		background-color:#181818;
	}
	
	div.left{ width:550px; float:left; padding-top:10px;}
	
	div.right{ width:350px; float:right; background-image:url(images/right_background_slice.gif); background-repeat:repeat-y; }
	
	div.clear{ clear:both; }
	
	p{ padding-right:15px; line-height:2.0em;}
	
	
	/*Footer*/
	div.footercontainer{	width:100%; font-size:12px; }
	
	div.footer-left-column{ 		
		
		width:550px;		
		float:left;
		padding-bottom:25px;
		margin-top:10px;
		
		
	}
	
	div.footer-right-column{
		
		float:left;
		padding-bottom:25px;
		margin-top:10px;
		width:350px;
		
	}
	
	div.footercontainer a { color:#97b4dc; text-decoration:none; }
	
	div.footercontainer a:hover { color:#ffffff; text-decoration:underline; }
		
	#footerrow { margin-top:5px;}
	
	div.news{ padding-left:20px; margin-top:300px; }
	
	div.news ul li a{ color:#97b4dc; text-decoration:none; }
	
	div.news ul li a:hover{ color:#ffffff; text-decoration:underline; }
	
	h2,h3{ color:#97b4dc }
	
	div.passionate{ width:350px; height:200px; }
	
	div.myhr{ border-bottom:1px solid #282828; }
	
	div.toprightspacer{ width:350px; height:20px; }
