/* CSS Document */
body {
	background-image: url(images/repeat.jpg);
	background-repeat: repeat;
	margin: 0px;
	font-family: Georgia, serif;

}
.birchleft {
	background-image: url(images/comp3_01.jpg);
	background-repeat: no-repeat;
	background-position:right top;
}
.birchright {
	background-image: url(images/comp3_04.jpg);
	background-repeat: no-repeat;
	background-position:left top;
}
.header {
	background-repeat: no-repeat;
	height: 93px;
	width: 726px;
	background-image: url(images/comp3_03.jpg);
}

.headerimage {
	background-image: url(images/comp3_05.jpg);
	background-repeat: no-repeat;
	height: 505px;
	width: 726px;
}
.contentarea {
	height: 800px;
	width: 700px;
	padding:10px;
	font-family: Georgia, serif;
}
.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 39px;
	width: 785px;
	font-family: Georgia, serif;
}
a:link {
	font-family: Arial;
	color: B60000;
	text-decoration: none;
	font-size: 10pt;
}
#menuunder {
	width:172px;
	background-color:#004737;
	margin-left: 5px;
	margin-top: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer {
	color:#FFFFFF;
	font-size:14px;
	height:25px;
	width:726px;
	text-align:center;
	background-color: 004737;
}

#menuunder div {
padding-top: 10px;
clear: both;
}
/*---------------------------------------------Main Navigation-----------------------------------------------*/

ul#nav {   /* navigation list */
	margin-left: 5px;
	margin-top: 5px;
	padding: 0;
	width:166px;
	height:160px;
}
ul#nav li {
	float: left;
	display: block
}
ul#nav li a {
	width: 162px;
	margin: 2px 0 0 0;  /* a little top margin */
	border: 0;
	padding: 5px 5px;
	font-family: Georgia, serif;
	font-size:15px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	background: #004737
}
ul#nav li a#current {
	border-color: #fff
}   /* current page, move id in the xhtml when creating a new page */
ul#nav li a:hover {
	background: #FED94D;
	color: #004737
}
