@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	background: #7b99b0 url(../images/main_bg.jpg) repeat-x;
	font-family: arial;
	font-size: 12px;
	color: #3f3f3f;
	}
	
img {
	border: none;
	}
	
h1 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	}
	
h2 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	}
	
h3 {
	color: #555;
	font-size: 14px;
	font-weight: bold;
	}
	
h4 {
	color: #777;
	font-size: 12;
	font-weight: bold;
	}
	
p, li, td {
	font-size: 12px;
	}
	
a, a:visited {
	color: #0086f0;
	}
	
a:hover, a:visited:hover {
	color: red;
	}
	
.top_logo {
	padding: 7px 0 5px 0;
	}
	
.wrapper {
	width: 960px;
	margin: 0 auto;
	}
	
#left, #right {
	line-height: 16px;
	}
	
#index .content {
	background: #fff url(../images/index_content_bg.jpg) 100% 0 no-repeat;
	}
	
#index #left {
	float: left;
	width: 415px;
	}
	
#weddings .content {
	background: #fff url(../images/weddings_content_bg.jpg) 100% 0 no-repeat;
	}
	
#weddings #left {
	float: left;
	width: 475px;
	}
	
#weddings #right {
	float: right;
	width: 240px;
	padding: 480px 0 0 0;
	text-align: right;
	}
	
#contact #left {
	float: left;
	width: 295px;
	}
	
#contact #right {
	float: right;
	width: 400px;
	}
	
#prom #left {
	float: left;
	width: 450px;
	}
	
#prom #right {
	float: right;
	width: 240px;
	}
	
.content {
	background: #fff;
	border: 1px solid #233645;
	margin: 11px 0 0 0;
	padding: 30px 15px 15px 15px;
	}
	
.navigation {
	background: #8eaabe url(../images/nav_bg.gif) repeat-x;
	height: 20px;
	border: 1px solid #233645;
	margin: -41px 0 0 0;
	float: right;
	color: #fff;
	letter-spacing: 1px;
	}
	
.navigation ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 12px;
	height: 20px;
	}
	
.navigation li {
	float: left;
	font-size: 11px;
	padding: 3px 10px 0 0;
	height: 17px;
	}
	
.navigation a, .navigation a:visited {
	color: #fff;
	text-decoration: none;
	}
	
.navigation a:hover, navigation a:visited:hover {
	color: #233645;
	text-decoration: none;
	}
	
.call_out_box {
	background: #e2ecf6;
	border: 1px solid #c7d6e5;
	padding: 10px;
	}
	
.home_photo_credits {
	text-align: right;
	margin: -40px 0 0 0;
	}
	
.footer {
	background: #233645;
	color: #6a737b;
	height: 25px;
	padding: 10px 10px 0 0;
	margin: 0 0 25px 0;
	}
	
.footer p {
	font-size: 10px;
	margin: 0;
	text-align: right;
	}
	
.footer a, footer a:visited {
	color: #6a737b;
	}
	
.footer a:hover, .footer a:visited:hover {
	color: #fff;
	text-decoration: none;
	}
	
.clearer {
	clear: both;
	}
	
.small_text {
	font-size: 10px;
	}
	
input, textarea {
	border: 1px solid #336699;
	margin-bottom:10px;
	}
	
.submit_button {
	border: 1px solid #336699;
	background: #ddd;
	}
	
label.error {color: red;float:right;display:block;}

label {
width:20em;float:left;
display:block;
}





