#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header_wrapper {
	width: 900px;
	height: 78px;
	background-image: url(graphics/layout/header_background.gif);
}
#header_nav {
	width: 718px;
	height: 31px;
	float: left;
	padding-left: 17px;
	padding-top: 47px;
}
#header_logo {
	width: 124px;
	height: 78px;
	margin-right: 41px;
	float: left;
}
#content_wrapper {
	width: 920px;
	overflow: auto;
	min-height: 380px;
}

.nav_button a {
	float: left;
	height: 23px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 8px;
	font-family: Arial;
	color: #AEACAD;
	text-decoration: none;
	font-size: 12px;
}
.nav_button_selected a  {
	float: left;
	height: 23px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 8px;
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	background-color: #AEACAD;
}
.nav_button  a:hover {
	color: #FFFFFF;
	background-color: #D5D5D5;
}


#footer_wrapper {
	width: 900px;
}
#footer_blocks {
	height: 68px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 50px;
}
#block_wrapper {
	width: 366px;
	float: left;
	height: 68px;
	margin-right: 55px;
}
#block_picture {
	float: left;
	width: 134px;
	height: 68px;
}
#block_arrow {
	float: left;
	width: 30px;
	height: 68px;
	text-align: center;
}

#block_text {
	float: left;
	width: 202px;
	height: 57px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-top: 11px;
}


#footer_bottom {
	background-color: #ADABAC;
	width: 900px;
	height: 8px;
}
#floating_textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}
#contactpage_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	width: 530px;
	padding-top: 30px;
	padding-left: 20px;
}
#contactpage_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	float: left;
	width: 250px;
	padding-top: 30px;
}
#floating_textbox  a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
