body, html 
{
margin: 0;
padding: 0;
font-size: 11.5px;
font-family: Arial, Lucida, Lucida Sans MS, Trebuchet, Verdana, sans-serif;
color: #666;
background: #F1F1F1;
}

a, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }

h1,h2,h3,h4,h5 { padding:0; margin: 0 }
h3, h3 a { font-size: 11.5px; font-weight: normal; color: #29a321 }

#container, #header, #bheader, #content, #footer { margin: 0 auto; width: 980px; clear: both;}
#container { background: #FFF; border: 1px solid #5c5c5c; margin-top: 14px; }
#header { padding: 10px }

/* styling header */
.title { font-size:34px; font-weight: 600; color: #29a321 }
.subtitle { font-size:14px; font-weight: normal; color: #29a321 }

#header {  }
#bheader { background: #29a321; height: 18px; margin-top: 6px; }
#content { height: 1000px; margin-top: 8px;}
#footer {  }

/* content */
#menuleft { width:185px; float:left; background: #f1f1f1; padding: 8px }
#contentcenter { width: 508px; float:left; padding: 8px 35px 8px 20px }
#menuright { width: 200px; float:left; background: #f1f1f1; padding: 8px }

.menutitle { font-size:12px; font-weight: bold; color: #A7988B; margin-bottom: 5px; }
.hello { color: #29a321; font-size: 15px; }