@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
}

#container {
	margin: 0 auto;
	width: 800px;
}

#header {
	background-image: url(images/logo.png);
	height: 103px;
}

#nav {
	width: 800px;
}

#abouttext {
	display: block;
	float: left;
	width: 600px;
	padding-top: 30px;
}

#frames {
	width: 200px;
	float: left;
	padding-top: 30px;
}

#weddingparty {
	width: 400px;
	float: left;
	text-align: left;
}

#weddingparty p {
	padding-left: 5px;
}

#RSVPBox {
	width: 300px;
	float: left;
}

#singleframe {
	float: left;
}

#tripleframe {
	float: left;
	clear: both;
}

#tripleframe2 {
	float: left;
	clear: both;
}

#contactform {
	float: left;
	width: 300px;
	clear: both;
}

#map {
	float: left;
	padding: 5px;
}