/* CSS Document */
*, html, body { margin: 0; padding: 0; }
.clr { clear: both; display: block; font-size: 0; height: 0; line-height: 0; content: "."; }
body { background: #707070 url(images/bgbody.jpg) top left repeat-x; font-family: Geneva, Arial, Helvetica, sans-serif; }

#mainwrap { width: 780px; margin: 0 auto; }
#header { background: transparent url(images/header.jpg) top left no-repeat; height: 197px;}
#menu { width: 158px; padding: 29px 0 0 35px;}
#menu a { display: block; padding: 5px 0px 5px 5px; margin: 4px 0 0; text-decoration: none; font-size: 11px; font-weight: bold; color: #000; text-transform: uppercase; border-bottom: 1px solid #666; }
#menu a:hover {  background: #AC8826; color: #FFF; border-bottom: 1px solid #FFF; }
#content { background: transparent url(images/bgcontent.jpg) top left repeat-y; padding-bottom: 20px; }
#leftcol { float: left; width: 573px; }
.leftbox { padding: 10px 15px 10px 38px; }
.leftbox h3 { font-size: 24px; padding: 0 0 2px 0; margin: 0 0 8px 0; border-bottom: 1px solid #000;}
.leftbox p { padding: 2px 10px 10px; font-size: 12px; }
.rightbox { padding: 10px; }
.rightbox h3 { font-size: 18px; font-weight: 100; padding: 0 0 2px 0; margin: 0 0 8px 0;  border-bottom: 1px dashed #000; }
.rightbox p { padding: 2px 10px 3px; font-size: 11px; }
#rightcol { float: left; width: 201px; }
#footer { background: transparent url(images/bgfooter.jpg) top left no-repeat;  }
#footer p { text-align: center; padding: 20px 0 50px; font-size: 11px; }
#footer a { text-decoration: none; color: #000; font-weight: bold; text-decoration: none; }