body {
	margin: 0 auto;
	background-color: #006400;
	font-family: verdana;
font-size: 12px;
}

body div {
text-align: left
}

#main {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: #ffffff;
}

#head {
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
text-align: center;
height: 110px;
width: 900px;
background-image: url("head2.jpg");
background-position: center;
background-repeat: no-repeat;
}

#head h1 {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
color: #292929;
}

#menu {
float: left;
clear: left;
width: 160px;
font-family: verdana;
margin-bottom: 10px;
margin-left: 10px;
}

#menu h1 {
	padding-left: 5px;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #00008B;
}

#menu a {
	color: #4d7dd1;
	font-weight:bold;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	display: block;
	background-color: #ffffff;
	border-bottom: 1px solid #DAA671;
}

#menu a:hover {
	background-color: #8888bb;
	color: Red;
}

#sidegallery {
float: right;
clear: right;
width: 160px;
text-align: left;
margin-bottom: 10px;
margin-right: 10px;
}

a img {
border: 2px solid #575757;
margin-bottom: 5px;
margin-left: 5px;
margin-right: 5px;
}

a:hover img {
border: 2px solid #676767;
}

#content {
	font-family: verdana;
	padding: 5px;
	margin-left: 185px;
	margin-right: 185px;
	margin-bottom: 10px;
	width: 510px;
	background-color: #ffffff;
	color: Black;
}

#content h1 {
font-size: 24px;
margin-top: 5px;
margin-bottom: 0px;
	
	text-align: center;
	font-weight: bolder;
	
}

#content a {
text-decoration: underline;
color: #4d7dd1;
font-style: italic;
}

#content a:hover {
text-decoration: underline;
}

#foot {
	text-align: center;
	color: White;
	font-size: 12px;
}

#foot a {
	color: Yellow;
	text-decoration: none;
	font-style: italic;
}

#foot a:hover {
text-decoration: underline;
}
