

/* Layout Stylesheet */ 
body{
 font-family: arial, helvetica, sans-serif;
 font-size:12px;
 margin: 0;
 padding: 0; 
 background:#FFFFFF;
 color: #333333;
 }	 
	 
#lh-col{
 position: absolute;
 text-align: left;
 top:51px;
 left:0;
 width:160px;
 height:600px;
 z-index:3;
 background:#FFFFFF;
 color: #333333;}

#c-block {
 width:1000;
 z-index:1;
 background:#FFFFFF;
 color: #333333;
 height:80%;}

#hdr{
 font-family: arial, helvetica, sans-serif;
 font-size:30px;
 letter-spacing: 30px;
 text-align: center;
 line-height: 50px;
 height:50px;
 border-bottom:1px solid #000000;
 width:100%;
 background: #FFFFFF;
 color: #333333;
 margin: 0;
 }

#c-col{
 margin:0 0 0 160px;
 width:1000;
 position:relative;
 text-align: left;
 background: #FFFFFF;
 color: #333333;
 z-index:5;
 border: solid  #000000;
 border-width:0 1px;
 }

#ftr {
 width:100%;
 height:35px;
 border: solid #000000; 
 border-width:1px 0;
 background:#FFFFFF;
 color: #333333;
 margin:0;
 }

#thumbs {
 text-align: center;
 margin: 0 0 3px 0;
 padding: 0 0 0 0;
 }