html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-color: #7D702C;
	text-align: center;
	background-image: url(images/bg.gif);
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
}

p {
	margin: 0 0 1em 0;
	padding: 0;
}

#container {
	width: 800px;
	background-color: #f7eab7;
	background-position: center;
	text-align: center;
}
#top {
	text-align: center;
}
#topimg {
	text-align: left;
	float: left;
	display:inline;
}
a.mainmenu {
	color: #f7eab7;
	font-size: 12px;
	text-decoration: none;
	background-color: #68321f;
	display: block;
	font-weight: bold;
	height: 25px;
	vertical-align: middle;
	line-height: 24px;
	text-align: right;
}

a.mainmenu:hover {

	background-color: #a29740;
	display: block;
}
a.mainmenu:visited {

	background-color: #073d4c3;
	display: block;
}
.menuon {
	color: #f7eab7;
	font-size: 12px;
	text-decoration: none;
	background-color: #a29740;
	display: block;
	font-weight: bold;
	height: 25px;
	vertical-align: middle;
	line-height: 24px;
	text-align: right;
}
.ttl {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #68321f;
	font-family: "Times New Roman", Times, serif;
}
.red{
	font-weight: bold;
	color: #68321f;
}
a {
	color: #68321f;
	text-decoration: none;
}
.copyright{

	color: #a29740;
}
input {
	border: 1px solid #a39741;
	background-color: #fbf3d9;
}
textarea {
	border: 1px solid #a39741;
	background-color: #fbf3d9;
}
.redstar {
	color: #990000;
}
.box {
	background-color: #f7eab7;
	background-position: center center;
	width: 200px;
	text-align: center;
	border: 2px solid #EAD89D;
}
.redbox {
	background-color: #68321f;
	background-position: center center;
	color: #f7eab7;
	text-align: left;
	color: #F7EAB7;
	padding: 5px;
}
