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


.clear {
	clear: both;
	
}


body {
	background: #916435;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	/*background-image: url(background2.gif);*/
	background:#FFE4AE /*#fde8a9*/;
	width: 950px;
	height: inherit;
	border: 2px solid white;
	margin: 0px auto;
	
}


/*#container {
    padding: 0px 0px 40px 0px;
}*/



/* header*/
.mainlogo {
	height: 170px;
	width: 950px;
	background: #462300 url(../images/logo-plain2.png) no-repeat center;
	
}


.header {
    
	background: #462300 url(../images/header.gif) no-repeat;
	
	width: 700px;
	position: relative;
	left: 125px;
	
}

.header ul {
	display: inline;
	float: left;
}
	
	

	
	
	.header li {
		float: left;
		list-style-type: none;
		padding: 0px;
		margin: 0px 28px 0px 20px;
		text-align: center;
		font-family: arial, "myriad pro", verdana;
		color: #FFF;
		font-size: 14px;
		}
		
		
		
		.header a {
			text-decoration: none;
			color: #FFF;
		}
		
		
		
		.header a:hover {
			color:#000;
		}
		
		.header a:active {
			font-size: 16px;
		}
		
			#page a {
				color: #000;
			}
			
			





/*img {
	position: relative;
	top: 50px;
	left: 190px;
}*/



#gallery {
	position: relative;
	right: -10px;
	padding: 16px;border: 
	
	
}






.contact {
	visibility: hidden;
	
}
/*-----footer-----*/

#footer {
	clear: both;
	background: #c3986f url(../images/footer.png) no-repeat center;
	padding: 20px;
	border-top: 3px solid #462300;
	color: #c3986f;
	

}

