body{
font-size:100%;
position:relative;
background:#fff url(img-pros/bkg-pros3.jpg) center top no-repeat fixed;
}
*{margin:0; padding:0;}
#container{
width:780px;
left:50%;
margin-left:-390px;
position:absolute;
}
#address{
float:left;
margin-left:300px;
width:375px;
text-align:center;
margin-top:40px;
font-weight:bold;
font-size:1.1em;
display:inline;
}
p.italic{
font-style:oblique;
}
h1{
float:left;
margin-left:-625px;
width:200px;
margin-top:1.5em;
}
h2{
float:right;
width:200px;
font-size:1.8em;
margin-top:2em;
}
a{
text-decoration:none;
color:blue;
}
a:hover{
color:red;
}
#text{
float:left;
margin-left:208px;
width:315px;
padding:100px 20px 0 25px;
display:inline;
font-size:1.1em;
}
#sponaugle{
float:left;
margin-left:-568px;
width:208px;
margin-top:70px;
}
#berg{
float:right;
width:208px;
margin-top:70px;
}
img{
border:solid 4px black;
}
#sponaugle p, #berg p{
font-weight:bold;
text-align:center;
padding-top:10px;
padding-bottom:30px;
font-size:1em;
}
#nav{
position:absolute;
top:580px;
left:18%;
clear:both;
padding-bottom:30px;
}
#menu1, #menu2{
width:100%;
float:left;
font-size:.7em;
font-family: verdana, arial, sans-serif;
}
#menu2{
margin-top:5px;
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:#d6dadd;
list-style-type:none;
font-weight:bold;
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;}
