	body {
		background: #585858 url(../images/backgroundContent-dark.gif) repeat top center;
	}
	
	#header {  
 		width: 100%;
 				 background: url(../images/header_dark_dark.gif) repeat top center;  
    	-moz-box-shadow: 0px 5px 5px #000;
	-webkit-box-shadow: 0px 5px 5px #000;
	box-shadow: 0px 5px 5px #000;
		/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000'); 
	}
	#lightheader
	{
	    clear: both;
  width: 960px;
  margin: 0 auto;
  background:url(../images/header-dark.gif) repeat top center;

	}
	.navigation a:hover{
	
		background-color: #a0a0a0;
	
	}
	
	h1 {
		color: #a0a0a0;
	}	
		hr{
border: 0px;
background: url(../images/hr-dark.jpg) no-repeat;
}

