@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.body_box {
	background-color: #75aadb;
	position: absolute;
	left: 60px;
	top: 20px;
	right: 20px;
	bottom: 60px;
	width: 850px;
	height: 1000px;
	border: 1px solid #000;
}
.header_box {
	position: absolute;
	left: 10px;
	top: 10px;
	border: 5px solid #FFF;
}
.couple_box {
	position: absolute;
	left: 10px;
	top: 130px;
	border: 5px solid #FFF;
}
.party_box {
	position: absolute;
	left: 430px;
	top: 130px;
	border: 5px solid #FFF;
}
.jenny_box {
	position: absolute;
	left: 10px;
	top: 250px;
	border: 5px solid #FFF;
}
.steve_box {
	position: absolute;
	left: 430px;
	top: 250px;
	border: 5px solid #FFF;
}
.skinny_box {
	position: absolute;
	left: 0px;
	top: 370px;
}
.venue_box {
	position: absolute;
	left: 10px;
	top: 691px;
	border: 5px solid #FFF;
}
.hotel_box {
	position: absolute;
	left: 430px;
	top: 691px;
	border: 5px solid #FFF;
}
.portland_box {
	position: absolute;
	left: 10px;
	top: 811px;
	border: 5px solid #FFF;
}
.registry_box {
	position: absolute;
	left: 430px;
	top: 811px;
	border: 5px solid #FFF;
}
.back_button {
	left: 10px;
	top: 130px;
	position: absolute;
	border: 5px solid #339e35;
}
.subheader_box {
	position: absolute;
	left: 230px;
	top: 130px;
	border: 5px solid #FFF;
}
#hers {
	background-color: #FFF;
	width: 375px;
	height: 1600px;
	border: 5px solid #339e35;
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	padding-right: 5px;
}
#his {
	background-color: #FFF;
	width: 375px;
	height: 1460px;
	border: 5px solid #339e35;
	float: right;
	margin-right: 0px;
	margin-left: 20px;
	padding-right: 5px;
}
#folks {
	background-color: #FFF;
	width: 790px;
	position: absolute;
	left: 10px;
	top: 720px;
	height: 200px;
	border: 5px solid #339e35;
}
#content_box {
	position: absolute;
	left: 10px;
	top: 300px;
	height:400px;
	width:820px;
}
#content_box_border {
	background-color: #FFF;
	position: absolute;
	left: 10px;
	top: 300px;
	height: 500px;
	width: 810px;
	border: 5px solid #339E36;
	padding: 5px;
}

.party_pic {
	margin: 5px;
	float:left;
}.party_pic_box {
	float: left;
	width: 110px;
	padding-top: 5px;

}
.party_bio_box {
	float: right;
	width: 240px;
	padding-top: 5px;
	padding-bottom: 20px;
}
.image_left {
	float: left;
	border: 1px solid #000;
	margin: 3px;
}
.image_right {
	float: right;
	border: 1px solid #000;
	margin: 3px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
