body {
    background-color: #c50801;
    background-image: url('../img/bg.gif');
    background-repeat: repeat-x;
    font-family: Arial;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 0.75px;
    line-height:18px;
    margin-top:0px;
}

img {
    border:0;
}

a, a:visited {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 24px;
    font-weight:bold;
    font-style: italic;
    margin-bottom: 18px;
    margin-top: 0;
}

h3 {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom:0px;
}

p {
    margin-top:0;
    margin-bottom: 10px;
}

ul {
    margin-left:-25px;
}

#container {
    width: 856px;     
    margin-left:auto;
    margin-right:auto;   
}
    #title {
        width: 850px;
        height:50px;
        background-color: #221e1f;
        text-align:center;
        display:block;
        overflow:hidden;
    }  
    
    #border-right-title {
        float:right;
        width: 6px;
        height: 50px;
        background-image: url('../img/border-right-title.gif');
        background-repeat:no-repeat;        
    }
    
    #content {
        background-image: url('../img/content-bg.gif');
        background-repeat: repeat-y;
        width: 856px;
        margin-top:11px;        
    }
    
    #menu {        
        width: 206px;
        float:left;        
    }
        
        #menu a.selected {
            background-color: gray;
        }
    
        #menu a, #menu a:visited {            
            width: 179px;
            height: 25px; 
            display: block;   
            color: #ffffff;
            padding-left: 21px;
            padding-top: 8px;     
            font-weight: normal;      
            overflow:hidden;
        }
        
        #menu a:hover {
            background-color: #5d5d5d;
        }       
        
        #menu .dotted {
            background-image: url('../img/dotted.gif');
            background-repeat: no-repeat;
            width:200px;
            height: 1px;
            overflow:hidden;
        }
    
    #page-content {
        width: 637px;
        float: right;        
    }    
    
        #banners {
            background-color: #ffffff;
            overflow:hidden;
            width:637px;
            height: 72px;
        }
        
        .text {
            padding-left: 34px;
            padding-right: 40px;
            padding-top: 34px;
            padding-bottom: 26px;
        }
        
        div.images {
                        
        }
        
        div.images .image {
            background-color: #2b2a2a;
            width:100px;
            height:100px;
            padding-left:10px;            
            padding-right:10px;
            padding-top:10px;
            padding-bottom:10px;
            float:left;
            margin-left: 10px;
            line-height: 91px;    
            text-align:center;       
        }        
        
        .image a:hover {
            text-decoration: none;
        }
        
        .image img {
            vertical-align:middle;
        }
    
    #content-bottom {
        background-image: url('../img/content-bottom.gif');
        background-repeat: no-repeat;
        width: 856px;
        height: 21px;
    }
       
div.clear {
    clear:both;
} 

.for_ie6 { display: inline-block; }