﻿html, body, div, form, span, ul {margin:0;padding:0}
html, body {height: 100%;}
body
{
    background:#320000 url('/images/bkgd_red_s.gif');
    text-align:center;
    font-family: Georgia, "Times New Roman", times, serif;
    }
    
.wrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    margin-bottom:-62px
    }
    
.footer, .push
{
    height: 62px;
    }
     
    
#topspan
{
    width:100%;
    height:125px;
    background:#ffffff url('/images/topback.gif') repeat-x
    }
    
#menuspan
{
    width:100%;
    height:25px;
    background:#f5f5f5 url('/images/menuback.gif') repeat-x;
    padding:0
    }
#nav-menu
{
    width:780px;
    height:25px;
    margin:0px auto;
    text-align:left;
    font-size:12px
    }
#content_body
{
    min-height: 500px; 
    background:#ffffff url('/images/bg_content.jpg') repeat-x;
    margin:0px auto;
    text-align:center;
    padding:5px 0;
    border-left:solid 2px #cacaca;
    border-right:solid 2px #cacaca;
    }
#footer
{
    width:974px;
    height:60px;
    background:transparent url('/images/foot.gif') no-repeat;
    margin:0px auto;
    color:#d5c9a3;
    font-size:10px;
    text-align:center;
    padding-top:20px;
    margin-bottom:10px
    }
#infoot
{
    width:974px;
    height:60px;
    background:#fff9e6;
    
    border-left:solid 2px #e9dcb2;
    border-right:solid 2px #e9dcb2;
    text-align:center;
    color:#d5c9a3;
    font-size:10px
    }
#nav-menu ul
{
    list-style: none;
    padding: 0;
    margin-left:120px
    }
#nav-menu li
{
    color:#222;
    float: left;
    }
#nav-menu li a
{
    color:#222;
    float: left;
    display: block;
    text-decoration: none;
    text-align: center;
    width:100px;
}
#nav-menu li a div
{
    padding-top:4px
    }
#nav-menu li a:hover
{
    color:#fffff7;
    text-decoration:underline;
    height:25px;
    background: transparent url('/images/nav_back.gif') no-repeat
    }
