html {
	height: 100%; 
	margin: 0px; 
	padding: 0px; 
}

body {
	background-color: #000000; 
	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: #ffffff; 
	font-family: Trebuchet MS, Verdana, Arial, sans-serif; 
	font-size: 14px; 
	color: #9b3500; 
	text-align: right; 
}
#navigation a,#navigation a:link,#navigation a:visited,#navigation a:active {
	color: #666666; 
	text-decoration: none; 
}
#navigation a:hover {
	color: #000000; 
}
.spacebar {
	background-color: #666666; 
	font-size: 1px; 
	width: 600px; 
	height: 10px; 
}
#content {
	position: relative; 
	width: 560px; 
	margin: 0px; 
	padding: 5px 20px 20px 20px; 
	font-family: Trebuchet MS, Verdana, Arial, sans-serif; 
	font-size: 14px; 
	color: #000000; 
	text-align: justify; 
	background-color: #ffffff; 
}
#content blockquote {
	margin: 0px 40px 10px 40px; 
}
#content a,#content a:link,#content a:visited,#content a:active {
	color: #666666; 
	text-decoration: none; 
}
#content a:hover {
	color: #000000; 
}
#content input,#content textarea,#content option,#content select {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif; 
	font-size: 14px; 
	color: #ffffff; 
	background-color: #666666; 
	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; 
}

