/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#5A4641;
 color: #333333;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 margin: 0;
 }	 


	 
a:link
{
	font-family: verdana;
	font-size: 11px;
	color: #FFCC99;
	text-decoration: none;
}
a:active
{
	font-family: verdana;
	font-size: 11px;
	color: #3E2B24;
	text-decoration: none;
}
a:visited
{
	font-family: verdana;
	font-size: 11px;
	color: #FFCC99;
	text-decoration: none;
}
a:hover
{
	font-family: verdana;
	font-size: 11px;
	color: #3E2B24;
	text-decoration: none;
} 



#lh-col{
 position:absolute;
 top:93px;
 left:0px;
 width:137px;
 z-index:3;
 background:#ADA089;
 color: #5A4641;
}


#rh-col{
 position:absolute;
 top:92px;
 right:0px;
 width:137px;
 z-index:2;
 background:#ADA089;
 color: #5A4641;
 }

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

#hdr{
 height:90px; 
 border-bottom:1px solid #42332F; 
 width:100%; 
 background:#ADA089;
 color: #5A4641; 
 margin:0;
  }

#c-col{
 margin:0 142px 0 142px;
 position:relative;
 background:#5A4641;
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position:top;
 background-image: url(images/bg.gif);
 color: #AC9A84;
 z-index:5;
 }

#ftr {
 width:100%;
 height:35px;
 border: solid #42332F; 
 border-width:1px 0;
 background:#5A4641;
 color: #AC9A84;
 margin:0;
 }
 
