body
{
 font-family:Verdana;
 font-size:12px;
 background-color:#CCC68F;
 text-align:center;
 margin:0px;
}
h1 {font-size:18px;color:#000000;margin-bottom:0px;}
h2 {font-size:16px;color:#000000;}
h3 {}

a:link, a:visited, a:active, a:hover
{
  text-decoration:underline;
  font-weight:normal;
  color:#ff0000;
  font-size:12px;
}
a:active, a:hover
{
  color:#009999;
}
a.menu {
 display:block;
 padding:3px;
 border-top:1px solid #000;
 background-color:#BFA260;
 text-align:center;
 color:#eeeeee;
 text-decoration:none;
 }
a.menu:link, a.menu:visited
{
  color:#eeeeee;
 background-color:#807459;
 text-decoration:none; font-weight:bold;
}
a.menu:active, a.menu:hover
{
  color:#807459; font-weight:bold;
 background-color:#eeeeee;
}
a.online {
 display:block;
 padding:3px;
 border-top:1px solid #000;
 background-color:#BFA260;
 text-align:center;
 color:#eeefff;
 text-decoration:none;
 }
a.online:link, a.online:visited
{
  color:#807459; font-weight:bold;
 background-color:#eeefff;
}
a.online:active, a.online:hover
{
  color:#eeefff;
 background-color:#807499;
 text-decoration:none; font-weight:bold;
}
 

#title {
height:34px;
padding:5px;
background-color:#807C59;
border-bottom:1px solid #000;
}
#left {
background-color:#CCC68F;
width:128px;
float:left;
}
.menutitle{
background-color:#807C59;
font-weight:bold;
text-align:center;
margin:2px;
}
.menucontainer {
border:1px solid #000;
background-color:#CCC68F;
width:120px;
margin:10px;
}
#content {
border:1px solid #efeff7;
background-color:#E6DFCF;
width:590px;
float:right;
padding:0px 10px;
}
