body { 
	background: #361a12;
	font-family: 'trebuchet ms';
	margin-top: 0px;
}
hr {
	color: #924732;
	border: 1px solid;
	width: 40%;
	margin: 20px auto;
	text-align: center;
}
a.enter:link {
	font-size: xx-large;
	text-decoration: underline;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
	text-decoration: none;
}
img {
    border: none;
}
div#container {
	text-align: center;
	width: 540px;
	margin: 0 auto;
	padding: 0px;
	background-color: #914631;
	border-left: solid #000;
	border-right: solid #000;
	border-bottom: solid #000;
	border-width: 2px;
}
table#nav {
	margin: auto;
}
ul.navigation,ul.navigation li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.navigation li {
	float: left;
	width: 5em;
	padding-right: 8px;
	margin: 0px;
}
ul.navigation a {
	display: block;
	width: 5em;
	padding: 4px 0;
	background: #683323;
	color: #000;
    text-decoration: none;
	text-align: center;
}
ul.navigation a:hover {
	background: #7c3c29;
	color: #000;
}
div#content {
	text-align: left;
	background-color: #773b29;
	color: #341b04;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 0px;
	padding: 20px;
}
div#content h1 {
	font-size: 32px;
	text-align: right;
	margin: 0px;
	margin-top: -15px;
	padding: 10px;
}
div#content h2 {
	font-size: 24px;
	margin: 0px;
}
div#content h3 {
	font-size: 11px;
	margin-top: 5px;
	font-style: italic;
}
textarea {
	border: 1px solid #000;
	background-color: #86422e;
}
input {
	border: 1px solid #000;
	background: #86422e;
}
td#next {
	text-align: right;
}
div#footer {
	text-align: right;
	margin-top: 0px;
	margin-right: 45px;
	padding-bottom: 10px;
	font-size: 10px;
}