

/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#3A3440;
 color: #3A3440;
 }	 
	 
#lh-col{
 position:absolute;
 top:296px;
 left:0;
 width:160px;
 z-index:0;
 background:#3A3440;
 color: #3A3440;}

#rh-col{
 position:absolute;
 top:296px;
 right:0;
 width:160px;
 z-index:0;
 background:#3A3440;
 color: #333333;}

#c-block {
 width:98%;
 z-index:0;
 background:#3A3440;
 color: #3A3440;
 height:80%;}

#hdr{
 height:60px; 
 border-bottom:0px solid #000000; 
 width:100%; 
 background:#3A3440;
 color: #333333; 
 margin:0;
  }

#c-col{
 margin:10px 175px 0 175px;
 position:relative;
 padding: 10px;
 background:#ffffff;
 color: #333333;
 z-index:0;
 border: solid #000000;
 border-width:0 0px;
 }

#ftr {
 width:100%;
 height:35px;
 border: solid #000000; 
 border-width:0px 0;
 background:#3A3440;
 color: #D7D0BE;
 margin:0;
 }
