@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	color: #363e38;
}
body {
	background: #738762 url(background.jpg) repeat-x fixed;
}
#header {
	background: #e5edbf url(header.png) bottom;
	text-align: center;
}
#banner {
	width: 810px;
	margin: auto;
}
#banner img {
	margin: 4px 0 0 0;
}
/*--- Content ---*/
#content {
	width: 800px;
	min-height: 420px;
	margin: auto;
}
#content h1 {
	font-size: 24px;
	margin: 4px 0;
	border-bottom: #4d574f 1px solid;
}
#content h2 {
	font-size: 18px;
	margin: 4px 0;
}
#content h3 {
	font-size: 16px;
	margin: 4px 0;
}
#content p {
	font-size: 14px;
	margin: 4px 0;
}

/*--- Thumbnails ---*/
#thumbsMenu {
	display: block;
	float: left;
	width: 200px;
	margin: 0;
}
#thumbsMenu ul {
	margin: 0 0 30px 0;
}
#thumbsMenu li {
	list-style: none;
	margin: 2px 0;
}
#thumbs {
	width: 600px;
	display: block;
	float: right;
	margin: 0 0 4px 0;
}
#thumbs img {
	border: none;
	display: block;
	float: left;
	margin: 0;
	padding: 2px;
}
#thumbs img:hover {
	background: #4d574f;
}
/*--- Ceremonies ---*/
#ceremonies {
	width: 800px;
	display: block;
	float: left;
	margin: 4px 0;
}
#ceremonies img {
	border: none;
	display: block;
	float: left;
	margin: 0;
	padding: 2px;
}
#ceremonies img:hover {
	background: #4d574f;
}
#contact {
	display: block;
	float: left;
	width: 400px;
	min-height: 420px;
	margin: auto;
}
.vicki {
	display: block;
	float: right;
}
/*--- Testimonials ---*/
.testimonial {
	background: url(testimonial.png) no-repeat;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: #4d574f 1px solid;
}
.testimonial p, .testimonialBottom p {
	padding: 5px 0 5px 40px;
}
.testimonialBottom {
	background: url(testimonial.png) no-repeat;
	margin: 5px 0;
	padding: 5px 0;
}
/*--- Footer ---*/
#footer {
	margin: 20px auto;
	padding: 5px 0 0 0;
	width: 800px;
	clear: both;
	border-top: #4d574f 1px solid;
	text-align: center;
	font-size: 10px;
}
#footer p, #footer a {
	font-size: 10px;
}
/* */
#navcontainer ul {
	padding: 2px;
	margin: 0;
	list-style-type: none;
	background-color: #709549;
	color: #fff;
	width: 100%;
	text-align: center;
}
#navcontainer li {
	display: inline;
}
#navcontainer li a {
	text-decoration: none;
	padding: 2px 30px;
	color: #dde7ad;
	font-size: 14px;
	font-weight: bold;
}
#navcontainer li a:hover {
	background-color: #4d574f;
	color: #dde7ad;
}