
html, body { padding: 0; margin: 0; }

body { background: #eeede8 url(../images/body-bg.gif) top left repeat-x; font-family: arial, verdana, sans-serif; font-size: 75%; }

img.block { display: block; }
a img { border: 0; }

#main { width: 800px; margin: 0 auto; background: #fff; }

#header { display: block; }

#top { position: relative; height: 188px; background: url(../images/top-bg.gif) top left no-repeat; }

#banner { position: absolute; top: 0; left: 231px; background: url(../images/banner-back.jpg) no-repeat; width: 519px; height: 188px; }

ul#nav { position: absolute; bottom: 0; left: 0; padding: 0 0 0 40px; margin: 0; list-style-type: none; width: 200px; }
ul#nav li { margin: 0; padding: 0 0 5px 0; background: url( ../images/nav-divider.gif) bottom left no-repeat; }
ul#nav li#last { background: 0; padding: 0; }
ul#nav li a { display: inline-block; width: 180px; padding: 8px 10px; text-decoration: none; color: #1b2729; }
ul#nav li a:hover, ul#nav li a.selected { background: url(../images/nav-on.gif) top left repeat-y; }
ul#nav li a.selected { font-weight: bold; }

#content { position: relative; background: #ffffff url(../images/content-bg.gif) top left no-repeat; padding: 15px 50px 10px 260px; color: #666; min-height: 330px; }

#content h1 { color: #d3803e; font-size: 150%; margin: 0 0 0.66em 0; }
#content h2 { color: #666; font-size: 130%; margin: 0 0 0.66em 0; }
#content p { }
#content ul { }
#content li { }
#content a { color: #666; }

#content .advert { position: absolute; bottom: 50px; left: 70px; display: block; }

#bottom_gradient { position: absolute; bottom: 0; left: 0; }

#footer { width: 100%; background: #d3803e; }
#footer_inner { position: relative; width: 800px; margin: 0 auto; background: url(../images/footer-bg.gif) top left no-repeat; height: 34px; }
#footer_inner a#link_navigate { position: absolute; top: 0; left: 60px; }
#footer_inner p { margin: 0; padding: 11px 0 0 260px; font-size: 85%; color: #fff; }
#footer_inner p a { text-decoration: none; color: #fff; }
#footer_inner p a:hover { text-decoration: underline; }
#footer_bottom { width: 800px; height: 24px; background: url(../images/footer-bottom.gif) top left no-repeat; margin: 0 auto; }

