@charset "utf-8";
body {
	background-color: #363439;
}
#container {
	position: relative;
	float: none;
	background-image: url(images/site/body_bg.png);
	background-repeat: repeat-y;
	width: 750px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	text-align: center;
}
#menu {
	z-index: 8;
	float: left;
}
#menu ul {
	text-align: left;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#main {
	z-index: 6;
	float: none;
}
#menu ul li a {
	display: block;
	float: none;
	text-decoration: none;
	background-color: #284473;
	padding-left: 4px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: small;
}
#menu ul li {
	float: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
a {
	color: #FFF00D;
}
#menu ul li a:hover {
	background-color: #355A95;
}
#header {
	height: 86px;
	text-align: left;
	clear: both;
}
#header img {
	float: right;




}
#header h1 strong {
	float: left;
	padding-top: 25px;
	padding-left: 25px;
}
#header h1 a strong {
	text-decoration: none;
}
tbody tr td {
	text-align: center;
}
td ul li {
	list-style-type: none;
}
.h3 {
	text-decoration: underline;
}
#footer {
	position: relative;
	width: 750px;
	background-image: url(images/site/swordlong.png);
	height: 35px;
	text-align: left;
}
#main p {
	padding-left: 110px;
	padding-right: 10px;

}
.yellow {
	color: #FFF00D;
}
#main p a:hover  {
	font-style: italic;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
