﻿body

#wrapper
{
    min-width: 900px;
    
}

#header

{

    clear: both;
    
    width: 100%;
    
    min-height: 155px;
    
    
}

#headerleft

{
    float: left;
    
    width: 22%;    

    text-align: left;

    font-size: 12px;
    
    background-image: url('Images/MainBkgrd.jpg');
    
    background-repeat: no-repeat;
    
    border-top: 3px solid #333;

    padding-bottom: 10px;

    padding-left: 10px;    
    
    min-height:140px;
      
}

#headerright

{
    float: right;   

    width: 75%; 

    text-align: Left;

    font-size: 12px;
    
    background-image: url('Images/LeftNavBarDrkSilver.jpg');
    
    background-repeat: no-repeat;
    
    border-left: thick ridge #FFFFCC;
    
    border-top: 3px solid #333;

    margin-left: 5px;

    padding-bottom: 10px;

    padding-left: 1px;    

    background-color: #ffffff;
    
    min-height: 140px;
  
}

#centercontent

{

    clear: both;
    
    width: 100%;
    
    min-height: 670px;

    height:auto;
} 

#left

{   
    clear: both;
    
    display:block;
    
    float: left;

    width: 22%;

    background-image: url('Images/LeftNavBarDrkSilver.jpg');
    
    background-repeat: repeat-y;
      
    border-top: 3px solid #333;

    padding-bottom: 10px;

    padding-left: 10px;  
    
    min-height: 670px;    
   
    height:auto;  

}

#main

{

    float: right;

    width: 75%;

    background-image: url('Images/MainBkgrd.jpg');
    
    background-repeat: repeat-y;
    
    border-top: 3px solid #333;
    
    border-left: thick ridge #FFFFCC;

    margin-left: 5px;

    padding-bottom: 10px;

    padding-left: 1px;  
    
    min-height: 670px;   

    height:auto;
      

}

 
#bottomnavigation

{
    clear: both;

    width: 100%;    

    text-align: center;

    font-size: 12px;

    padding: 3px;    

    border-top: 3px solid #333;

    background-color: #ffffcc;

}

#footer 

{

    clear: both;

    width: 100%;    

    text-align: center;

    font-size: 12px;

    padding: 3px;    

    border-top: 3px solid #333;

    background-color: #cccc99;

}
