
body {
	background-color: #ADA283;
	margin: 0px;
	margin-left: 90px;
}

#container {
	position:relative;
	width:760px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B7AF99;
	border-left-color: #B7AF99;
}

#header {
	position:relative;
	width:760px;
	height:115px;
	background-image: url(../images/header_topbanner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header #tabs {
	position: absolute;
	z-index: 50;
	top: 77px;
	left: 393px;
	width: 370px;
	height: 20px
}
.home {
	width:66px;
	height:20px;
 	background-image: url(../images/tab_home.gif);
	background-repeat: no-repeat;
	text-align:center;
	display:inline-block;
	padding-top:5px;
}
.schedule {  
	width:129px;
	height:20px;
 	background-image: url(../images/tab_schedule.gif);
	background-repeat: no-repeat;
	text-align:center;
	display:inline-block;
	padding-top:5px;
}
.testimonials {
	width:169px;
	height:20px;
	background-image: url(../images/tab_testimonials.gif);
	background-repeat: no-repeat;
	text-align:center;
	display:inline-block;
	padding-top:5px;
}

#tabs a {
	color: #d8d9ca;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none
}

#tabs a:hover {
	color: #fff;
	text-decoration: none
}

#contentarea {
	position:relative;
	width: 760px;
	text-align:left;
	background-color: #ffffee;
	font-size: 11px;
	color:#000000;
	background-image: url(../images/leftnav_background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#nav {
	position: absolute;
	width: 165px;
	background-color: #ffffee;
	color:#000000;
	background-image: url(../images/leftnav_background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#nav a {
	color:#FFFFFF;
}

#nav a:hover {
	color:#000000;
}

#nav p {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content {
	position:relative;
	width: 565px;
	left: 175px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #ffffee;
}

#content ol {
	padding-right: 15px;
	display:block;
}

#content li {
	padding-bottom: 10px;
	list-style-position: outside;
}

#content img {
	margin: 5px;
	border: 2px solid #ADA283;
}

#footer {
	position: relative;
	height:44px;
	padding-top: 5px;
	padding-left: 75px;
	font-size: 9px;
	background-color: #ffffee;
	text-align: center;
	background-image: url(../images/leftnav_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #ADA283;
	padding-top: 15px;
}

h2 {
	color: #be2c2c;
	font-size: 17px;
	padding-bottom: 5px
}

a {
	color: #D72B2C;
}

a:hover {
	color: #ADA283;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

