body {
    background: url('/images/topper.png') repeat-x;
    margin: 0px auto;
    font-family: Arial;
    font-size: 12px; 
}
a {font-family: Arial; font-size:12px; color:#AF2E2A; text-decoration: none;}
a:hover {font-family: Arial; font-size:12px; color:#AF2E2A;}

img {
border: none;
}

#main_container {
    margin: 0px auto;
    width: 900px;
    border-left: 1px solid #e28c01;
    border-right: 1px solid #e28c01;
    border-bottom: 1px solid #e28c01;
}

    #javaoff {
        width: 100%;
        text-align: center;
        border: 1px dotted #962133; 
        border-bottom: 2px solid #962133;
        background-color: #f75353;
    }
    
    #header {
        background: url('/images/header.png') no-repeat;
        width: 100%;
        height: 165px; 
    }
    
    #menu {
        background: url('/images/menu.png') no-repeat;
        width: 864px;
        height: 39px;
        margin-left: 18px;
        margin-bottom: 10px;
        line-height: 32px;
        text-align: center;
        color: #AF2E2A;
    }
        
        #menu a {
            text-decoration: none;
            font-weight: bold;
            font-size: 20px;
            color: #AF2E2A;
        }
            
          
    
    #content_container {
        width: 860px;
        margin-left: 20px;
        margin-right: 20px;
        float: left;
    }
        
        #content_left {
            width: 200px;
            height: 100%;
            float: left;
            position: inherit;
            padding-right: 5px;
        }
        
        #content_mid {
            width: 438px;
            height: 100%;
            float: left;
            position: inherit;
            border-left: 1px solid #e28c01;
            border-right: 1px solid #e28c01;
            padding: 0px 5px 0px 5px;
        }
        
        #content_right {
            width: 200px;
            height: 100%;
            float: left;
            position: inherit;
            padding-left: 5px;
        }
             
    #footer {
        background: url('/images/footer.png') repeat-x;
        height: 75px;
        width: 100%;
        text-align: center;
        line-height: 120px;
        font-size: 9px;
        font-family: verdana;
    }
    
         #footer a {
            color: #AF2E2A;
			font-size: 9px;
        }    
#clear {
    clear: both;
} 

         