body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	background-image: url(/images/bg_body_brick.jpg);
}
body, table, p, ol, ul { font-size: 12px; color: #5f5c5c; }
p { line-height: 18px; }
a { color: #0086d3; }
#logo {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 217px;
	height: 131px;
	background-image: url(/images/logo.png);
	text-decoration: none;
	z-index: 10;
}
#header {
	width: 836px;
	height: 325px;
	position: absolute;
	top: 78px;
	left: 39px;
	overflow: hidden;
	background-color: white;
}
#flash-container { z-index: 1; }
#top {
	width: 100%;
	height: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(/images/bg_top.png);
	background-repeat: repeat-x;
	z-index: 1000;
}
#top_container {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#nav {
	position: absolute;
	top: 40px;
	left: 343px;
}
#wrapper {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 403px;
	padding-bottom: 0px;
	background-image: url(/images/bg_wrapper.png);
	background-repeat: repeat-y;
	position: relative;
	z-index: 1;
}
#footer {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/bg_footer.png);
	background-repeat: no-repeat;
	color: white;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 40px;
	text-align: right;
}
#footer a { color: white; }
#home_content {
	margin-left: 62px;
	margin-right: 60px;
}
#home_right {
	background-color: #fdf3d6;
	width: 280px;
	padding: 10px;
	float: right;
}
#home_right a {
	text-decoration: none;
	color: #9b432b;
}
#home_right a:hover { color: #94806a; }
#home_left {
	width: 460px;
	float: left;
	margin-top: 15px;
	margin-bottom: 10px;
}
#main_content_a {
	width: 813px;
	margin-left: 62px;
	background-image: url(/images/bg_main_content_a.jpg);
	background-position: right;
	background-repeat: repeat-y;
}
#heading {
	margin-left: 39px;
	width: 836px;
	height: 40px;
}
#right_col_a {
	width: 200px;
	float: right;
}
#right_col_a img {
	border: 2px solid #965642;
}
#left_col_a {
	width: 585px;
	float: left;
}
#main_content_b {
	width: 813px;
	margin-left: 62px;
	background-image: url(/images/bg_main_content_b.jpg);
	background-position: right;
	background-repeat: repeat-y;
}
#right_col_b {
	width: 500px;
	float: right; 
	padding-top: 10px;
}
#right_col_b img {
	border: 2px solid #965642;
}
#left_col_b {
	width: 305px;
	float: left;
	padding-bottom: 20px;
	padding-top: 5px;
}
#drop_container {
	background-color: #f1ebe0;
}
.dropselect {
	width: 152px;
	font-size: 11px;
}
#drop_container img {
	border: 2px solid #965642;
}
.drop_header { 
	font-weight: bold;
	color: #965642;
	margin-bottom: 5px;
}
ul li { margin-top: 8px; }
.loc {
	font-size: 14px;
	font-weight: bold;
}
#locations img {
	border: 2px solid #6c4736;
}