#top {
  float: left;
  background : #000000 url(../images/banner.jpg) top left no-repeat;
  border : solid 0px #CCCCCC;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
  width : 704px;
  height : 215px;
}

#topnavi {
  border-top: solid 1px #474747;
  background: #000000 url(../images/topnav.jpg) no-repeat;
  width: 925px;
  height: 28px;
  padding : 8px 0px 0px 0px;
  margin : 0px 0px 0px 0px;
}

#topnavi a
{
  border: solid 0px #CCCCCC;
  width: 925px;
  height: 36px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color:#ebebeb;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-decoration:none;
}
#topnavi a:hover 
{
  color:#c60000;
 }

#topnavi p {
  padding : 0px;
  margin : 0px;
}

