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

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #000;
	background-image: url(images/wood_background_repeat.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

a, a:visited, a:active {
	text-decoration: none;
	color: #074A00;
}

a:hover {
	color: #FFF;
}

hr {
	color: #bdb59c;
	width: 950px;
}

.images {
	border-color: #bdb59c;
	border-style: solid;
	border-width: thin;
}

.photos {
	width: 200px;
	height: 300px;
	margin: 18px;
	float: left;
}


#container {
	width: 1036px;
	background-image: url(images/wood_background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
}

#header {
	height: 156px;
	width: 1036px;
	position: absolute;
	top: 50px;
	left: 250px;
}
#menu {
	width: 1036px;
	position: absolute;
	top: 206px;
	left: 156px;
}

#content {
	width: 976px;
	min-height: 200px;
	background-image: url(images/trans_gry.png);
	background-repeat: repeat;
	position: relative;
	top: 250px;
	left:29px;
	padding: 15px;
}

#feature {
	background-image:url(images/aci_11.png);
	background-repeat: no-repeat;
	width: 976px;
	height: 300px;
	padding: 10px 10px 10px 25px;
}

#feature_img {
	width: 704px;
	height: 269px;
	position: absolute;
	
}

#feature_text {
	width: 200px;
	height: 269px;
	font-size: 13px;
	letter-spacing: 20;
	line-height: 23px;
	list-style: square;
	position: absolute;
	top: 50px;
	left: 770px;

}

#home_photo_container {
	width: 976px;
	height: 300px;
	margin: 10px 0;
}

#image_container {
	width: 976px;
	min-height: 200px;
	margin: 10px 0;
}

.gallery_photos {
	width: 330px;
	height: 220px;
	margin: 18px;
	float: left;
}

.links {
	width: 200px;
	height: 135px;
	margin: 18px;
	float: left;
	text-align: center;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	width: 976px;
	height: 74px;
	margin-top: 50px;
	padding-top: 5px;
	padding-left: 25px
}

#copyright {
	width: 400px;
	text-align: left;
	font-size: 9px;

}

#footer_address {
	width: 930px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}
