
/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0;
 background: #333333; 
 color: #ffffff;
 }	 
	 
#header{
 /*border-bottom: 2px double #333333;*/
 background: #CF3423;
 color: #FFCC00;
 margin: 0;
 padding-right: 1em;
 padding-left: 0em;
 height: 150px;
 font-family:verdana,arial,helvetica,sans-serif;
font-size:16px;
font-weight:bolder;
background-image:url('img/headerbg.gif');
background-repeat:repeat;
text-align:right;
 }
 
 #header a
{
text-decoration: none;
border:0px;
color: #FFCC00;
}
  #header img
{
text-decoration: none;
border:0px;

}
#headerfade{
bottom:0;
left:0;
margin: 0;
height: 10px;
width: 100%;
background-image:url('img/10pxfade.png');
background-repeat:repeat;
 }
	
#lh-col{
 position: absolute;
 top: 160px;
 left: 0px;
 width: 150px;
  /*border: 2px solid #333333;*/
 background: #333333;
 color: #ffffff;
 margin: 0px;
 padding: 0;
 height: 400px;
 }
 
#rh-col{
 position: absolute;
 top: 160px;
 right: 0px;
 width: 150px;
  /*border: 2px solid #333333;*/
 background: #333333;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
 /*height: 400px;*/
 z-index: 1;
 }    
.rhcolbox{
 width: 140px;
  /*border: 2px solid #333333;*/
 background: #333333;
 color: #ffffff;
 margin: auto;
 /*height: 400px;*/
 z-index: 1;

 }        
        
#c-col{
 position: relative;
 margin: 10px 160px 20px 160px;
  /*border: 2px solid #333333;*/
 background: #333333;
 color: #ffffff;
 padding: 20px;
 z-index: 13;
 }
 #footer{
clear:both;
 width:100%;
border-top: 2px double #333333;
 background: #CF3423;
 color: #FFCC00;
 margin: 0;
 padding-right: 1em;
 padding-left: 0em;
 height: 50px;
 font-family:verdana,arial,helvetica,sans-serif;
font-size:16px;
font-weight:bolder;
background-image:url('img/headerbg.gif');
background-repeat:repeat;
overflow:hidden;
 }

 div.imgleft
 {
 float:left;
 border: 2px  #333333;
 margin: 1em 1em 1em 0;
padding: 0;
 }
 
 
  #wrapper{

 }

