* {
	margin: 0;
	padding: 0;
}

html, body {
	background: url(../img/bg_main.jpg) repeat-x #2c2c2e;
	text-align: center;
}

img {
	border: none;
}

#center {
	width: 858px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
}

#header a {
	color: #dddee3;
	font-size: 28pt;
	font-weight: normal;
	padding-left: 14px;
}

#header a, #nav a {
	font-family: "Myriad Pro", Arial, sans-serif;
	text-decoration: none;
}

#nav {
	list-style: none;
	text-align: right;
	padding-right: 16px;
}

#nav a {
	color: #57b8e3;
	font-size: 12pt;
	margin-left: 40px;
}

#nav a:hover {
	border-bottom: 2px solid #e47a12;
}

#nav li {
	display: inline;
}

#content {
	font-size: 10pt;
	width: 858px;
	height: 405px;
	background: url(../img/bg_content.png) no-repeat;
	margin-top: 10px;
	padding: 40px 9px;
	color: #2c2c2e;
}

#content a {
	color: #2c2c2e;
	text-decoration: underline;
}

.content_gray_bar {
	width: 840px;
	height: 211px;
	background: url(../img/bg_map.png) no-repeat;
	text-align: center;
	padding-top: 12px;
}

.heading2img {
	background: url(../img/preh2.png) no-repeat;
	font-weight: normal;
	padding-left: 44px;
	margin: 10px 0 0 75px;
	width: 320px;
}

.thumb_holder {
	height: 44px;
	margin: -41px 0 0 440px;
	white-space: nowrap;
}

.thumb_holder a {
	margin-right: 8px;
}

.thumb_holder a:link img, .thumb_holder a:visited img {
	border: 2px solid #dddee3;
}

.thumb_holder a:hover img, .thumb_holder a:active img {
	border: 2px solid #e47a12;
}

.cols {
	height: 115px;
	width: 615px;
}

.col1, .col2 {
	float: left;
	width: 280px;
}

.col2 {
	margin-left: 40px;
}

#content, #footer {
	font-family: Arial, sans-serif;
}

#footer {
	width: 858px;
	height: 44px;
	margin-top: -35px;
	background: url(../img/bg_footer.png) no-repeat;
	font-size: 8pt;
	color: #dddee3;
}

#footer a {
	text-decoration: underline;
	color: #dddee3;
}

#footer_left {
	float: left;
}

#footer_right {
	float: right;
}

#footer_left, #footer_right {
	padding: 15px;
}
