@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#wrapper {
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	top: 50px;
}
#header {
	height: 220px;
}

#main_content {
	float: right;
	width: 610px;
	height: 258px;
	background-color: #D6CAA4;
}

#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000066;
	border-top-width: 1px;
	border-top-style: solid;
	padding-bottom: 10px;
	letter-spacing: 0.1em;
	text-align: right;
	padding-top: 3px;
	margin: 3px;
}
#main_nav {
	float: left;
	width: 120px;
}
#main_nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#main_nav ul li {
	margin: 3px;
}
#main_nav ul a {
	font-size: 11px;
	display: block;
	height: 40px;
	width: 120px;
	line-height: 40px;
	text-align: center;
	background-image: url(images/gold-spacer.jpg);
	color: #000066;
}
#main_nav ul a:link {
	text-decoration: none;
}
#main_nav ul a:visited {
	text-decoration: none;
}
#main_nav ul a:hover {
	text-decoration: none;
	color: #0000CC;
	letter-spacing: 0.1em;
	background-image: url(images/gold-spacer_med.jpg);
}
#main_nav ul a:active {
	text-decoration: none;
}
.red_title {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.body_text {
	font-size: 12px;
	line-height: 18px;
	color: #000066;
	text-align: justify;
	width: 300px;
	float: right;
	position: absolute;
	left: 342px;
	top: 283px;
}
.map {
	border: 1px solid #000066;
}

.about_text {
	font-size: 11px;
	line-height: 14px;
	color: #000066;
	text-align: center;
	width: 450px;
	float: right;
	position: absolute;
	top: 411px;
	left: 271px;
}
.contact_text {
	font-size: 12px;
	line-height: 18px;
	color: #000066;
	text-align: right;
	width: 300px;
	float: right;
	position: absolute;
	left: 465px;
	top: 241px;
}
.links_text {
	font-size: 12px;
	line-height: 18px;
	color: #000066;
	text-align: right;
	width: 300px;
	float: right;
	position: absolute;
	left: 466px;
	top: 266px;
}
.chair_img {
	float: right;
	margin-right: 40px;
	padding-top: 15px;
}
