@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4d4e51;
}

input, option, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4d4e51;
}

a img {
	border:0px;
	outline:none;
}

a {
	color:#330311;
	text-decoration:none;
	outline:none;
}

a:hover {
	text-decoration:underline;
}

#outer {
	background:#fff url(../images/bg.png) repeat-x top;
}

#container {
	width:900px;
	margin:0 auto;
}

#header {
	height:125px;
}

#logo {
	width:269px;
	float:left;
}

#top_menu {
	width:556px;
	float:right;
	padding-top:78px;
}

#banner {
	height:239px;
}

#side_menu {
	width:217px;
	float:left;
	padding-left:26px;
	padding-right:26px;
}

#side_menu ul {
	list-style:none;
	margin:0;
	padding:0;
}

#side_menu ul li a {
	display:block;
}

#banner_image {
	width:605px;
	float:left;
	background:url(../images/banner.jpg) no-repeat;
	height:55px;
	text-align:right;
	padding-right:26px;
	padding-top:184px;
}

#banner_image h1 {
	color:#ffffff;
	font-size:26px;
	font-weight:normal;
	margin:0;
	padding:0;
	line-height:10px;
}

#banner_image h2 a {
	color:#bd9886;
	font-size:16px;
	font-weight:normal;
	margin:0;
	padding:0;
	margin-top:-10px;
	display:block;
}

#content {
	background:#fff;
	padding-left:26px;
	padding-right:26px;
	padding-bottom:26px;
	min-height:310px;
}

#content h1 {
	font-size:20px;
	font-weight:normal;
	color:#343333;
	margin-bottom:16px;
	margin-top:16px;
	display:block;
}

#content p {
	line-height:16px;
	text-align:justify;
}

#content .linktitle {
	display:block;
	float:left;
	width:300px;
	padding:2px;
	border-bottom:solid 1px #eee;
	margin-bottom:1px;
	line-height:18px;
	background:#fff;
}

#content .linkurl {
	display:block;
	float:left;
	width:250px;
	padding:2px;
	padding-left:20px;
	margin-bottom:1px;
	line-height:18px;
	border-bottom:solid 1px #eee;
}

#content .happy_bride {
	float:left;
	width:580px;
	padding-bottom:10px;
	border-bottom:solid 1px #eee;
	margin-bottom:10px;
}

#content .happy_bride .quote {
	background:#f4f4f4;
	padding:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

#content .happy_bride .ref {
	background:#f4f4f4;
	padding:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
}

#content .happy_bride .left {
	width:480px;
	float:left;
}

#content .happy_bride .right {
	width:90px;
	float:right;
}

#content .event {
	float:left;
	width:580px;
	padding-bottom:4px;
	border-bottom:solid 1px #eee;
	margin-bottom:4px;
}

#content .event .event_location {
	background:#f4f4f4;
	padding:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	width:240px;
	float:left;
}

#content .event .event_date {
	background:#f4f4f4;
	padding:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
	width:280px;
	float:right;
}

#footer {
	background:url(../images/footer.png) repeat-x top;
	height:189px;
	clear:both;
}

#footer_inner {
	width:848px;
	margin:0 auto;
	padding-top:10px;
}

#footer_enquiry {
	float:left;
	width:396px;
	border-right:solid 1px #72515b;
	padding-right:26px;
}

#footer_enquiry h1 {
	color:#ffffff;
	font-size:18px;
	font-weight:normal;
	margin:0;
	padding:0;
	margin-bottom:12px;
	text-transform:uppercase;
}

#footer_enquiry .left {
	width:145px;
	float:left;
	padding-right:26px;
}

#footer_enquiry .left input {
	width:145px;
	font-size:11px;
	color:#666;
	margin-bottom:8px;
}

#footer_enquiry .right {
	width:220px;
	float:left;
}

#footer_enquiry .right textarea {
	width:220px;
	font-size:11px;
	color:#666;
	height:70px;
	margin-bottom:10px;
}

#footer_enquiry .right input#submit {
	background:url(../images/submit.png);
	width:54px;
	height:18px;
	border:0;
	float:right;
}
	

#footer_contact {
	float:left;
	width:397px;
	padding-left:26px;
}

#footer_contact h1 {
	color:#ffffff;
	font-size:18px;
	font-weight:normal;
	margin:0;
	padding:0;
	margin-bottom:12px;
	text-transform:uppercase;
}

#footer_contact .title {
	display:block;
	width:56px;
	float:left;
	font-weight:bold;
	color:#cfbcc1;
}

#footer_contact .details {
	display:block;
	width:170px;
	float:left;
	color:#c1b0b5;
}

#footer_contact .details a {
	color:#c1b0b5;
}

#footer_contact .map {
	display:block;
	width:170px;
	float:left;
}

#footer_copyright {
	text-align:right;
	color:#855e69;
	clear:left;
	padding-top:24px;
}