html {
	height: 100%; 
	margin: 0px; 
	padding: 0px; 
}

body {
	background-color: #4b3c17; 
	background-image: url(bg.gif); 
	background-repeat: repeat-y; 
	background-position: top center; 
	height: 100%; 
	margin: 0px; 
	padding: 0px; 
}

#navigation {
	position: relative; 
	width: 590px; 
	margin: 0px; 
	padding: 20px 10px 5px 0px; 
	background-color: #e3c048; 
	font-family: Times New Roman, serif; 
	font-size: 14px; 
	color: #9b3500; 
	text-align: right; 
}
#navigation a,#navigation a:link,#navigation a:visited,#navigation a:active {
	color: #4b3c17; 
	text-decoration: none; 
}
#navigation a:hover {
	color: #ffffff; 
}
#content {
	position: relative; 
	width: 560px; 
	margin: 0px; 
	padding: 5px 20px 20px 20px; 
	font-family: Times New Roman, serif; 
	font-size: 14px; 
	color: #2e270c; 
	text-align: justify; 
	background-color: #e3c048; 
}
#content blockquote {
	margin: 0px 40px 10px 40px; 
}
#content a,#content a:link,#content a:visited,#content a:active {
	color: #947118; 
	text-decoration: none; 
}
#content a:hover {
	color: #ffffff; 
}
#content input,#content textarea,#content option,#content select {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	background-color: #ffffff; 
	border: 0pt; 
	padding: 2px 5px 2px 5px; 
}

.codesort h2,.codesort h3 {
	display: none; 
}
.codesort form {
	text-align: center; 
}
.codebox {
	text-align: center; 
}

form {
	margin: 0px; 
	padding: 0px; 
}
map {
	margin: 0px; 
	padding: 0px; 
}

