body 
{
 font-family:Arial;
 font-size:12px;
 background-color:#efefed;
 text-align:center;
 margin:12px;
} 

a:link, a:visited, a:active, a:hover
{ 
  text-decoration:underline;
  font-weight:normal;
  color:#000;
  font-size:12px;
}
a:active, a:hover
{ 
  color:#000;
}
a.menu {
 display:block;
 padding:1px;
 border-top:1px solid #000;
 text-align:left;
 color:#000;
 text-decoration:none;
 }
a.menu:link, a.menu:visited
{ 
 color:#000;
 background-color:#f9dea4;
 text-decoration:none; 
 font-weight:bold;
}
a.menu:active, a.menu:hover
{ 
 color:#000; 
 font-weight:bold;
 background-color:#eeeeee;
}

#all 
{
width:760px;
margin:0px auto;
text-align:left;
background-color:#bdbec6;
border:1px solid #000000;
}

#title {
margin:0px;
padding:0px;
height:130px;
background-color:#DADADE;
border-bottom:1px solid #888;
}
#left {
background-color:#bdbec6;
width:100px;
float:left;
}
.menutitle {
font-weight:bold;
font-family:Verdana;
font-size:12px;
text-align:left;
margin:2px;
}
.menucontainer {
border:1px solid #666;
background-color:#A5A5BE;
width:116px;
margin:5px;
margin-top:20px;
}
#content {
border:1px solid #efeff7;
background-color:#e9e9e9;
width:620px;
float:right;
margin:0px;
padding:5px 5px;
font-family:Verdana;
min-height:330px;
}

ul
{
list-style-image: url(bulletrd.gif);
font-size:13px;
}