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

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#f4f0cc;
	color:#85540e;
	font-size:13px;
	line-height:16px;
}

#center{
	margin-left:50%;
}

#header{
	background-image:url(../_images/header_pattern.gif);
	background-repeat:no-repeat;
	height:249px;
	margin-left:-512px;
	width:1023px;
	float:left;
	position:absolute;
}
#logo{
	margin-top:15px;
	margin-left:78px;
	width:176px;
	height:130px;
	float:left;
	position:absolute;

}

#menu{
	margin-top:171px;
	margin-left:82px;
	height:18px;
	width:860px;
	color:#f3efc6;
	position:absolute;
}

#about{
	margin-left:30px;
	width:80px;
	border-right:#cdf517 1px solid;
	font-size:11px;
	float:left;
}

#weddings{
	margin-left:25px;
	width:84px;
	border-right:#cdf517 1px solid;
	font-size:11px;
	float:left;
}

#menus{
	margin-left:25px;
	width:65px;
	border-right:#cdf517 1px solid;
	font-size:11px;
	float:left;
}

#events{
	margin-left:25px;
	width:135px;
	border-right:#cdf517 1px solid;
	font-size:11px;
	float:left;
}

#testimonials{
	margin-left:25px;
	width:105px;
	border-right:#cdf517 1px solid;
	font-size:11px;
	float:left;
}

#contact{
	margin-left:25px;
	width:90px;
	font-size:11px;
	float:left;
}

#top_bar{
	background-image:url(../_images/bottom_band.gif);
	background-repeat:repeat-x;
	height:110px;
	width:100%;
	position:absolute;
	margin-top:116px;
	z-index:-1;
}
#main_background{
	background-image:url(../_images/background.gif);
	background-repeat:repeat-y;
	height:466px;
	width:1023px;
	margin-left:-512px;
	position:absolute;
	margin-top:249px;
	z-index:-1;
}

#main_container{
	width:860px;
	height:466px;
	margin-top:249px;
	margin-left:-430px;
	float:left;
	position:absolute;
}

#main_container a:link{
	color:#92CA18;
}

#main_container a:hover{
	color:#85540e;
}

#c_1{
	width:300px;
	height:411px;
	float:left;
}
#c_2{
	margin-left:20px;
	width:540px;
	height:411px;
	float:left;
}
#c_2_tab{
	margin-left:35px;
}

#c_full{
	width:860px;
	height:18px;
	margin-top:37px;
	float:left;
}

#footer{
	background-image:url(../_images/bottom_band.gif);
	background-repeat:repeat-x;
	height:110px;
	width:100%;
	float:left;
	margin-bottom:5px;
	position:absolute;
	z-index:-1;
	margin-top:715px;
}
#footer_bar{
	width:1023px;
	height:110px;
	margin-left:-512px;
	background-image:url(../_images/bottom_bar.jpg);
	background-repeat:repeat-x;
	float:left;
	position:absolute;
	margin-top:715px;
}

#footer_menu{
	color:#f3efc6;
	margin-left:82px;
	width:860px;
	height:20px;
	margin-top:55px;
	float:left;
}
#terms{
	font-size:10px;
	color:#FFFFFF;
	text-align:right;
	float:right;
}

.image{
	margin-bottom:30px;
}

.headline{
	font-weight:bold;
	color:#5f9139;
	display:inline;
}

.green{
	color:#5f9139;
}

p{
	margin-top:0px;
	margin-bottom:20px;
}
a{
	color:#365500;
	outline:none;
	text-decoration:none;
}
a:hover{
	color:#f3efc6;
	outline:none;
	text-decoration:none;
}
