html {
min-width : 800px; 
} 
body {
	font : 16px/32px Georgia, 'Times New Roman', Times, serif;
	text-align : center;
	margin : 0;
	padding : 0;
	background-color:#9DBAA1;
	color: #663300;
	background-image: url(../interface/paper2.jpg);
	background-repeat: repeat-y;
} 
img {
	padding: 10px;
}

a, a:link, a:visited, a:active {
text-decoration : none; 
color : #5ea936; 
font-weight : 700; 
} 
a:hover {
color : #abd550; 
} 


#pageHeader {
	position : absolute;
	height : 210px;
	width : 800px;
	left : 0;
	margin : 0;
	padding : 0;
	background-repeat: no-repeat;
	background-image: url(../interface/by6.jpg);
} 
#footer {
	height : 50px;
	margin : 0;
	padding : 0 0 0 15px;
	font-size: 9px;
	color: #996633;
	text-align: center;
} 
 
#menu {
	position : absolute;
	width : 255px;
	left : 520px;
	top : 300px;
	margin : 0;
	padding : 0;
	text-align: left;
	background-image: url(../interface/fern.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#menu a {
	color: #333333;
	padding-right: 4px;
	padding-left: 4px;
} 
#menu a:hover {
	color: #CBDDB4;
	background-color:#709375;

} 
#menu ul {
text-align : left; 
list-style : none; 
} 

#submenu a {
color:#C67F23;
}
#supportingText {
	position : absolute;
	width : 430px;
	float : left;
	left : 13px;
	top : 200px;
	margin : 0 0px 0px 50px;
	padding : 0;
	text-align: left;

} 
