#header {
	height: 198px;
	background: url(bimages/header.jpg) no-repeat;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background: #5988bc url(bimages/blue_bg.jpg) repeat-y center center;
	padding: 0 0 2em;
	margin: 0;
}

#content {
	width: 800px;
	margin: auto;



	voice-family:; 
	voice-family:inherit;
	width: 800px;
	background-attachment: fixed;
	background-image: url(bimages/bgtree.jpg);
	background-position: center top;
	background-repeat: no-repeat;



}

html>body #content {
	width: 800px;
	margin: auto;
padding: 0;
} 


h1 {
	text-align: center;
	padding: 0 0 0.25em 0;
	margin: 0;
}

ul {
	list-style: none;
	padding: 0 0 1em;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: #efe7d0;
	text-decoration: none;
	text-transform: capitalize;


}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #efe7d0;
	padding: 0.2em 10px;
	text-transform: capitalize;



}

#nav li li a:hover {
	padding: 0.2em 5px;
	background-color: #f4e6b9;
	color: black;
	text-transform: capitalize;
}

li {
	float: left;
	position: relative;
	width: 200px;
	text-align: center;
	cursor: default;
	background-color: #1c3c62;
	border-top: 1px solid #be6a45;
	border-bottom: 1px solid #431b09;
	padding-bottom: 3px;
	padding-top: 3px;



}



li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: url(bimages/navbg.png) no-repeat left bottom;
	padding: 0em 0 1.3em;
	border-right: 1px solid #431b09;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: be6a45;

}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

p {
	clear: left;
	padding: 1em 1em 0 1em;
	margin: 0;
}

p.image {
	font-size: 0.8em;
	text-align: center;
	color: #431b09;
	padding: 1.25em 1.25em 0.25em 0.25em;
	float: right;

}

p.image img {
	display: block;
	border: 1px solid #431b09;
}

p.rimage {
	float: right;
	font-size: 0.8em;
	text-align: center;
	color: #431b09;
	padding: 1.25em 1.25em 0.25em 0.25em;
}

p.rimage img {
	display: block;
	border: 1px solid #431b09;
	margin-bottom: 6px;

}

#limage {
	display: block;
	border: 1px solid #431b09;
	margin-bottom: 6px;

	margin-right: 6px;

}
a:link {
	color: #5e3311;
}
a:visited {
	color: #5e3311;
}
a:hover {
	text-decoration: none;
}
