html { height: 100% }


body { 
    
    height: 100%;
    margin: 0px; 
    padding: 0px; 
    
    font: 12px Courier New, monospace;   
}


#map_canvas_specials { 
    
    margin-top:5px;  
    margin-left:20px;  
    width:800px; 
    height:70%; 
}

img {
    border:0 none;
}
 
#header {

    width:98%;

    position: absolute; 
    top: 5px; 
    left: 5px;
    font: 12px Courier New, monospace; 
} 

#header_sources {
    
    position: absolute; 
    top: 40px; 
    left: 5px;

    width:98%;
        
    font: 12px Courier New, monospace; 
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


#header_col1 {
    float: left;
    width: 35%;
}

#header_col2 {
    float: left;
    width: 30%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;    
}
#header_col3 {
    float: left;
    width: 34%;
    font:  12px Courier New, monospace; 
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
    
    
#main_area {
    
    position: absolute; 
    top: 70px; left: 1px;
    min-width:95%;
    width:95%;
        
    font: 12px Courier New, monospace; 
}

#main_headlines {
    margin-left:    20px;
    margin-bottom:  15px;
}
 
 
#fb_like_btn {
    
    position: absolute; 
    top:    30px; 
    left:   1px;
}


#footer {
    
    position: relative;
    top: 20px;
    
    width:95%;
    
    font: 12px Courier New, monospace; 
    text-align: center;
    margin-left: auto;
    margin-right: auto;    
}


A:link      { text-decoration: none;         color: #0000A6; }
A:visited   { text-decoration: none;         color: #0000A6; } 
A:active    { text-decoration: none;         color: #0000A6; }
A:hover     { text-decoration: underline;    color: #ff0000; }

  
input
{
 font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;    
 background-color: #D7E5F2;    
 color: #102132;    
 border: 1px solid #284279;    
}
   

  
  
  
  
  
  
  
  
