﻿#explore-menu
{
    background:url('../Images/explore_menu.jpg') no-repeat;
    margin-top:12px;
    height:290px;
    width:168px;
    float:left;
}

#explore-menu ul
{
     list-style:none;
     padding:0;
     margin:0;
}

#explore-menu ul li
{
     padding:9px;
     padding-left:15px;
     font-weight:bold;
}

#explore-menu div
{
    margin-left:50px;
}

.explore-content
{
    display:none;
    position:relative;
    margin-top: 12px;
    height: 450px;
    width: 814px;
    float: left;
    color: #fff;
}

.explore-content .box
{
    width:400px;
    position:absolute;
    right:20px;
    bottom:20px;
    color:#fff;
}

.explore-content .box h1
{
    font-size:250%;
    margin-bottom:0;
}

.explore-content .box h2
{
    font-size:150%;
}

#explore-footer
{
    float:right;
    background:url('../Images/explore_footer.jpg') no-repeat bottom;
    width:748px;
    height:45px;
    margin-right:10px;
    margin-bottom:24px;
    padding:5px;
}

#explore-footer p
{
    display:none;
    margin:0;
    padding:3px;
}