body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-color: #E3CA88;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.menu {
	background-image: none;
	background-repeat: no-repeat;
	height: 414px;
	width: 185px;
	position: absolute;
	top: 80px;
	z-index: 2;
}
.content {
	position: absolute;
	height: 313px;
	width: 880px;
	top: 80px;
	z-index: 1;
	background-color: #F1E5C3;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight:bold;
	overflow: hidden;
}
.content_start {
	position: absolute;
	height: 313px;
	width: 880px;
	top: 80px;
	z-index: 1;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight:bold;
	overflow: hidden;
}
.submenu {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.submenu a {
	color: #000000;
	text-decoration: none;
}
.submenu a:hover {
	color:#FFFFFF;
}
.content2 {
	position: absolute;
	height: 414px;
	width: 880px;
	top: 80px;
	z-index: 1;
	background-color: #F1E5C3;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight:bold;
	overflow: hidden;
}