#divMinFrame {
    min-height: 439px;
    height: auto !important;
    height: 439px;
}

/****** BEGIN: Tour Classes ******/

.tour_box {
    margin-top: 3px; 
    background-color: #ebebeb; 
    width: 303px; 
    height: 141px;
    padding-top: 2px;
}
.tour_info {
    width: 191px;
    height: 72px;
    padding-left: 4px;
    padding-top: 13px;
    overflow: hidden;
}

.tour_title {
    color: #000000;
    font-size: 9pt;
    font-weight: bold;
}

.tour_details {
    color: #666666;
    font-size: 8pt;
    overflow: hidden;
}

.tour_logo {
    width: 101px;
    height: 82px;
    overflow: hidden;
}

.tour_table {
    border: 2px solid #409471;
    font-size: 8pt;
    margin-left: 2px;
    width: 297px;
}

.tour_table th {
    background-color: #ffffff;
    font-weight: bold;
}

.tour_table td {
    background-color: #E6E6E6;
}

.tour_table td, .tour_table th {
    border-right: 1px solid #80b8a1;
    text-align: center;
    height: 22px;
    padding-left: 2px;
    padding-right: 2px;
}

/****** END: Tour Classes ******/

#divAboutKeeganProfile {
    width: 294px; 
    height: 204px;
    padding-left: 200px;
    padding-top: 22px;
    background-image: url('../images/kb_profile.jpg');
    color: #414141;
    font-size: 8pt;
    line-height: 18px;
    overflow: auto;
}

.highlights {
    color: #555555;
    font-size: 9pt;
}

#divSponsorList {
    padding-left: 26px;
}
#divSponsorList img {
    margin-bottom: 5px;
}

#divGalleryList {
    padding-left: 5px;
}

.album_box {
    width: 220px;
    height: 91px;
}

td.album_title {
    color: #666666;
    font-weight: bold;
    font-size: 10pt;
    vertical-align: middle;
    padding-left: 12px;
}
td.album_title a:link, td.album_title a:visited, td.album_title a:hover {
    color: #666666;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
}
td.album_title a:hover {
    text-decoration: underline;
}

td.album_image {
    vertical-align: middle;
    text-align: center;
    width: 82px;
    height: 91px;
    padding-left: 4px;
    padding-right: 6px;
    background-image: url('../images/album_frame.jpg');
}

.news_date {
    color: #7d7d7d;
    font-size: 9pt;
}

#divOnlineStore {
    width: 350px; 
    height: 350px;
    background-image: url('../images/store_bg.jpg');
}

.online_store_title {
    color: #ec2b2b; 
    text-decoration: underline;    
    text-align: center;
    padding-top: 30px;
    font-size: 20pt;
    font-weight: bold;
}

.online_store_content, .online_store_content p, .online_store_content a:link, .online_store_content a:visited, .online_store_content a:hover {
    color: #6f6f6f;
    text-decoration: none;
    text-align: center;
    font-size: 11pt;
    line-height: 20px;
}

.online_store_content a:hover {
    text-decoration: underline;
}