/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#808080;
 color: #333333;
 }	 
	 
#lh-col{
 position:absolute;
 top:62px;
 left:0;
 width:140px;
 z-index:3;
 background:#c0c0c0;
 color: #333333;}

#rh-col{
	position:absolute;
	top:96px;
	width:98px;
	background:#c0c0c0;
	color: #333333;
}

#c-block {
	color: #333333;
	background-color: #181A1C;
}

#hdr{
	height:96px;
	width:100%;
	color: #181A1C;
	background-color: #181A1C;
	border: 0px;
  }

#c-col{
	position:relative;
	background:#ffffff;
	color: #333333;
	width: 966px;
	height: 660px;
 }

#ftr {
 width:100%;
 height:96px;
 border: solid #000000; 
 border-width:0px 0;
 background:#181A1C;
 color: #181A1C;
 margin:0;
 }
