@charset "utf-8";
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #Fceff0;
	border: thin solid #810100;
}
#container #footer {
	background-color: #FCEFF0;
	border: thin solid #333333;
	color: #666666;
}

#container #menubar {
	height: 30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #810100;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 5px;
	background-image: url(images/bar_background.jpg);
	background-repeat: repeat-x;
}
ul {
	padding: 0px;
	margin-top: 5px;
}
li {
	display: inline;
	margin-right: 8px;
	margin-left: 8px;
	list-style-type: none;
	text-decoration: none;
	padding-top: 10px;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
}
#container #mainpage {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	color: #810100;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
}
.style2 {
	color: #330099;
	background-color: #963838;
}
