* {
margin: 0;
padding: 0;
}
html, body 
{
	margin:0px;
	padding:0px;
    height: 100%;
	background:#E4E1CD;
}
#layouter
{
	 min-height: 100%;
	background:#B69B6C;
}
#header{	background:black;}
#header .logo{border:0px #ff0000 solid;}
#menu{	background:#C8C8C8;}
#menu ul
{
	margin:0px;
	list-style-type: none;
	background-image: url(images/menu_bg_ul.png);
	background-repeat: repeat-x;
	height: 40px;
	width: 100%;
	margin: auto;


}
#menu ul a
{
background-image: url(images/menu_bg_divider.png);
background-repeat: no-repeat;
background-position: right;
padding-right: 20px;
padding-left: 20px;
display: block;
line-height: 40px;
text-decoration: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 21px;
color: #DDD;
}
#menu ul a:hover {
color: #FFF;
}
#menu li
{
	float: left;
	height: 40px;
	background-image: url(images/menu_bg.png);
	background-repeat: repeat-x;
}

#menu li:hover
{
	background-image: url(images/menu_bg_hover.png);
	background-repeat: repeat-x;
}
#content{	background:#87765A;}

