body {
	background-color: #1E3616;
	font-family: helvetica, arial, sans-serif;
	margin: 5px 100px 5px 100px;
	
}

#header {
	background-color: #D3BF7C;
	height: 95px;
	padding: 5px 10px 5px 10px;
	margin-bottom: 5px;
	clear: left;
	border-width: 2px;
	border-style: solid;
	border-color: black;
	background-image: url(/images/swampboat.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font-family: Marker Felt, sans-serif;
}

#header h1 {
	padding-left: 120px;
	font-size: 230%;
}

#footer {
	background-color: #D3BF7C;
	clear: left;
	padding: 10px;
	margin-top: 5px;
	font-size: 75%;
	text-align: center;
	border-width: 2px;
	border-style: solid;
	border-color: black;
}

.left_sidebar {
	background-color: #D3BF7C;
	width: 200px;
	padding: 5px;
/*	margin-top: 5px; */
	margin-bottom: 5px;
	float: left;
	border-width: 2px;
	border-style: solid;
	border-color: black;
}

.left_sidebar li {
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.left_sidebar a:link {
	text-decoration: none;
	color: black;
	border-bottom: 1px dotted black;
}

.left_sidebar a:visited {
	text-decoration: none;
	color: red;
	border-bottom: 1px dotted red;
}

.content {
	margin-left: 220px;
	padding: 5px;
	background-color: #D3BF7C;
	border-width: 2px;
	border-style: solid;
	border-color: black;
}

.news {
	margin-left: 220px;
	padding: 5px;
	padding-left: 10px;
	background-color: #E6D087;
	border-width: 2px;
	border-style: solid;
	border-color: black;
}

.news h1 {
	font-size: 160%;
	border-bottom: thin dotted #777777;
	line-height: 1.2em;
}

.news h2 {
	font-size: 125%;
	margin-left: 10px;
	border-bottom: thin dotted #777777;
	line-height: 1.2em;
}

.news p {
	margin-left: 10px;
	line-height: 1.2em;
}
