body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background_home.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FFFFFF;
}
body.interior {
	background-image: url(../images/background_interior.jpg);
}
#top{
	width:970px; 
	height:131px;
	margin:0 auto;
	text-align:center;
}
#nav{
	width:970px; 
	margin:0 auto;
	text-align:center;
}
#nav a{
	height: 19px;
	width: 120px;
	display: inline;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	display:block;
	float:left;
	padding-top:4px;
}
#nav a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/nav_over.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#mid{
	width:970px;
	margin:0 auto;
	text-align:center;
	height: 277px;
}
#mid_interior{
	width:970px;
	margin:0 auto;
	text-align:left;
	height: 69px;
	padding-top:40px;
}
#mid_interior h1{
	margin:0px;
	padding:0px;
	font-size: 36px;
	font-weight:normal;
}
#mid ul{
	padding: 0px;
	list-style-type: none;
	margin-top:30px;
	margin-left: 0px;
	margin-right: 0px;
}
#mid ul li a{
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	height: 30px;
	padding-top: 10px;
	padding-left: 10px;
	display: block;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CC33;
}
#mid ul li a:hover{
	text-decoration: none;
	color:#B0D46E;
}
#content{
	width:970px; 
	height:262px;
	margin:0 auto;
	text-align:center;
}
#content #testimonials{
	background-image: url(../images/testimonials.jpg);
	background-repeat: no-repeat;
	height: 144px;
	overflow: hidden;
	width: 258px;
	padding-top: 68px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	font-size: 11px;
	text-align: left;
}
#content_interior{
	text-align:center;
	margin-top: 36px;
	padding-bottom: 30px;
	background-color:#676C72;
}
#content_interior #inner{
	width:970px;
	margin:0 auto;
	text-align:left;
}
#content_interior h1{
	font-size: 36px;
	font-weight:normal;
}
#content_interior h2{
	font-size: 30px;
	font-weight:normal;
}
#content_interior h3{
	font-size: 26px;
	font-weight:bold;
}
#content_interior h4{
	font-size: 20px;
	font-weight:bold;
}
#content_interior a{
	color:#FFFFFF;
	text-decoration:underline;
}
#content_interior a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
#footer{
	text-align:center;
	background-image: url(../images/footer_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #999999;
	font-size: 11px;
	padding-top: 20px;
}
#footer #inner{
	width:970px;
	height: 166px;
	margin:0 auto;
}
#footer a{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 11px;
}
#footer a:hover{
	text-decoration: underline;
}

