
body{
  font-size: 84%;
  font-family: 'Verdana','Arial',Sans-Serif;
  
  margin: 0px 0;
  text-align: center;
  
  background-image: url(bg.png);
  background-attachment: fixed;
  
  color: #333;
  background-color: #fff;
}

#frame{
  margin: 0 auto;
  width: 700px;
  padding: 7px 15px;
  text-align: left;
  background-color: #fff;
}

#header{
  position: relative;
  
  width: 700px;

}

#title{
  padding: 0 0 4px 0;
  border-bottom: solid #000 2px;
  
}

#title strong{
  font-size: 16pt;
  margin-left: .1em;
  color: #c18;
  font-family: Georgia, 'New York CE', utopia, serif  ;
  font-weight: normal;
  letter-spacing: 0.05em; 
}

#title em{
  color: #000;
}

#title strong sup{
  vertical-align: baseline;
  color: #000;
  font-size: 9pt;
  position: relative;
  bottom: 0.9em;
  font-weight: bold;
  font-family: monospace  ;
  font-style: italic;
  
}


#menu {
  
  position: absolute;
  right: 0;
  bottom: 0;
  
  background-color: #fff;
  
}

#menu ul{
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}

#menu li{
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

#menu a{
  padding: 2px 0 2px 4px;
  width:4em;
  margin: 0 0 0 3px;
  font-size: 9pt;
  font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif  ;
  border-bottom: solid #000 2px;
  text-align: center;
  text-decoration: none;
  xfont-weight: bold;
  color: #C71585;
  display: block;
}

#menu a:hover{
  border-color: #C71585;
  border-width: 3px;
  padding-bottom: 1px;
  letter-spacing: 1px;
}





#body{
  
    
    
}


#footer{
  clear: both;
  margin-top: 1em;
  padding: 5px 0;
  border-top: solid #000 2px;
  font-size: 80%; 
}

#footer em{
  color: #C71585;
  font-weight: bold;
}


.hidden{
  display: none;
}








