body {
	margin-top: 0px;
	background-color: #ECE0C6;
	background-image: url(../img/top_background.jpg);
}

h1 {
	margin-top: 0px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
#container {
	background-image: url(../img/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 600px;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 70px;
	padding: 0px;
	text-align: right;
	width: 800px;
}
#menu {
	width: 800px;
	height: 70px;
	padding: 0px;
	background-image: url(../img/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main {
	padding: 0px;
	height: auto;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #ECE0C6;
	border: 1px solid #68552F;
}
#footer {
	padding: 0px;
	height: 60px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer p {
	font-size: 12px;
	color: #FFFFFF;
}

