body {
	margin: 0;
	padding: 30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/body_repeat.gif) left top;
}	

p {
	font-size: .8em;
}

table {
	margin: 0 auto;
	border: 2px solid black
}

#banner {
	height: 130px;
	background: white url(/images/logo.gif) no-repeat 20px 10px;
	text-align: left;
	border-bottom: 2px solid black;
}

#top_pic img {
	border: 1px solid black;
	border-bottom: none;
}

#navigation {
	text-align: left;
	background-color: #0f2a10;
}

#navigation ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

#navigation li {
	float: left;
	list-style: none;
	border-right: 1px solid white;
}

#navigation a {
	color: white;
	text-decoration: none;
	font: .8em Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	display: block;
	padding: 10px 15px;
}

#navigation a:hover {
	background-color: #006633;
}

#top h2 {
	margin-left: 12px;
	color: white;
	font-weight: lighter;
	margin-bottom: 5px;
}


#sidebar img {
	border: 1px solid black;
	
}

#sidebar p {
	margin: 0 12px 12px 12px;
	padding: 0;
}

#sidebar a {
	font-weight: bold;
	color: black;
}

#sidebar a:hover {
	text-decoration: none;
}

#content {
	text-align: left;
}

#content h3 {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	margin: 12px;
}

#content p {
	margin: 12px;
}

#content img {
	margin: 0 0 12px 0;
}

#footer {
	color: white;
	background: #0f2a10;
	font-size: .6em;
	text-align: center;
	padding: 3px;
}

#footer a {
	color: white;
}

#footer a:hover {
	text-decoration: none;
}
