/* GLOBALS */

* { padding: 0px; margin: 0px; }

img { border: 0px; }

body {
    background: #323232;
    font-size: 12px;
    font-family: arial, verdana, sans-serif; }

a {
    color: #c75e00;
    text-decoration: none; }

a:hover {
    text-decoration: underline; }

h2 { font-size: 14px; }


/* MAIN ELEMENTS */

#headContent {
    background: url('../gfx/bg_head_logo.png') no-repeat right bottom; }

#headContent, #wrap {
    width: 872px; margin: 0 auto; }

#head {
    background: #252525 url('../gfx/bg_head.png') repeat-x ;
    height: 144px; width: 100%; }

#menu {
    width: 872px; margin-top: 20px; }

#content {
    margin-top: 20px; 
    background: url('../gfx/content_main.png') repeat-y;
    width: 872px; min-height: 50px; }


/* FOOTER */

#footer {
    width: 872px; min-height: 20px;
    clear: both; text-align: center;
    margin-bottom: 20px; margin-top: 20px;
    
    font-size: 11px; color: #959393; }
    
#footer p {
    padding-bottom: 3px; }
    
#footer span {
    color: #c7c7c7; }
