body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;

}
#wrapper {
	text-align: left;
	width: 995px;
	margin-right: auto;
	margin-left: auto;
	padding: 122px 0 0 0;
	background-image: url(wedding_banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	width: 995px;
	height: 480px;
	float: right;
	padding: 0px 10px 0 0;
}
#content p {
	font-size: 70%;
	line-height: 1.8em;
	padding-left: 2em;
}
#content h1 {
	font: normal 180% Georgia, "Times New Roman", Times, serif;
	color: #B51032;
	background-color: transparent;
}
#content h2 {
	font-size: 120%;
	color: #940D1E;
	background-color: transparent;
	border-bottom: 1px dotted #FF9006;
}
.adbox_container {
	height:370px;
}
.adbox {
	float: left;
	width:200px;
	height:150px;
	margin-right: 6px;
	margin-bottom: 10px;
	padding: 12px 14px 12px 6px;
	border: 1px solid #B1B1B1;
	background-color: #F4F4F4;
}

#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited { 
	margin-right: 2px;
	padding: 3px 10px 2px 10px; 
	color: #A62020;
	background-color: #FCE6EA;
	text-decoration: none;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #717171;
	border-right: 1px solid #717171;
}
#navigation a:hover {
	border-top: 1px solid #717171;
	border-left: 1px solid #717171;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
#footer {
	clear: both;
	margin-top:40px;
	padding: 0 0 10px 25px;
	font-size: 70%;
	color: #AAAAAA;
	background-color: transparent;
}