@charset "utf-8";
/* CSS Document */
body {
	background-color: #202128;
	background-image: url(../images/wallpaper_bg_gradient.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-attachment: fixed;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #D7D7D8;
	text-decoration: underline;
}
#whyteweddings {
	margin-top: -5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: right;
	width: 100%;
	background-image: url(../images/body_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 335px;
	margin-left: -10px;
	padding-right: 15px;
	padding-top: 1px;
}
#whyteweddings h1 {
	font-size: 0.8em;
	font-weight: normal;
	text-transform: uppercase;
	margin-right: 20px;
}
#wrapper {
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -325px;
	font-family: Verdana, Geneva, sans-serif;
	color: #A7A7AA;
	font-size: 0.8em;
}
#content {
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: no-repeat;
	border: 1px solid #2A2C35;	
	margin-top: 80px;
	background-color: #202028;
}
#footer {
	background-color: #36363E;
	height: 75px;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 20px;
	margin-left: -10px;
	padding-right: 15px;
	color: #FFF;
	font-size: 0.8em;
	text-align: center;
	padding-top: 5px;
}
.title {
	color: #FFF;
	font-size: 1.7em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-top: 15px;
}
.left_column {
	float: left;
	width: 430px;
	padding-right: 10px;
	padding-left: 10px;
}
.left_column h2 {
	color: #FFF;
	font-size: 1.8em;
}
.right_column {
	float: right;
	width: 440px;
	padding-left: 10px;
}
.right_column h2 {
	color: #FFF;
	font-size: 1.5em;
}
.content_break {
	clear: both;
	width: 900px;
	background-image: url(../images/content_break_top.jpg);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	color: #D7D7D8;
	background-color: #202028;
}
.content_break_bottom {
	background-image: url(../images/content_break_bottom.jpg);
	height: 3px;
	width: 900px;
}
.left_content {
	float: left;
	width: 415px;
	background-color: #202028;
	border: 1px solid #2A2C35;
	padding: 10px;
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.left_content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
.left_content a {
	font-size: 1.3em;
}
.right_content {
	float: right;
	width: 415px;
	background-color: #202028;
	border: 1px solid #2A2C35;
	padding: 10px;
	background-image: url(../images/wrapper_bg.jpg);
	background-position: right center;
}
.right_content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
.right_content a {
	font-size: 1.3em;
}
.pic_padding {
	margin-top: 35px;
	margin-bottom: 25px;
}
.white_large {
	font-size: 2em;
	color: #FFF;
}
.white {
	color: #FFF;
}

