* { margin: 0; padding: 0; }

body { background: #8d0808 url(img/bg-pattern.gif) repeat; font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #333; margin: 20px 0; }

#wrapper { width: 775px; margin: 0 auto; }

#header { width: 775px; height: 142px; background: url(img/header-bg.gif) no-repeat; }
#header a.logo { width: 222px; height: 102px; float: left; margin: 25px 0 0 15px; }
#header a.logo span { display: none; }

#nav { width: 760px; padding-left: 15px; background: url(img/nav-bg.gif) no-repeat; float: left; }
#nav ul { list-style-type: none; }
#nav li { float: left; }
#nav li a { float: left; padding: 10px 40px; color: #670e0b; text-transform: uppercase; font-weight: bold; background: url(img/nav-bullet.gif) no-repeat 15px -3px; text-decoration: none; }
#nav li a:hover { color: #a71818; }

#content { width: 745px; padding: 10px 15px; background: url(img/content-bg.gif) repeat-y; float: left; }

.main { width: 560px; float: left; }
.main h2 { color: #8d0808; font-size: 16px; padding-bottom: 5px; }
.main h2 a { color: #8d0808; }
.main p { padding-bottom: 10px; line-height: 20px; }
.main .main-ad { width: 468px; height: 68px; border: 1px solid #CCC; margin: 15px auto; }

.roundedbox { width: 579px; background: url(img/roundedbox-top.gif) no-repeat #feefcf; display: block; }
.roundedbox p { padding: 10px 10px 1px 10px; }
.roundedbox .roundedbox-b { width: 579px; height: 9px; display: block; background: url(img/roundedbox-bottom.gif) no-repeat; float: left; }

.roundedbox h2 { padding: 10px 0 0 5px }

.sidebar { width: 147px; float: right; background: #feefcf; margin-right: 10px; }
.sidebar h2 { width: 147px; background: url(img/sidebar-h2-bg.gif) no-repeat; font-size: 11px; text-align: center; padding: 12px 0; text-transform: uppercase; font-weight: bold; color: #8d0808; }
.sidebar p { padding: 0 7px; margin-bottom: 5px; }
.sidebar div.sbtm { width: 147px; background: url(img/sidebar-bottom.gif) no-repeat; height: 15px; }


#footer { float: left; width: 775px; height: 25px; background: url(img/footer-bg.gif) no-repeat; }
