body {
	margin: 0px;
	color: #111111;
	font-size: 12px;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
}

a {
color: #111111;
text-decoration: none;
background-image: url(images/nav_underline.gif);
background-repeat: repeat-x;
background-position: bottom;
}

a:hover {
	color: #FF6699;
}

#wrapper {
width: 850px;
margin-left: auto;
margin-right: auto;
}

#header {
	width: 850px;
	height: 179px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin-bottom: 25px;
}

#header_text {
	font-size: 11px;
	text-align: right;
	padding-top: 95px;
}

.nav_sep {
	width: 850px;
	height: 1px;
	background-image: url(images/nav_sep.png);
	background-repeat: no-repeat;
	clear: left;
}

#nav_container {
width: 850px;
height: 37px;
}

.navbox1 {
float: left;
width: 86px;
height: 37px;
}

.navbox2 {
float: left;
width: 64px;
height: 37px;
}

.navbox3 {
float: left;
width: 88px;
height: 37px;
}


.navbox4 {
float: left;
width: 81px;
height: 37px;
}


.navbox5 {
float: left;
width: 50px;
height: 37px;
}

.navbox6 {
	float: left;
	width: 35px;
	height: 37px;
	margin-left: 30px;
}

.navbox7 {
	float: left;
	width: 103px;
	height: 37px;
	margin-left: 32px;
}

#mapbox {
float: right;
width: 98px;
height: 37px;
}

#content {
	margin-top: 50px;
	width: 850px;
}

#about_box {
width: 850px;
height: 99px;
margin-bottom: 25px;
background-image: url(images/about_box_bg.png);
background-repeat: no-repeat;
}

.about_box_text {
padding: 20px;
}

.titles {
margin-bottom: 25px;
}

#footer {
	font-size: 11px;
	width: 850px;
	height: 50px;
	background-image: url(images/footer_bg.png);
	background-repeat: no-repeat;
	margin-top: 50px;
	margin-bottom: 25px;
}

#footer_left {
	padding-top: 25px;
	padding-left: 14px;
	float: left;
}

#footer_right {
	padding-top: 25px;
	padding-right: 14px;
	float: right;
}

h1 {
color: #FF6699;
font-size: 14px;
text-decoration: underline;
}

.pink {
font-weight: bold;
color: #FF6699;
}

.reviews_box1 {
	background-color: #FFF0FF;
	width: 850px;
	margin-bottom: 5px;
}

.reviews_box_inner {
padding: 25px;
}

.reviews_box2 {
	background-color: #EEEEEE;
	width: 850px;
	margin-bottom: 5px;
}

.larger {
	font-size: 16px;
}

