
body {
	background: url('../images/wood_bg.jpg') top center;
}

.header_invisible_logo {
	float:left;
	margin-left:80px;
}

.header_invisible_logo_subpage {
	float:left;
	margin-left:130px;
}

#nav_positioning {
	margin:0 0 0 270px;
	font-size:24px;
	width:640px;
	padding:100px 0 0 0;
}

#nav_positioning ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 

#nav_positioning ul li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 0px 12px 5px 0px;
	list-style: none;
	display: inline;
}

#nav_positioning ul li a {
	color: #6d4b0b;
}

#nav_positioning ul li a:hover {
	border-bottom: 1px dotted #6d4b0b;
}

.container_16 #bodycopy_wrapper .text_homepage ul li a, .container_16 #bodycopy_wrapper .text_homepage p a {
	color: #357940;
	border-bottom: #357940 1px dotted;
}

.container_16 #bodycopy_wrapper .text_homepage ul li a:hover, .container_16 #bodycopy_wrapper .text_homepage p a:hover {
	color: #6d4b0b;
	border-bottom: #6d4b0b 1px dotted;
	background:white;
}

#header_homepage {
	background: url('../images/header.jpg') no-repeat top center;
	min-height:387px;
}

#header_subpage {
	background: url('../images/header_subpage.jpg') no-repeat top center;
	min-height:190px;
}

#bodycopy_wrapper {
	background: url('../images/paper_bg.jpg') repeat-y top center;
	min-height:400px;
}

.container_16 #bodycopy_wrapper .text_homepage {
	padding-left: 200px;
	width:600px;
	padding-bottom:30px;
}

.container_16 #bodycopy_wrapper .text_homepage ul {
	margin-left: -30px;
}

.align_right {
	float:right;
	padding: 0 0 10px 10px;
}

.align_left {
	float:left;
	padding: 0 10px 10px 0;
}

#footer {
	text-align:center;
	font-size:10px;
	padding: 30px 0 20px 0;
	background: url('../images/footer.jpg') no-repeat top center;
	min-height:100px;
	clear:both;
}
