/* Layout Stylesheet */ 


body{
 padding:0;
 margin: 0;
 background:#756953;
 } 
 
#lh-col{
 position: absolute;
 top: 61px;
 left: 0px;
 width: 10px;
 border: 1px solid #333333;
 background: #c0c0c0;
 color: #333333;
 margin: 0;
 padding: 0;
 height: 500px;

 }

#rh-col{
float:right;
 padding-right: 20px;
 width: 230px;
 margin: 0px;
 z-index:5000;

}

#newcolumn {
padding:5px;
float:right;
width: 200px;

background:#FFF;
}

#overlap
{
background:#FFF;
margin-right:20px;
}
#hdr{
 height:224px;
 color:#333333;
 margin:0;
 padding:0;
 background-image:url(../images/headerbg.jpg)
 } 
 
 #ftr{
 height:75px;
 color:#333333;
 margin:0;
 padding:0;
 background-image:url(../images/footerbg.jpg)
 } 
      
#c-col{
 position: relative;
 background: #ffffff;
 background-image:url(../images/bodybg.jpg);
 color: #333333;
 padding:5px;
 padding-left: 40px;
 padding-top:5px;
 padding-right:5px;
 width:300px;

 }
 
 #container {
 	width:930px;
	  margin-left: auto ;
  margin-right: auto ;

	}
	
	#chromemenu{
width: 800px;
margin-left:20px;
padding-top:194px;
font-weight: bold;
font-size: 90%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #BBB;
width: 100%;
background: url(../images/chromebg2.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #494949;
padding: 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

#chromemenu ul li a:hover{
background: url(../images/chromebg.gif) center center repeat-x;
}

/* bottom meny */
#chromemenu2{
width: 800px;
margin-left:auto;
margin-right:auto;
padding-top:10px;
}

#chromemenu2:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu2 ul{
padding: 5px 0;
margin: 0;
text-align: center; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu2 ul li{
display: inline;
}

#chromemenu2 ul li a{
color: #494949;
padding: 5px;
margin: 0;
text-decoration: none;

}

#newcolumn {
padding:5px;
float:right;
width: 200px;
}
