body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #9ebd8d url(images/background.gif) repeat-x;
	font: normal, 12px Verdana, sans-serif;
	color: #003300;
}

.clear { 
	clear: both; 
}

.left {
	float : left;
}

.right {
	float: right;
}

a { 
	outline: none; 
	color: #003300;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#container {
	margin: 0 auto;
	width: 825px;
	text-align: left;
}

#header {
	padding-top: 3px;
}

#header a img {
	border: none;
}

#content {
	background-color: #65845e;
	padding: 7px;
}

#navigation {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation li {
	float: left;
	display: block;
	color: #fff;
}

#navigation li span.seperator {
	padding: 0 5px;
}

#navigation li a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}  

#body {
	clear: both;
	background-color: #dbe5fa;
	padding: 7px;
	font-size: 15px;
	margin-top: 5px;
}

#body .photo {
	float: left;
	border: 2px solid #365136;
	margin: 0 6px 6px 0;
}

#footer {
	padding: 3px;
	font-size: 11px;
}

#footer a {
	color: #003300;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
