body {
	font-family: verdana, arial;
	font-size: 70%;
	color: #333333;
	background: #dfd9d2;
}

#container {
	width: 800px;
	margin: auto;
}

#header {
	clear: both;
}
#header_left {
	float: left;
	width: 199px;
	height: 100px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	background: #575b68 url(topleft.jpg) no-repeat;
}

#header_right {
	float: left;
	width: 600px;
	height: 100px;
	border-bottom: 1px solid white;
	background: #575b68 url(beach-wedding-banner.jpg) no-repeat;
}

#topnav {
	clear: both;
}
#topnav_left {
	float: left;
	width: 199px;
	height: 20px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	background: #8b765f;
}

#topnav_right {
	float: left;
	width: 600px;
	height: 20px;
	background: #575b68;
}

#main {
	clear: both;
	border-left: 1px solid #8b765f;
	border-right: 1px solid #8b765f;
	padding: 0px;
	background: url(bg.jpg) repeat-y;
}

#content {
	width: 600px;
	float: left;
	background: white;
	background: url(mainfooter.jpg) bottom no-repeat;
	padding-bottom: 5px;
}

#topnav_right ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 600px;
	border: 0px;
}
#topnav_right ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 120px;
}
#topnav_right ul li a {
	display: block;
	padding-top: 12px;
	height: 28px;
	color: white;
	font-size: 100%;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
#topnav_right ul li a:hover {
	background: #8b765f;
	color: white;
}
#sidenav {
	width: 198px;
	float: left;
}

#sidenav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#sidenav ul li {
	margin: 0px;
}

#sidenav ul li a {
	display: block;
	background: #575b68;
	padding: 10px 20px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid white;
}
#sidenav ul li a:hover {
	background: #8b765f;
	color: white;
}

#footer {
	clear: both;
	font-size: 80%;
	text-align: center;
	height: 75px;
	padding: 5px 20px 0px 20px;
	color: white;
	background: url(footer.jpg) no-repeat;
}
#footer p {
	margin-top: 0px;
}

h1 {
	font-size: 230%;
	color: white;
	text-align:center;
	padding-top: 20px;
	margin: 0px;
}
h2 {
	font-size: 120%;
	color: white;
	background: #8b765f;
	padding: 5px;
	margin: 5px;
}
h3 {
	font-size: 110%;
	color: #8b765f;
	margin: 5px;
}
p {
	margin: 10px 5px;
}


.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
