.MainContent
{
    margin-top: 20px;
    margin-bottom: 10px;
}

.MainContent p
{
    width: 700px;
    text-align: justify;
}

.MainContent img
{
    float: left;
}

#whatsonnav a
{
    color: #000;
}


/*Nav Box*/
#whatsonnavbox
{
    float: left;
    margin-right: 10px;
    margin-top: 23px;
    padding: 0;
    height: 245px;
    background: url(../images/sidebar_bg.jpg) no-repeat;
    width: 177px;
}

#contentwhatsonnavbox
{
    margin-top: 20px;
}

#whatsonnavbox h6
{
    font-family: Arial;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: normal;
    color: #999999;
}

#whatsonnavbox a
{
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    margin-left: 30px;
    color: #C3C3C3;
}

.hightlight
{
    width: 177px;
    margin-top: -15px;
    margin-left: -15px;
    padding: 0;
}

.hightlight:hover
{
    background-color: #383838;
}

.hightlighthead
{
    width: 177px;
    margin-left: -15px;
    padding: 0;
}

.hightlighthead:hover
{
    background-color: #383838;
}

#timetablenav
{
    background: url(../images/sidebar_line.gif) no-repeat bottom center;
    padding-bottom: 0px;
    margin-bottom: 10px;
    margin-left: 15px;
    width: 140px;
}

#calendar, #newslink, #whatsonlink
{
    height: 30px;
    margin-bottom: 10px;
    margin-left: 15px;
    width: 140px;
    background: url(../images/sidebar_line.gif) no-repeat bottom center;
}

#leftcol
{
    float: left; /*margin-right: -500px;*/
    width: 700px;
}

#leftcol .fullspan
{
    width: 700px;
    margin-right: -500px;
}

#rightcol
{
    float: right;
    margin-right: 20px;
}

td.whatsOnData
{
    text-align: center;
    font-size: 80%;
}
table.whatsOnData
{
    font-size: 80%;
}
.calenderPop
{
    /*position: absolute;
    background-image: url(../images/timetable_popup_bg.png);*/
    border: 1px solid #666;
    padding: 8px;
    font-size: 90%;
    width: 400px;
    margin-left: 10px;
}

.divider
{
    border-bottom: 1px solid #FFF;
    margin-bottom: 20px;
    width: 750px;
}

