/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0;     
 background: #000000;
 color: #333333;
 }
	 
	 
#container{
 border:1px solid #000000;
 width:765px;
 }
 
#hdr{
	width: 765px;
	height: 140px;
	color: #333333;
	border-top: 0 solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 0 none #333333;
	border-left: 1px solid #333333;
 }
 
 #footer{
	width: 765px;
	height: 30px;
	float:left;
	color: #333333;
	margin:0;
	border-top: 1px none #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
 }
     
#main{
	width: 765px;
	float:left;
	background: #151820;
	color: #333333;
	border-top: 0 solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px none #333333;
	border-left: 1px solid #333333;

 }
