html, body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #FEFEFE url('/images/body_bg.jpg') repeat-x;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #4A2C21;
}
a {
	color: #493A25;
}
#wrapper_shadow {
	width: 1010px;
	background: url("/images/shadow.png") repeat-y;
	margin: 0 auto;
}
.wrapper {
	width: 988px;
	text-align: left;
	margin: 0 auto;
}
.wrapper.first {
	background: #FEFEFE url('/images/wrapper_bg.jpg') no-repeat;
	border-width: 0 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
.capshadow {
	background: url("/images/shadow_caps.png") bottom left no-repeat;
}
.noshadow {
	width: 100%;
	background: #FEFEFE;
}
#header {
	height: 98px;
	color: #FFFFFF;
}
#header div {
	padding-top: 34px;
	padding-left: 1em;
}
#header img, .photorotatordiv img {
	border: none;
}
#header a {
	margin-right: 2em;
}
#header div.wording {
	padding-top: 0.75em;
}
#menu {
	height: 34px;
	background: url("/images/menu_bg.png") no-repeat;
	padding-top: 0.25em;
}
#menu a {
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	padding: 0 1em;
	font-size: 0.85em;
	color: #6F5437;
}
#content {
	margin-top: 165px;
	background: url("/images/content_bg.jpg") bottom left no-repeat;
	padding: 0 1em 150px 1em;
	min-height: 250px;
}
#footer {
	height: 60px;
	background: url('/images/footer_bg.jpg') no-repeat;
	padding: 1em 1em 0 1em;
	color: #99703F;
	font-size: 0.8em;
}
#footer a {
	color: #99703F;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}

.blue {
	color: #5E839D;
}

#gmap {
	width: 80%;
	margin: 0 auto;
	height: 350px;
}
.photogallery {
	text-align: center;
}
.photogallery a img {
	border: 2px outset #BE9D72;
	padding: 0.35em;
	background-color: #FFFFFF;
	vertical-align: middle;
	margin-bottom: 0.25em;
}
.photogallery a img:hover {
	background-color: #ffd11b;
}
.testimonials {
	margin: 0 2em;
}
.testimonials .testimonial {
	border-bottom: 1px dotted #4A2C21;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}
.testimonials .name {
	font-weight: bold;
}
.testimonial .name, .testimonials .location {
	text-align: right;
}
.hometestimonial {
	clear: both;
	font-size: 0.8em;
	padding-top: 1.5em;
}
.hometestimonial .text {
	padding-left: 3em;
	padding-right: 4em;
	color: #666666;
	font-style: italic;
}
.hometestimonial .heading {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 0.5em;
}
.hometestimonial .name {
	padding-top: 0.5em;
	color: #666666;
}


.photorotatordiv {
	position: relative;
}
.photorotatordiv ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.photorotatordiv li {
	position: absolute;
	display: none;
}
.photorotatordiv li.active {
	display: block;
}

.bigemphasize {
	font-size: 1.5em;
	color: #4A2C21;
}
.nostyle {
	text-decoration:none;
	color:#FFFFFF;
	line-height:24px;	
}
#rv {
	float:right;
	height:88px;
	font-size:44px;
	font-family:Times, Georgia, 'Times New Roman', serif;
	width:100px;
	padding-top:0px;
	padding-left:0px;
	text-shadow:#444444 1px 1px 3px;
	margin-right:30px;
	margin-top:-60px;
	text-align:left;	
}
