h1 {
    margin: 20px 5px 5px 5px;
    font-size: 20px;
    font-weight: bold;
    color: #676767;
    text-align: left;
}

#mainBox {
    background: #fff;
    height: 399px;
    width: 952px;
}

#fader {
    height: 399px;
    width: 952px;
    position: absolute;
    top: 0;
    z-index: 2;
}

#fader2 {
    height: 399px;
    width: 952px;
    position: absolute;
    top: 0;
    z-index: 1;
}

#mainTable {
    position: relative;
    top: 0;
    background: transparent;
    z-index: 5;
}

#home_thumbs {
    width: 100%;
    height: 110px;
    text-align: center;
    vertical-align: middle;
    margin-top: 278px;
}

#home_thumbs img {
    border: 1px solid #56a57f;
}

#meteoBox {
    width: 200px;
    height: 230px;
    border: 0;
}

#mainContents {
    margin: 20px 10px 5px 10px;
    font-size: 12px;
    letter-spacing: -0.2px
}

#mainContents td {
    font-size: 12px;
    letter-spacing: -0.2px
}

#bookingBox {
    margin-top: 251px;
    width: 223px;
    border: 0;
}

#excelsBox {
    margin-top: 2px;
    width: 198px;
    height: 221px;
    background: #fff url('../../images_dir/excels_box_green_bg.jpg') no-repeat left top;
}

#excelsBox .title {
    margin: 20px 0 10px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

#excelsBox ul li {
    color: #fff;
}

#excelsBox a:link, #excelsBox a:visited {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}

#excelsBox a:hover {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}

