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

body {
	background-image: url(images/background%20tile.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	color: #f9aca2;
}
.body {
	background-color: #E3C49C;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}


.banner {
	background-color: #a28b6d;
	width: 740px;
	height: 100px;
	border: 1px dashed #fcaca3;
	margin-right: auto;
	margin-left: auto;
}
.bannerOuter {
	width: 760px;
	background-color: #a28b6d;
	margin-right: auto;
	margin-left: auto;
	height: 110px;
	padding-top: 10px;
}

h1 {
	color: #f9aca2;
}

.menu {
	background-color: #a28b6d;
	height: 25px;
	border: 1px dashed #fcaca3;
	margin-left: auto;
	line-height: 25px;
	padding: 0px;
	width: 740px;
	margin-right: auto;
}

a {
	color: #f9aca2;
	text-decoration: none;
}
a:hover{
	color: #f7cdce;
	text-decoration: underline;
}

.active{
	color: #f7cdce;
}
.menuOuter {
	width: 760px;
	background-color: #a28b6d;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
	padding-top: 10px;
	margin-top: 10px;
}
.item {
	background-color: #a28b6d;
	margin-left: 10px;
	float: left;
	height: 20px;
	font-size: 20px;
	font-weight: bold;
}

.content {
	background-color: #a28b6d;
	width: 720px;
	border: 1px dashed #fcaca3;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;	
	
}
.contentOuter {
	width: 760px;
	background-color: #a28b6d;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;	
	margin-top: 10px;
	margin-bottom: 0px;
}
p {
	margin: 0px;
	padding: 0px;
	color: #f9aca2;
}
.menuCenter {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 470px;
}

.frontImage {
	float: left;
	margin-right: 10px;

}

.frontBlock {
	text-align: center;
	float: right: 	
	width: 350px;
	height: 263px;
}

.centerGallery{
	width: 670px;
	margin-right: auto;
	margin-left: auto;
}

.centerGallery img {
	margin-bottom: 4px;
}

.galleryRight{
	margin-left: 6px;
}

.centerForm {
	margin-right: auto;
	margin-left: auto;
	width: 275px;
}
form {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.directions {
	style ="width: 250px;
	margin-left: auto;
	margin-right: auto;
	width: 325px;
}
.centerMenu {
	margin-left: auto;
	margin-right: auto;
	width: 325px;
}	

.login_input {
	 width: 36%;
	 float: left;
	 text-align: right;
}

.login_submit {
	 float: right;
}

	
