/* CSS Document*/
body {
height : 100%;
margin : 0px auto;
font-size : 0.85em;
font-weight : normal;
font-family: "Lucida-Sans", Arial, sans-serif;
background : #ffffff;
z-index: 1000;
}
h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
	line-height: 120%;
	font-weight: bold;
	color: #663300;
	}
	
h3 {text-align: left;}

a {
	color:#663300;	
	font-weight: bold;
}

a:hover {color:#A68E62;}
a:active {color:#A68E62;}

#siteContainer {
	width: 800px;
	margin: 0px auto;
	
	}
#header {
width: 800px;
margin: 0px auto;

}

#header img {
	margin: 0px auto;
}
	
	
#nav {
	height: 40px;
	margin: 0px auto;
	color: #ffffff;
	background-color: #894F44;
	
	}

		
#nav li {
	float: right;
	margin: 20px 15px auto auto;
	display: inline;
	list-style: none;	
	color: #ffffff;
	font-weight: bold;
	z-index: 1000;
	
	}

#nav a {	
	padding: 0px 5px;
	color: #ffffff;
	text-decoration: none;	
	}
	
#nav a:hover {color: #F5D25D; }
#nav a:active {color: #F5D25D; }




/*- Menu --------------------------- */
	
#menu {
	width: 350px;
	
	}	
	
#menu ul {
list-style: none;
}
#menu li a {
	padding: 0px 0px 5px 25px; 
	text-decoration: none;
	background: url(images/arrow.png) no-repeat;
	border: none;
	font-weight: bold;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #green;
	display: block;
	background: url(images/arrow.png) no-repeat;
	padding: 0px 0px 5px 30px;
	border: none;
	}
	
#menu li a:hover {
	color: #889944;
	background: url(images/arrow.png) no-repeat;
	padding: 0px 0px 5px 37px;
		border: none;
	}

#content {
	width: 800px;
	margin: 20px 0px;
	}

 
#text {	
	width: 350px;
	padding: 10px 80px 0px 0px;
	font-size : 0.85em;
line-height: 130%;
font-weight : normal;
font-family: "Lucida-Sans", Arial, sans-serif;
	text-align: left;
	}
	
#text img {margin: 30px 5px 0px 5px;}
	
	
.bold {font-weight: bold;}
.spacing {line-height: 170%;}

#window {
width: 500px;
margin: 0px auto;
	}
	.back {text-align: right;}
	
#footer {
	clear: both;
	text-align: center;
	font-size: 80%;
	margin: 0px 0px 20px 0px;
	padding: 7px 0px;
	background-color: #894F44;
	color: white;
	z-index: 1000;
	text-decoration: none;
	
	}
#footer a {color: #DDEEAA;}
	


	