body
{
 font-family:trebuchet, verdana, arial;
 color:#333333;
}
a:link, a:visited, a:active, a:hover
{
  text-decoration:none;
  font-weight:bold;
  color:#CC0099;
  text-decoration: none;
}
a:active, a:hover
{
  color:#FF0099;
  font-weight:bold;
  text-decoration: underline;
}
h1 {
margin-top: 15px;
margin-bottom: 10px;
color: #000000;
font-size: 14px;
font-variant: small-caps;
font-weight: strong;
text-decoration: none;
}
h2 {
margin-top: 15px;
margin-bottom: 10px;
color: #CC0099;
font-size: 12px;
font-variant: small-caps;
font-weight: strong;
text-decoration: none;
}
h3 {
margin-top: 10px;
margin-bottom: 10px;
font-size: 14px;
color: #CC0099;
font-variant: small-caps;
font-weight: normal;
text-decoration: none;
}
h4 {
margin-top: 2px;
margin-bottom: 2px;
color: #000000;
font-size: 14px;
font-weight: strong;
text-decoration: none;
}
h5 {
margin-top: 2px;
margin-bottom: 2px;
color: #000000;
font-size: 12px;
font-weight: strong;
text-decoration: none;
}
#wrap {
max-width: 710px;
min-width: 710px;
margin: 0px auto;
padding: 10px;
}
#header {
width: 700px;
}
#menu {
        background: #333;
        float: left;
        margin: 0;
        padding: 0;
        width: 696px;
}
#menu ul, li {
        float: left;
        list-style: none;
        font-size: 10px;
        font-family: trebuchet, verdana, sans-serif;
        margin: 0;
        padding: 0;
}
#menu a {
        background: #333 url(../images/space1.gif) bottom right no-repeat;
        color: #ccc;
        display: block;
        float: left;
        margin: 0;
        padding: 8px 12px;
        text-decoration: none;
        font-weight:normal;
}
#menu a:hover {
        background: #CC0099 url(../images/hover.gif) bottom center no-repeat;
        color: #fff;
        padding-bottom: 8px;
}
#content {
float: left;
width: 70%;
margin-top: 20px;
margin-bottom: 20px;
}
#content div{
border-right: 1px solid #CCCCCC;
padding: 10px 20px 20px 30px;
font-size: 11px;
background: url(../images/bg-content.gif) no-repeat top left;
}
#sidebar {
float: right;
width: 30%;
margin-top: 20px;
}
#sidebar div {
padding: 10px 10px 20px 15px;
font-size: 9px;
}
#sidebar div #info {
width: 170px;
background: url(../images/sidebar-bg.gif) no-repeat top left;
font-size: 9px;
color: #000;
font-family: trebuchet, verdana, helvetica, sans-serif;
padding: 25px 40px 15px 15px;
}
#footer {
clear: both;
padding: 8px 0px 8px 0px;
background: #333;
color: #ccc;
font-size: 10px;
text-align: center;
}