#wrapper {
    min-width: 100%;
    min-height: 100%;
}

#header {
    width: 100%;
    height: 85px;
    max-width: 995px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    
    text-align: left;  
        
    background-image: url(../images/header_background.gif);
    border-width: 3px 3px 0px 3px;
    border-color: #0094FF;
    border-style: solid;
}

#navigation {
    width: 100%;
    max-width: 995px;
    height: 25px;
    line-height: 25px;
    
    margin-left: auto;
    margin-right: auto;

    border-width: 0px 3px 0px 3px;
    border-color: #0094FF;
    border-style: solid;
    
    background-color: #99D4FF;
}

.navigation_link {
    width: 20%;
    text-align: center;
    float: left;
    background-color: #99D4FF;
}

#navigation_submenu {
    width: 100%;
    max-width: 995px;
    height: 20px;
    line-height: 20px;

    margin-left: auto;
    margin-right: auto;

    border-width: 0px 3px 0px 3px;
    border-color: #0094FF;
    border-style: solid;

    background-color: #99D4FF;
} 
.navigation_submenulink {
    width: 10%;
    text-align: center;
    font-size: 9pt;
    float: left;
    background-color: #99D4FF;
}

#main {
    width: 100%;
    max-width: 995px;
    padding: 10px 0px 10px 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    overflow: hidden;
     
    background-color: #E2F3FF;
    border-width: 0px 3px 3px 3px;
    border-color: #0094FF;
    border-style: solid;
}

#footer {
    width: 100%;
    max-width: 995px;
    /*position: relative;
    margin-top: -40px;*/
    min-height: 38px;

    margin-left: auto;
    margin-right: auto;

    line-height: 38px;
    text-align: center;
}

.text_box {
    margin: 10px;
}

.offer {
    width: 100%;
    max-width: 480px;
    float: left;
    padding: 0px 5px 0px 5px;
    margin: 0px 0px 5px 5px;      
    
    background-color: #D0D0D0;
}

.offer_head { 
    text-align: left;
    float: left;
    line-height: 20px;
}

.offer_statusbar{
    text-align: right;
    line-height: 20px;
    padding-right: 5px;
}

.offer_content {
    text-align: center;
    height: 120px;
    padding-right: 5px;

    background-color: #E0E0E0;
}

.offer_footer {
    padding-right: 5px;
    text-align: right;
    line-height: 20px;
}

.cityoffer {
    width: 100%;
    max-width: 480px;
    float: left;
    padding: 0px 5px 0px 5px;
    margin: 0px 0px 5px 5px;

    background-color: #FFFF00;
}

.topoffer {
    width: 100%;
    max-width: 480px;
    float: left;
    padding: 0px 5px 0px 5px;
    margin: 0px 0px 5px 5px;

    background-color: #00FF00;
}

.sight_content {
    text-align: justify;
    height: 120px;
    padding-right: 5px;

    background-color: #E0E0E0;
}

.sight_pic {
    float: left; 
    padding-right: 5px;
}

h1 {font-size: large;}
h2 {font-size: medium;}
