body {
	background: #320400;
	font-size: 13px;
}
p, ul, ol {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}
.contain {
	width: 1200px;
	margin: 0 auto;
}


.menua {
	height: 1033px;
	width: 798px;
	background: url(images/menub.jpg) no-repeat;
	margin: 0 auto;
}
.menub {
	height: 1033px;
	width: 798px;
	background: url(images/menua.jpg) no-repeat;
	margin: 0 auto;
}
#menu {
	margin: 0 auto;
	width: 798px;
	height: 40px;
 	background: url(images/navbar.jpg) no-repeat left top;
	font-family: georgia, Helvetica, sans-serif;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#menu li {
	float: left;
	background: url(images/img05.gif) no-repeat right top;
	height: 40px;
	padding: 0 15px 0 15px;
}
#menu a {
	display: block;
	float: left;
	height: 25px;
	margin-right: 1px;
	padding: 11px 20px 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFff;
}
#menu a:hover {
	color: #ffff00;
}

#menu .current a {
	color: #666ff0;
}

#container {
	height: 1026px;
	width: 798px;
	margin: 0 auto;
}




