html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #666;
	background: #DEB887;
	text-align: center;
}

#container {
	position: relative;
	margin: 0 auto; 
	width: 760px;
	text-align: left;
}

h1 {
	font: normal 16px "trebuchet ms",sans-serif;
	margin-bottom: 0;
}
h2 {
	font: normal 16px "trebuchet ms",sans-serif;
	margin-bottom: 0;
}
.boldtext {
	font: 20px "trebuchet ms",sans-serif;
	color: #8B4513;
}
a {
	color: #8B4513;
}
a:hover {
	color: #D2691E;
	text-decoration: none;
}

img {
	border-color: #666;
}
form {
	margin: 0;
}
ul {
	list-style-type: disc;
	padding: 0;
	margin-left: 15px;
}
ol {
	padding: 0;
	margin-left: 15px;
}
blockquote {
	padding: 0;
	margin-left: 15px;
}
#footer_spacer {
	padding-top: 40px;
}

#footer_content {
	font: 14px "trebuchet ms",sans-serif;
	padding-top: 10px;
	margin: 0 48px 0 65px;
	border-top: 1px solid #8B4513;
}
#footer_atrib {
	float:right;
}

#header {
	position: absolute;
	left: 0;top: 0;
	width: 760px; 
	font: 24px "trebuchet ms",sans-serif;
}

#top_menu {
	font: 14px "trebuchet ms",sans-serif;
	margin: 0 48px 0 65px;
	color: #8B4513;
	padding: 5px 10px;
	text-align: right;
	border-bottom: 1px solid #8B4513;
}
#top_menu a {
	text-decoration: none;
}
#top_menu a.selected {
	font: bold 14px "trebuchet ms",sans-serif;
	color: #D2691E;
}

#sub_menu {
	font: 14px "trebuchet ms",sans-serif;
	margin: 50px 48px 0 65px;
	color: #8B4513;
	padding: 5px 10px;
	text-align: right;
}
#sub_menu a {
	text-decoration: none;
}
#sub_menu a.selected {
	font: bold 14px "trebuchet ms",sans-serif;
	color: #D2691E;
}

div#button {
	width: 120px;
	text-align: center;
	background: #8B4513;
	border: 1px solid #8B4513;
}
div#button a {
	display: block;
	width: 100%;
	font: 14px verdana,sans-serif;
	color: #FAEBD7;
	text-decoration: none;
	padding: 5px 0;
}
div#button a:hover {
	color: #FAEBD7;
	background: #D2691E;
}

div#form_box label {
	float: left;
	width: 130px;
	text-align: right;
	padding-right: 5px;
}
div#form_box input,select {
	margin-bottom: 5px;
}
fieldset {
	border: none;
}