body { 
margin: 0; 
padding: 0; 
background: white; 
font: 80% verdana, 
arial, sans-serif;
}

p {
margin-top: 0px;
margin-bottom: 10px;
}

h1 {
margin: 0px;
font-size: 18px;
color: #6E2B26;
background-color: transparent;
}

.top { 
position: relative; 
margin: 0 auto; 
width: 950px; 
height: 400px; 
background-color: white; 
background-image: url('backgrou.jpg'); 
background-repeat: no-repeat;
}

.main { 
position: relative; 
margin: 0 auto; 
width: 946px; 
border-top: 0; 
border-left: 2px solid #6E2B26; 
border-bottom: 0; 
border-right: 2px solid #6E2B26; 
background-color: white;
}

.bottom { 
position: relative; 
margin: 0 auto; 
width: 950px; 
height: 20px; 
background-color: white; 
background-image: url('backgrou.jpg'); 
background-repeat: no-repeat;
}

.bottomLinks { 
text-align: center;
font-size: 11px;
margin: 0;
}

.copyright {
text-align: center;
font-size: 10px;
margin: 0;
}

.credit {
text-align: center;
font-size: 9px;
margin: 0;
}

#contentArea {
clear: left;
margin-left: 5px;
padding-top: 3px;
}

#contentAreaHome {
clear: left;
margin-left: 5px;
padding-top: 3px;
background-image: url('backgrov.jpg'); 
background-repeat: repeat-y;
}

.header {
position: absolute;
top: 0;
left: 0;
border: 0;
}

.panorama {
position: absolute;
top: 100px;
left: 55px;
border: 0;
}

.date {
text-align: right;
margin-right: 5px;
margin-bottom: 5px;
color: #003300;
}

.nov a{
color: #660000;
}

.suckerdiv ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 200px;
  border-bottom: 1px solid #ccc;
}
.suckerdiv ul li{
  position: relative;
}
.suckerdiv ul li ul{
  position: absolute;
  width: 200px;
  top: 0;
  visibility: hidden;
}
.suckerdiv ul li a{
  display: block;
  overflow: auto;
  color: #660000;
  text-decoration: none;
  background: #FFFFCC;
  padding: 1px 5px;
  border: 1px solid #ccc;
  border-bottom: 0;
}
.suckerdiv ul li a:visited{
  color: #660000;
}
.suckerdiv ul li a:hover{
  background-color: yellow;
}
.suckerdiv .subfolderstyle{ background-color: #FFFFCC;
}
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }

