* {
margin: 0; 
padding: 0;
}
body {
font: 95% Verdana, Arial, Helvetica, sans-serif;
color: #000;
background: #fff;
}
a  { 
color: #004da0;
text-decoration: none; 
}
a:hover {
text-decoration: underline; }
a img {
border: 0 none;
}
h1, h2, h3  { color: #c4a542; font-family: Arial, Geneva, sans-serif; background: transparent }
h1 {
font-size: 1.6em;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.2em;
}
p, li {
font-size: 0.80em;
}
p {
line-height: 140%;
}
ul {
list-style-type: square;
}
#container {
}

#header {
margin-top: 1px;
}
#logo {
padding: 1px 0 1px 0;
border-bottom: 4px solid #004da0;
border-top: 4px solid #004da0; 
}
#logo img {
background: transparent;
vertical-align: middle;
padding: 3px 40px 3px 53px;
}
#navi {
 position: absolute;
 top: 5.2em;
 left: 0;
 width: 100% ;
 background: #D3E2FF;
 border-top: 2px solid #004da0;
 border-bottom: 2px solid #004da0;
}
#navi li {
display: inline; 
}
#navi a {
text-decoration: none;
display: block;
float: left;
padding: 0 30px 0 53px;
font-weight: normal;
line-height: 1.5em;
}
#navi a:hover {
color: #C4A542;
}
address {
padding: 0 50px 50px 75px;
font-style: normal;
font-weight: bold;
}
#main{
margin-top: 50px; 
}