body {
	margin:0 auto;
	padding:0;
	background:#6b452e;
	text-align:center;
	color:#fff;
	font-family:"trebuchet MS", verdana, sans-serif;
	font-size:14px;
}
a:link, a:visited {
	color:#6b452e;
	font-weight:bold;
}
a:hover {
	color:#e8d0c2;
	font-weight:bold;
}
h1 {
	margin:10px 0;
}
#wrapper {
	width:770px;
	margin:0 auto;
	background:url(../images/body_bg.jpg) top left repeat-y;
}
h1#header {
	background:url(../images/header.jpg) top left no-repeat;
	height:86px;
	width:770px;
	margin:0 auto;
}
#nav, #home-content, #footer {
	padding-left:120px;
	padding-right:40px;
}
#nav {
	border-bottom:1px solid #6b452e;
	height:15px;
	width:585px;
	text-align:left;
	margin-left:100px;
	padding-left:0;
	list-style-type:none;
}
#nav li {
	display:block;
	float:left;
}
#nav a {
	padding:3px 10px;
	font-size:11px;
	border-top:1px solid #6b452e;
	border-left:1px solid #6b452e;
	border-bottom:1px solid #6b452e;
}
#nav .last {
	border-right:1px solid #6b452e;
}
#nav a:link, #nav a:visited {
	background:#e8d0c2;
	color:#6b452e;
	text-decoration:none;
}
#nav a:hover, #nav a.active {
	color:#e6e6e6;
	background:#6b452e;
}
#home-content {
	text-align:left;
	padding-bottom:16px;
}
#home-content .image {
	text-align:center;
	margin:10px auto;
}
#home-content img.homeImage {
	border:2px solid #6b452e;
	padding:2px;
	background:#e6e6e6;
	margin:8px 16px;
}
#home-content img.homeMainImage {
	border:2px solid #6b452e;
	padding:2px;
	background:#e6e6e6;
	float:left;
	margin:5px 10px 5px 0;
}
.dropCap {
	font-size:24px;
	font-weight:bold;
}
#galleries {
	list-style:none;
	padding:0;
	width:300px;
	margin:20px auto;
}
#galleries a, #galleries a:visited {
	display:block;
	background:#e8d0c2;
	color:#6b452e;
	text-decoration:none;
}
#galleries a:hover {
	background:#6b452e;
	color:#e8d0c2;
}
#imagegallery {
	list-style:none;
}
#imagegallery li {
	display:inline;
}
#imagegallery img {
	margin:4px;
}
#imagegallery li a:link, #imagegallery li a:visited {
	
}
.backlink {
	text-align:left;
	padding-left:80px;
	margin-bottom:8px;
}
.backlink a:link, .backlink a:visited {
	color:#e8d0c2;
}
#photos-content {
	width:700px;
	margin:0 auto;
}
#photos-content h1 {
	text-align:left;
	margin-left:90px;
}
#photos-content img {
	border:2px solid #e8d0c2;
}
a#nextlink {
	float:right;
	position:relative;
	right:90px;
	top:50px;
	width:19px;
	height:137px;
	background:url(../images/right_arrow.gif) top left no-repeat;
}
a#nextlink:hover {
	background:url(../images/right_arrow-on.gif) top left no-repeat;
}
a#lastlink {
	float:left;
	position:relative;
	left:90px;
	top:50px;
	width:19px;
	height:137px;
	background:url(../images/left_arrow.gif) top left no-repeat;
}
a#lastlink:hover {
	background:url(../images/left_arrow-on.gif) top left no-repeat;
}
.albumtitle {
	font-size:16px;
	font-weight:bold;
}
.albumdesc {
	font-size:14px;
	margin:10px auto;
}
p#photoCaption {
	width:400px;
	text-align:center;
	background:#e8d0c2;
	margin:10px auto;
	color:#6b452e;
	border-bottom:1px solid #6b452e;
	border-right:1px solid #6b452e;
}
#footer {
	background:url(../images/footer_bg.jpg) top left no-repeat;
	height:17px;
	color:#6b452e;
	padding-top:4px;
}
#footer a:link, #footer a:visited {
	color:#6b452e;
}
#footer a:hover {
	color:#a36844;
}
label {
  display:block;
}
form {
	margin:10px 0;
}
form p {
	margin:5px 0;
}
fieldset {
  border:0;
	margin:0;
	padding:0 0 0 10px;
}
.testimonial {
	background:#E3D6CF;
	color:#6B452E;
	margin:15px 0;
	padding:5px 15px;
	border-bottom:2px solid #e8d0c2;
	border-right:2px solid #e8d0c2;
	border-left:2px solid #BBA79C;
	border-top:2px solid #BBA79C;
}
.testimonial p {
	margin:10px 0;
	padding:0;
	line-height:1.3em;
}
.testiPhoto {
	float:right;
	margin:10px 0 8px 8px;
}
.testiPhoto img {
	border:1px solid #6b452e;
}
.hide {
	display:none;
}