body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-size: 0.9em;
	line-height: 1.2em;
	color: #333333;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FF9900;
}

#header {
	background-image: url(../img/wood1.gif);
	background-repeat: repeat-x;
	background-position: -7px;
	height: 30px;
	margin-bottom: 0px;
}
#contents {
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 0px;
}
#contents img {
	margin: 2px;
}

#mainMenu {
	background-image: url(../img/wood1.gif);
	height: 45px;
	background-repeat: repeat-x;
	clear: both;
	text-align: center;
	display: block;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: center;
}
#mainMenu li {
	list-style-type: none;
	display: inline;
	width: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#mainMenu img {
	margin-right: 5px;
	margin-left: 5px;
}
#mainMenu .mainMenuItem {
}
#mainMenu #menuLogo {
	background-image: url(../img/menu_logo.gif);
	height: 45px;
	width: 78px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left center;
}


#footer {
	background-image: url(../img/wood2.gif);
	background-repeat: repeat-x;
	height: 15px;
	font-family: "Courier New", Courier, mono;
	font-size: 0.8em;
	padding-top: 15px;
	text-align: center;
	padding-bottom: 30px;
}

.frame {
	border: 1px solid #666666;
}
