BODY {
	margin: 0;
	padding: 0;
	background: #2c1f17;
	background-image:url(images/top_shadow.png);
	background-repeat:repeat-x;
	background-position:top;
	
}

.left {
	background-image:url(images/left_swirl.png);
	width:100%;
	height:601px;
	background-repeat:no-repeat;
	background-position:top left;
}
.right {
	background-image:url(images/right_swirl.png);
	width:100%;
	height:601px;
	background-repeat:no-repeat;
	background-position:top right;
}


A {
	color: #f6c99a;
	text-decoration: none;
}
A:hover {
	color: #FFF;
	text-decoration: underline;
}
.main-images{
	padding-left:250px;
	padding-top:75px;
}

.main {
	background-image:url(images/main_image.png);
	width:1030px;
	height:286px;
	background-repeat:no-repeat;
	background-position:right;
	}
	
.main_gallery {
	background-image:url(images/gallery.png);
	width:1030px;
	height:286px;
	background-repeat:no-repeat;
	background-position:right;
	}	
	
.main_contact {
	background-image:url(images/contact_us.png);
	width:1030px;
	height:286px;
	background-repeat:no-repeat;
	background-position:right;
	}		

.logo{
	padding-left:0;
	padding-top:10px;
	z-index:15;
}

 .phone{
	 font-family:"Comic Sans MS", cursive;
	 font-size:18px;
	 font-weight:bold;
	 color:#FFF;
	 padding-top:15px;
	 padding-right:30px;
	 text-align:right;
 }

.menu{
	height:30px;
		padding-top:0;
	padding-bottom:10px;

}

.menu_txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#f6c99a;
	text-align:center;
}
span.home{
	padding-left:30px;
	padding-right:80px;
	color:#f6c99a;
}
span.right_padding{
	padding-right:80px;
	color:#f6c99a;
}

.stripe{
	height:230px;
	width:100%;
	background-image:url(images/center_stripe.png);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:20px;
}
 .fbc_main_txt {
	 font-family:"Times New Roman", Times, serif;
	 font-size:18px;
	 color:#FFF;
	 font-weight:900;
	 text-align:left;
 }
 .main_txt {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size:16px;
	 color:#b9a78b;
	 font-weight:600;
	 text-align:left;

 }
 
 .home-show {
	 text-align:left;
	 padding-left:10px;
 }
 
 .gallery{
	 padding-left:300px;
 }
 
 .gallery_dark{
	 background-image:url(images/center_stripe.png);
	 background-repeat:repeat;
	 text-align:center;
	 padding-top:30px;
	 
 }
 

	 