body{
font-size:100%;
position:relative;
background:#f0fff0;  
}
*{margin:0; padding:0;}
#container{
position:absolute;
width:786px;
left:50%;
margin-left:-393px;
}
a{
color:blue;
text-decoration:none;
}
a:hover{
color:red;
}

#commissioner{
position:absolute;
top:370px;
left:0;
}

#staff2 {
width:258px;
float:left;
margin-left:434px;
display:inline;
}

#staff1 {
float:left;
margin-left:-604px;
width:258px;
display:inline;
}

#commtext{
width:350px;
float:left;
margin-top:50px;
margin-left:376px;
display:inline;
}
#commtext p{
font-weight:bold;
padding-bottom:8px;
}

#staff3 {
float:left;
margin-left:-638px;
width:258px;
margin-top:50px;
display:inline;
}

#admin{
position:absolute;
left:0;
top:950px;
width:786px;
padding-bottom:30px;
}
h1{
text-align:center;
padding:25px 0;
}
.text2{
float:left;
margin-left:214px;
width:250px;
padding-left:30px;
padding-top:40px;
display:inline;
}
.address{
float:left;
width:200px;
margin-left:-494px;
padding-right:10px;
border-right:4px solid black;
font-size:.9em;
}
.address p{
padding-bottom:5px;
}
.address p span{
font-weight:bold;
font-size:1.2em;
}
.pitsenbarger{
float:right;
width:258px;
}
.pitsenbarger img{
border:outset 4px #668b8b;
}
.pitsenbarger p{
text-align:center;
font-weight:bold;
}
img{
border:outset 4px #668b8b;
}
#staff1 p, #staff2 p, #staff3 p{
font-weight:bold;
text-align:center;
padding-top:5px;
}

#nav{
position:absolute;
top:291px;
left:60px;
}
#menu1, #menu2{
width:100%;
float:left;
font-size:.7em;
font-family: verdana, arial, sans-serif;
}
#menu2{
margin-top:3px;
text-indent:8px;
}
#menu1 ul, #menu2 ul{
margin:0 0 0 100px;
display:block;
}
#menu1 ul li, #menu2 ul li{
float:left;
width:auto;
background-color:#cdcdc1;
font-weight:bold;
list-style-type:none;
padding:3px 6px;
border-right:solid 2px black;
border-top:solid 2px black;
border-bottom:solid 2px black;
}
#menu1 ul li:first-child, #menu2 ul li:first-child{
border-left:solid 2px black;
}
#menu1 ul li:hover, #menu2 ul li:hover{
background-color:#97ffff;
}
#menu1 ul a, #menu2 ul a{
color:blue;
text-decoration:none;
padding:0 6px;
}
#menu1 ul a:hover, #menu2 ul a:hover{
color:red;
}
* html  #menu1 ul, * html #menu2 ul {
float:left;
border-left:solid 2px black;
margin-left:50px;
}
* html a {display:block;}






