body {
   margin: 0px;
   font-family: verdana,arial,helvetica,sans-serif;
   font-size: .75em;
   font color: 2D4AAD;
   padding: 0px;
}

#banner {
   margin-top: 0px;
   margin-bottom: 0px;
   background-color: #cc9900;
   border-bottom: solid 1px #000;
   padding: 5px;
}

#sub_banner {
   background-color: #ccc;
   border-bottom: solid 1px #999;
   font-size: .8em;
   font-style: italic;
   padding: 3px 0px 3px 5px;
}

#content {
   position: absolute;
   margin-left: 18%;
   width: 40%;
   top: 100px;
   padding: 5px;
}

#side_one {
   position: absolute;
   width: 30%;
   left: 60%;
   top: 100px;
   padding: 5px;
}

#side_two {
   position: absolute;
   width: 15%;
   left: 1%;
   top: 100px;
   padding: 5px;
}

#header {
  font:Verdana, Arial, Helvetica, sans-serif;
  font size: 11 pt;
  font color: 2D4AAD;
  font weight: 400;
}
#wordpress {
	background:url(images/bg/light-blue-background.jpg); border:1px dashed #F30;
}
#wordpress a {
	background:url(images/yellow_arrow.png) no-repeat left top;
	padding-left:9px;
color:#16396D;
font: 11px Tahoma, Arial, Helvetica, sans-serif;
text-decoration:none;
}
#wordpress a:hover {
text-decoration:underline;
}
