*{
font-style:italic;
font-size:12px;
}
#container {
  width:900px;
  height:100%;
  min-height:100%;
  margin: 35px auto;
 }
 .top {
  width:100%;
  height:50%;
  float:left;
  clear:both;
  margin-bottom:-280px;
}

.left {
  width:50%;
  height:1px;
  float:left;
  margin-left:-450px;
}

#content{
  width:898px;
  height: 450px;
  /*padding:8px 0px 0px 8px;*/
  font-family: Georgia;
  color: #666;
  float: left;
  overflow: hidden;
}
#content a{
 color: #666;
 font-style: italic;
 text-decoration: none;
}

#content a:hover{
 color: #999;
 font-style: italic;
 text-decoration: none;
}

#menu{
   height: 50px;
  width: 458px;
  float: left;

}

#logo{
   background:transparent url(../img/site_0003.jpg) no-repeat scroll right bottom;
   height: 50px;
   width: 350px;
   float: right;
}


/*lettertype*/
h1 {
line-height: 5px;
font-style:italic;
font-size:24px;
font-weight: bold;
}
h2 {
line-height: 2px;
font-style:italic;
font-size:20px;
font-weight: bold;
}
h3 {
line-height: 2px;
font-style:italic;
font-size:14px;
}