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

body {
	background-color: #A39A79;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	height: 100%;
	width: 100%;
	
}

#pageHeader {
	background-image:url(images/plank-wooden-texture.jpg);
	background-repeat: repeat-x;
	position: fixed;
	width: 100%;
	height: 161px;
	visibility: visible;
	z-index: 7;
}

#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	z-index: 3;
	position: relative;
	height: 100%;
	}
	
#footer {
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 5;
}

#content {
	position:relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	width:576px;
	z-index:1;
	margin-bottom:50px;
}

#contenttop {
	background-image: url(images/paper_top.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width:575px;
	height:45px;
	padding-top:50px;
	

}

#contentmiddle {
	background-image: url(images/paper_middle.png);
	width:535px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
}

#contentbottom {
	background-image: url(images/paper_bottom.png);
	background-repeat: no-repeat;
	width:575px;
	height:45px;
}
.pageHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #321900;
	text-decoration: none;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333300;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333300;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: brown;
}
.contenttext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #775E45;
	text-decoration: none;
	line-height: 120%;
}

#menu {
	margin-top:96px;
	margin-left:649px;
	position:fixed;
	width:163px;
	z-index:6;
}
#menutop {
	background-image: url(images/menu_top.png);
	background-repeat: no-repeat;
	padding-top:60px;
	padding-left:10px;
	position:absolute;
	width:163px;
	height:230px;
	left: 0px;
}


#menumiddle {
	background-image: url(images/menu_middle.png);
	position:absolute;
	width:157px;
	left: 0px;
}

#menubottom {
	background-image: url(images/menu_bottom.png);
	background-repeat: no-repeat;
	position:absolute;
	width:157px;
	height:110px;
	left: 0px;
	padding:10px;

}

#menumiddle li {
	list-style:none;
	line-height: 25px;
	text-align: left;
	text-indent: -20px;
	line-height: 100%;


}
#floatingcontent{
	padding-top:0px;
	margin-left:auto;
	margin-right:auto;
	postion:absolute;
	width:739px;
	height:100%;
}
.menuheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #321900;
	text-decoration: none;
}
