@charset "iso-8859-1";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #330;
}
body {
	margin: 0px;
	background-color: #EFEFEF;
}
#centre {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	border-left:#669933 solid 1px;
	background-color:#FFF;
}
#header {
	background-image: url(site_images/park.jpg);
	background-color: #669933;
	background-repeat:no-repeat;
	text-align:center;
	border:#669933 solid 1px;
	height:420px;
	clear: both;
}
#menu {
	clear:both;
	height:30px;
	background-color: #669933;
}
#main_content {
	float:left;
	width: 680px;
	padding:10px;
	min-height:780px;	
}
#right_content {
	float:left;
	clear:right;
	width:230px;
	background-color:#669933;
	min-height:800px;	
}
#footer {
	clear:both;
	height:30px;
	background-color: #669933;
	text-align:center;
	padding: 1em;
	color:#CCCC00;
	font-size:11px;
	font-weight:bold;
}
#time {
	float:right;
	padding:5px;
	color:#FFD000;
	font-weight:bold;
}
#main_content p {
	line-height:1.25em;
}
