html, body 
{
	text-align: center;
	margin: 0;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	 background-color: #814200; 
}

img {border: 0; }

#container 
{
	 position: relative;
	 width: 100%;
	 height: 100%;
	 margin: 0;
	 text-align: center;
}

#content 
{
	position: absolute;
	margin: 0;
	left: 50%;
	top: 50%;
	width: 850px;
	height: 620px;
	margin-left: -425px;
	margin-top: -310px;
	background-color: #967B6F; 
	text-align: left; 
}

#leftbar
{
	width: 260px;
	height: 620px; 
	left: 0; 
	background-color: #92270A;
}

#leftbar .el 
{
	width: 260px; 
	clear: both; 
	text-align: center;
}

#leftbar .overlay
{
	position: absolute; 
	text-align: right; 
	z-index: 99; 
}

.menu
{
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
}

.menu a
{
	display: block; 
	padding: 5px 0; 
	width: 100%; 
	text-align: center; 
}

.menu a:link, .menu a:visited
{
	background-color: transparent; 
}

.menu a:hover, .menu a:active
{
	background-color: #9F3D13; 
}

div.submenu
{
	width: 100%; 
	height: 219px;
	clear: both; 
	text-align: center; 
}

div#main
{
	position: absolute; 
	right: 0; 
	top: 0; 
}