* { margin: 0px; padding: 0px; }
a { color: #fff; text-decoration: none; }
body { 
    color: #fff; 
    background: #e4e4e4 url(/img/grad.jpg) repeat-x; 
    font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif; 
}
#wrapper { width: 960px; margin: auto; margin-top: 20px; }
#header { 
     
}
#content .editable { width: 600px; float: left; }
#content .col2 { width: 320px; float: right; }
#disqus_thread {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #e4e4e4;
    padding: 20px;
    color: #372818;
    margin-top: 30px;
}
#disqus_thread a {
    color: #684B2E;
    border-bottom: 1px dotted #684B2E;
}
#menu { 
    border-top-left-radius: 20px; border-top-right-radius: 20px; 
    -webkit-border-top-left-radius: 20px; -webkit-border-top-right-radius: 20px; 
    -moz-border-radius-topleft: 20px; -moz-border-radius-topright: 20px;
    padding: 10px;
    margin-top: 20px;
    background: #2B1F13 url(/img/menu_grad.jpg) repeat-x;
    border-bottom: 2px solid #372818;
}
img#banner {
    border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; 
    -webkit-border-bottom-left-radius: 20px; -webkit-border-bottom-right-radius: 20px; 
    -moz-border-radius-bottomleft: 20px; -moz-border-radius-bottomright: 20px;
    }
#menu a { 
    color: #e4e4e4; margin: 0 10px 0 10px; text-decoration: none; padding: 3px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
#menu a:hover { background: #5a4228; }
#header h1 {
    color: white;
    padding-left: 100px;
    background: transparent url(/img/logo.png) no-repeat left top;
    height: 84px;
    line-height: 84px;
}
#content { 
    border-top-left-radius: 20px; border-top-right-radius: 20px; 
    -webkit-border-top-left-radius: 20px; -webkit-border-top-right-radius: 20px; 
    -moz-border-radius-topleft: 20px; -moz-border-radius-topright: 20px;
    padding: 20px;
    background: #372818;
    margin: 10px 0 0 0;
}
#content h2 { margin: 0 0 10px 0; }
#content p { margin: 0 0 7px 0; }
#footer { 
    border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; 
    -webkit-border-bottom-left-radius: 20px; -webkit-border-bottom-right-radius: 20px; 
    -moz-border-radius-bottomleft: 20px; -moz-border-radius-bottomright: 20px; 
    background: #22190f url(/img/foot_grad.jpg) repeat-x;
    padding: 10px 20px;
}
#foot { padding-right: 30px; padding-top: 10px; }
#foot p { font-size: 0.8em; color: #454545; text-align: right; } 