/* CSS Document */
body
{
	background-image:url(images/background.jpg);
	background-repeat:repeat;
}
p
{
	text-indent:2em;
}
img
{
	position:relative;
	/* needed for IE6 bug that causes floated images to disappear if placed inside a div */
}
blockquote
{
	font-style:italic;
	font-weight:bold;
}
li
{
	font-weight:bold;
	font-size:100%;
}
#header
{
	background-image:url(images/wood2.jpg);
	background-position:center;
	height:100px;
 color:#000000;
 border:solid #000000;
 border-width:2px 0px;
 margin:40px 0 0 0;
}
#navigation
{
	background-image:url(images/navigation.gif);
	background-repeat:no-repeat;
	position: absolute;
 top: 170px;
 left: 10px;
 width: 216px;
 margin: 0px;
 padding-top:17px;
 padding-bottom:0px;
 padding-left:0px;
 padding-right:0px;
 height: 438px;
}
.navigation
{
	list-style-type:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:120%;
}
.navigation a
{
	text-decoration:none;
	color:#000000;
}
.navigation a:hover
{
	text-decoration:underline;
	color:#0000FF;
}
#content
{
	/* background-image:url(images/background-cell.jpg); */
	background-color:#CCCC99;
	margin: 20px 20px 20px 220px;
	border: 2px solid #000000;
	padding: 20px;
	position :relative;
}
