html, body, form, fieldset, input, select, textarea {
	font-family: 'trajan pro', trajan, georgia, times, serif;
}
body {
	height: 600px;
	width: 800px;
	margin: 0px auto;
	padding: 0px;
}
.clear {
	clear: both;
}
#main_header {
	clear: both;
	position: relative;
	height: 75px;
}
#main_logo {
	margin: 5px 0px -4px 0px;
}
#main_body {
	clear: both;
	padding: 5px;
}
#main_footer {
	clear: both;
}
#main_nav {
	text-align: center;
}
#main_nav ul {
	margin: 0px;
}
#main_nav ul li {
	margin: 0px;
	padding: 0px 45px 0px 0px;
	border: 0px;
	float: left;
	list-style: none;
}
#main_nav a {
	text-decoration: none;
	color: #787878;
}
#main_nav a:hover, #main_nav a.nav_active {
	color: #000000;
}
#utility_nav {
	float: right;
}
#contact_button{
	position: absolute;
	top: 25px;
	right: 0px;
	width: 100px;
	height: 70px;
	background: url('../images/contactButtonBackground.gif') no-repeat 0px 0px;
	cursor: pointer;
}
.error {
	font-size: xx-small;
	color: #c00;
	font-style: italic;
}
span.error {

}
div.error {

}
