body {
	margin: 0;
	padding: 0;
	background-color: #eee169;
	font: 105%/135% "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	text-align: center;
	color: #eee169;
}
img {
    	border: none;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0 45px 1em 30px;
}
#top {
	padding: 0;
	display: inline;
}
#banner {
	width: 100%;
}
a {
	color: #701400;
	text-decoration: none;
}
a:link {
	color: #701400;
	text-decoration: none;
}
a:hover {
	color: #eee169;
	text-decoration: none;
}
a:visited {
	color: #701400;
	text-decoration: none;
}
a:active {
	color: #701400;
	text-decoration: none;
}
h1 {
	margin: 30px 0 20px 0;
	padding: 0 45px 0 30px;
	color: #eee169;
	font-size: 150%;
	line-height: 75%;
	font-weight: bold;
}
#wrap {
	margin: 0 auto;
	text-align: left;
	padding: 0;
	border: 9px solid #fff;
	background-color: #701400;
	width: 800px;
	overflow: hidden;
}
#navmenu {
	margin: 0;
	padding: 0;
	background-color: #eee169;
	line-height: 30px;
	width: 130px;
	float: left;
}
#navmenu  a {
	color: #eee169;
	padding-left: 7px;
	font: 110% Tahoma, Geneva, sans-serif;
}
#navmenu  a:hover {
	color: #000;
}
#content {
	margin: 0 0 0 130px;
	padding: 0;
	width: 565px;
	height: 100%;
	background-color: #701400;
}
#footer {
	font-size: 60%;
	clear: both;
	line-height: 100%;
	padding: 15px 15px 10px 130px;
	background: #fff;
    	color: #701400;
}
#footer a {
	text-decoration: none;
}
.subMenu, .subMenu2 {
	display:block;
	width: 200px;
	float:left;
	margin:0;
	padding:0;
}

.mainMenu{
	background: #701400;
}
