body {
	background-color: #f1eee6;
	margin: 0px;
	padding: 0px;
	font-family:Verdana;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.contents {
	margin-right: auto;
	margin-left: auto;
	width: 830px;
}
.navigation {
	width: 115px;
	float: left;
}

.navigation h1 {
	padding: 0px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.mainmenu {
	list-style-type: none;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #836930;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #836930;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.mainmenu li {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 1px;
}
.mainmenu li ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
}
.mainmenu li ul li {
	height: 14px;
}

a:link {
	color: #2e56a6;
	text-decoration: underline;
}
a:visited{
	color: #6b81ae;
	text-decoration: underline;
}
a:hover{
	color:#c48b10;
	text-decoration:none;
}
a:active{
	color:#c48b10;
	text-decoration:none;
}
