body {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 80%;
}
#container {
	width: 800px;
	margin: 0px auto;
	position: relative;
}
#top {
	height: 140px;
	width: 455px;
	text-align: center;
    background-color: #FFFFFF;
}
#topright {
	vertical-align: center;
	float: right;
	color: #FFFFFF;
	width: 340px;
	height: 140px;
	background-color: #FFFFFF;
}
.cl {
clear:both;
}
#gallery {
	width: 800px;
	margin-top: 5px;
	padding-top: 5px;
    background-color: #FFFFFF;
}
#news {
	width: 250px;
	height: 450px;
	margin-top: 5px;
	background-color: #00318C;
	color: #FFFFFF;
}
#menu {
	width: 529px;
	background-color: #226B00;
	padding: 8px;
	border-bottom: 5px solid #FFFFFF;
	float: right;
}
#menu a:link, #menu a:visited, #menu a:active {
	background-color: #226B00;
	padding: 8px;
	text-decoration: none;
	color: #000000;
}
#menu a:hover {
	padding: 8px;
	background-color: #53AB00;
	text-decoration: none;
	color: #FFFFFF;
}
#content {
	width: 545px;
	float: right;
	height: 450px;
	margin-top: 5px;
	background-color: #C4D9FF;
}
p {
margin: 0 0 0 0px;
}
h1 {
	padding: 4px;
	margin: 4px;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #226B00;
}
h2 {
	text-align: center;
	font-size: 300%;
	font-weight: normal;
	color: #FFFFFF;
}
#pad {
	padding: 8px;
	color: #000000;
}
#footer {
	background-color: #226B00;
	padding: 12px;
	width: 777px;
	color:#000000;
	font-size: 90%;
	text-align: center;
	clear:both;
	border-top: 5px solid #FFFFFF;
}
#footer a:link, #footer a:active, #footer a:hover, #footer a:visited {
	color:#000000;
}
h4 {
	font-size: 180%;
	color: #53AB00;
}

