/* David and Victoria's Wedding Style Sheet - by Weyakin Designs */

html {
	height:100%;
}

body {
	padding:0;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size:90%;
	color:#5c536e;
	background:#9eb7b5 url("../images/background.jpg") top left repeat;
	height:100%;
}

#body_wrapper {
	background: url("../images/background-withstuff.jpg") top left no-repeat;
	height:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#wrapper {
	width:854px;
	min-height: 500px;
	padding:36px 0 15px 0;
	margin: 0 0 0 259px;
}

#header {
	width:854px;
}

/* Content */

#content_wrapper {
	width:854px;
	background: url("../images/general_bg.jpg") top left repeat-y;
}

#content_wrapper_middle {
	width:854px;
	background: url("../images/middle_bg.jpg") 0px 193px no-repeat;
}

#content {
	padding: 20px 25px;
	width: 804px;
	background: url("../images/top_bg.jpg") top left no-repeat;
	min-height:590px;
}

#content p {
	font-size: 95%;
	line-height: 150%;
}

#content li {
	font-size:95%;
	line-height: 130%;
	list-style-type: circle;
}


#content h1, h2, h3, h4, h5, h6 {
	font-family: georgia, times, serif;
	font-variant:small-caps;
	color:#60557c;
	font-weight:normal;
	margin:0;
	padding:3px 0 3px 0;
}

#content h1 {
	font-size: 180%;
}

#content h2 {
	font-size: 160%;
}

#content h3 {
	font-size: 140%;
}

#content h4 {
	font-size: 120%;
}

#content h5 {
	font-size: 110%;
}

#content h6 {
	font-size: 100%;
}

#content img {
	border:1px solid #5c5c5c;
}

#content a {
	color:#60557c;
}

#content a:hover {
	color:#719872;
}

.right_photo_box {
	text-align:center; float:right; margin: 2px 0 5px 15px; font-size:90%;
}

#content_footer {
	width:804px;
	height:27px;
	background: url("../images/footer_bg.jpg") bottom left no-repeat;
	clear:both;
	padding: 30px 25px 15px 25px;
	text-align:center;
	font-size:90%;
	font-family: georgia, times, serif;
	font-variant: small-caps;
}

#content_footer a {
	color:#60557c;
	text-decoration:none;
}

#content_footer a:hover {
	text-decoration:underline;
	color:#344d54;
}

/* End Content */

/* Nav */

#content .nav {
	width:200px;
	padding:0px;
	margin: 0px 0px 10px 25px;
	background: #c2d6d5 url("../images/nav_bg.jpg") top center no-repeat;
	border:1px solid #5c536e;
	float:right;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#content .nav ul {
	margin:0px;
	padding:10px 0px;
	text-align:center;
}

#content .nav ul li {
	list-style-type:none;
	padding:0px;
	margin:0px;
	font-family:georgia, times, serif;
	font-variant: small-caps;
	font-size: 110%;
	display:block;
}

#content .nav ul li a {
	text-decoration:none;
	padding:5px 0;
	display:block;
	background:url("../images/nav_bottom.png") bottom center no-repeat;
}

#content .nav ul li a:hover {
	background:url("../images/nav_hover_bg.jpg") center center repeat;
	color:#344d54;
}

/* End Nav */

/* Footer */

.footer {
	width: 854px;
	margin: 10px 0px 10px 0px;
	font-size: 80%;
	color: #5c536e;
	text-align:center;
}

.footer a {
	color: #786b97;
}

/* End Footer */