@charset "UTF-8";
body {
	background-image: url(images/wood.jpg);
}
#content {
	color: #F0F0F0;
	background-color: #000000;
	width: 790px;
	position: relative;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 24px;
	height: 100%;
	border: medium double #00280D;
	padding: 15px;
	line-height: 1.5em;
}

form {
	float: right;
}

.text {
	float: left;
	width: 385px;
	font-size: 24px;
	line-height: 1.5em;
}

.map {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.map a:link {
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color: #666666;
}
.map a:visited {
	text-decoration: none;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
}
.map a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	letter-spacing: normal;
	margin: 20px;
	padding: 10px;
	position: relative;
	width: 780px;
}

.nav a:link {
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color: #666666;
}
.nav a:visited {
	text-decoration: none;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
}
.nav a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.footer {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
}
.totop {
	float: left;
}

.totop a:link {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color: #333333;
}
.totop a:visited {
	text-decoration: none;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.totop a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.footer a:link {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color: #666666;
}
.footer a:visited {
	text-decoration: none;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.pageid {
	font-size: 36px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

