/*
html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
*/

body
{
 font-family:Verdana;
 font-size:12px;
 background-color:#ffefde;
}

h1 {font-size:18px;color:#000000;margin-bottom:0px;}
h2 {font-size:16px;color:#000000;}
h3 {font-size:14px;color:#000000;}
p {margin-top:0px;}



a:link, a:visited, a:active, a:hover
{
  text-decoration:none;
  font-weight:bold;
  color:#B70000;
  font-size:12px;
}

a:active, a:hover
{
 text-decoration:underline;
}

#title {
height:60px;
padding:5px;
margin-bottom:5px;
}

#left {
        width:14%;
        float:left;
        line-height:15px;
}


#content {
        width:80%;
        float:left;
}