body{
  background-color:#ffffff;
  background-image: url(/images/bg2.gif);
  background-repeat:repeat;
  margin: 0px;
  font-size: 62.5%;
  font-family:Georgia, "Times New Roman", Times, serif;
}

h1{
  color: #217702;
}

#container{
  text-align: center;
  margin: 0 auto;
  width: 658px;
  background-color:#ffffff;
  min-height:700px;
}

#masthead{
  background-image:url(/images/masthead1.gif);
  margin: 0px;
  width: 658px;
  height: 160px;
}
.clearleft{
clear:left;
}
.right{
float:right;
}
.image{
    width: 200px;
	margin: 10px 30px 0px 10px;
	padding: 0;
	border-style: solid solid none solid;
	border-color: #000;
	border-size: 1px;
	border-width: 1px;
	float:left;
	clear:left;
}
#nav {
	width: 200px;
	margin: 0px 30px 10px 10px;
	padding:0;
	border-style: solid solid none solid;
	border-color: #000;
	border-size: 1px;
	border-width: 1px;
	float:left;
	clear:left;
}

#nav ul{
margin:0;
padding:0;
}
	
#nav li{
list-style-type:none;
}

#nav li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 1.6em;
}	
	
#nav li a:link, #nav li a:visited {
	color: #FFF;
	display: block;
	background:  url(/images/menu4.gif);
	padding: 8px 0 0 0px;
}
	
#nav li a:hover {
	color: #217702;
	background:  url(/images/menu4.gif) 0 -32px;
	padding: 8px 0 0 0px;
}	

#content{
  margin: 0px;
  padding: 5px 20px;
  text-align:left;
  font-size:1.6em;
  min-height:200px;
}

#footer{
  clear:both;
  font-size: 1.4em;
}

#lock{
  /*background-image:url(/images/lock.gif);*/
  width: 73px;
  height: 150px;
  float:right;
}

#map{
clear:right;
float:right;
width: 300px;
height: 300px;
}