

/* Layout Stylesheet */ 
body{
font-family: 'Century Gothic', 'Tahoma', 'Verdana', sans-serif;
 margin: 0;
 padding:0; 
 background:#000000;
 color: #ffffff;
 }	 
	 
#lh-col{
 position:absolute;
 top:132px;
 left:0;
 width:200px;
 z-index:3;
 background:transparent;
 color: #ffffff;
 }

#rh-col{
 position:absolute;
 top:112px;
 left:420px;
 width:600px;
 z-index:1;
 background:transparent;
 color: #ffffff;}

#c-block {
 width:205px;
 z-index:2;
 background:transparent;
 color: #ffffff;
 height:80%;}

#hdr{
 height:90px;
 padding:10px 30px 0px 40px;
 border-bottom:1px solid #ffffff; 
 width:105%; 
 background:transparent;
 color: #ffffff; 
 margin:0;
  }

#c-col{
 margin:0 200px 0 175px;
 position:relative;
 background:transparent;
 color: #333333;
 z-index:5;
 border: solid #000000;
 border-width:0 1px;
 }

#ftr {
 position:absolute;
 top:530px;
 width:110%;
 height:35px;
 border: solid #cccccc; 
 border-width:1px 0;
 background:transparent;
 color: #808000;
 margin:0;
 }
