html, body
{
    
    height: 100%;
    
}

body
{
    background-image: url("../img/bg.jpg");
    background-repeat: repeat;   
    
    margin: 0px;
    padding: 0px;
     
    
}

a
{
    color: #7d0a0a;
    text-decoration: none;
}

#lyr1
{
width: 100%;
    font-family: "Courier New", Courier, monospace;
    font-size: 16px;
    font-weight: bold;  

}

#container
{
      position: absolute;
      top: 10px;
    left: 50%;
    margin-left: -500px;
    width: 1024px;
    overflow: none;
    
    height: 100%;
    background-image: url("../img/we.png");
    


}
#pageheader
{
    position: absolute;
    
    margin: 0px;
    width: 1024px;
    padding: 0px;
    
    
    
    
    

    


}

#subject
{
    width: 425px;
}
#map
{
    display: none;
}

img
{
    border: 0px; 
           
}
#headerimg
{
    
    display : block;

}
#click
{
    
    
    -ms-interpolation-mode: bicubic;
    
}

#gallery
{
  height: 115px;
  
    -ms-interpolation-mode: bicubic;  
    
}

td.left
{
    font-family: "Courier New", Courier, monospace;
    font-size: 16px;
    font-weight: bold;      

}

#pagebody
{
    position: absolute;
    top: 175px;
    width: 1024px;
    
      
    height: 593px;                            
    background-image: url("../img/bodybg.png");
      


}
#content
{
    
    padding-top: 15px;
    margin-left: 165px; 
    margin-right: 150px; 
    border-collapse: collapse;
    
    height: 500px;
    font-family: "Courier New", Courier, monospace;
    font-weight: bold;
    font-size: 18px;
    border: 0px #000000 solid;
    
}
#frame
{
    width: 100%;
    height: 500px;   
}

td.left
{
    text-align: right;

}