html, body {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Arial CE", "Arial", "Helvetica", sans-serif;
    font-size: 10pt;
    color: black;

    text-align: center;
    
    background: black;
}

a {
    color: #C30000;
}

a:hover {
    text-decoration: none;
}

a img { 
    border: 0;
}

img { 
    border: 0;
}

hr { 
    border: 0;
    border-top: 1px solid #bbb;

    height: 0;

    clear: right;
}

h1 { 
    margin: 0;
    display: none;
}

.clear { 
    clear: both;
}

#page-wrapper { 
    background: black url("../images/layout/bg_content.jpg") 227px 460px repeat-y;

    margin: 0 auto;
    width: 955px;

    position: relative;
}

#page {
    background: url("../images/layout/top_home.jpg") center top no-repeat;

    text-align: left;

    border: 0px solid red;
}

#menu-wrapper { 
    border: 0px solid green;

    float: left;

    background: url("../images/layout/menu_bg.jpg") 19px 196px repeat-y;
}

#menu { 
    border: 0px solid red;

    padding-top: 20px;

    background: url("../images/layout/menu_top.jpg") 19px -20px no-repeat;

    font-size: 10pt;
    font-weight: bold;

    text-transform: uppercase;
}

#menu a { 
    text-decoration: none;
}

#menu a:hover { 
    text-decoration: underline;
}

#menu ul { 
    width: 175px;

    padding-bottom: 10px;
    padding-left: 50px;

    margin: 0;

    list-style-type: none;
}

#menu ul ul { 
    padding-left: 20px;

    text-transform: none;
}

#menu h2 { 
    padding-left: 50px;
    
    padding-bottom: 0;
    margin-bottom: 5px;

    font-size: 9pt;

    text-transform: none;

    color: #888;
}

#menu .categories { 
    text-transform: none;

    list-style-type: none;

    font-size: 9pt;
}

#menu-bottom { 
    background: url("../images/layout/menu_bottom.jpg") 19px top no-repeat;

    width: 220px;
    height: 72px;

    border: 0px solid red;
}


#menu-banner { 
    padding-left: 60px;
}

#content { 
    padding-bottom: 50px;

    float: left;

    margin-left: 40px;

    width: 570px;

    border: 0px solid green;
}

#content-bottom { 
    height: 83px;

    background: black url("../images/layout/content_bottom.jpg") 232px top no-repeat;

    border: 0px solid red;
}

#signature { 
    border: 0px solid red;

    text-align: right;

    background: black;
}

#photo { 
    width: 232px;
    height: 172px;

    background: url("../images/layout/photo.jpg");

    position: absolute;
    right: -150px;
    top: 440px;
}

