@charset "utf-8";
body {
	background-color: #7A650A;
	margin: 0px;
}

/* CSS Document */

.main_holder {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 95px;
	width: 1000px;
	margin: 0px;
	float: left;
}
.nav_bar {
	margin: 0px;
	height: 32px;
	width: 770px;
	float: left;
}
.nav_links {
	margin: 0px;
	float: left;
	height: 32px;
}

.content {
	background-image: url(../images/body.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 560px;
	width: 1000px;
	float: left;
}
.gallery {
	height: 320px;
	width: 520px;
	margin-left: 395px;
	margin-top: 110px;
}

.thumb {
	border: 2px solid #7A650A;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}


.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 69px;
	width: 1000px;
	float: left;
}
