* {margin:0; padding:0; }
html {overflow-y: scroll;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;		
	background-color: #663333;
}
#background {
	margin: 0 auto;
	background-image: url(images/woods.jpg);
	background-repeat: no-repeat;
	width: 1024px;
}

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

img {
border: none;
}
#page-wrap {
	width: 1006px;
	margin: 0 auto;
	background: url(images/content_middle.png) repeat-y;
}
#main-content {
	padding:0 100px 0 100px;
}
	#article-area {
		width:600px;
		float: left;
	}
	
#navigation {
 margin: 0 auto;
 height: 85px;
 width: 1006px;
 background-image: url(images/content_top.png);
 background-repeat: no-repeat;
}

#footer { 
 margin: 0 auto;
 height: 134px;
 width: 1006px;
 background-image: url(images/content_bottom.png);
 background-repeat: no-repeat;
}

#box {
	float: right;
	margin: 100px 100px 0 0;
	width: 250px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;

}
h1 {
color: #3b3b3b;
font-size: 24px;
margin-bottom: 10px;
margin-top: 20px;
}
h5 {
color: #3b3b3b;
font-size: 14px;
margin-bottom: 10px;
margin-top: 20px;
}

#sidebar {
	line-height:150%;
	width:150px;
	float: right;
	}
 li a {
		text-decoration:none;
	}
ul#nav {
}
	ul#nav li {
		display: inline;
	}
	ul#nav li a {
		display:block;
		float: left;
		text-decoration:none;
		font-family: Georgia, serif;
		font-size: 24px;
		font-weight: strong;
		color: #3b3b3b;
		margin: 40px 0 0 100px;
	}
	
	ul#nav li a:hover {
		color: white;
		background-color: #3b3b3b;
	}
	ul#nav li a:active {
		background-position: top center;
	}
