﻿#banner
{
    padding: 0px;
    margin: 0px;
    width: 955px;
    height: 65px;
    background-image: url('../images/open_evenings_banner.jpg');
}
#content
{
    padding: 0px;
    margin: 0px;
    width: 955px;
    background-color: #FFFFFF;
}
#contentUpper
{
    margin: 0px;
    width: 485px;
    height: 202px;
    background-color: #4D72A9;
    background-image: url('../images/open_evenings_background_upper.jpg');
    padding-left: 35px;
    padding-right: 435px;
    padding-top: 25px;
}
#contentLower
{
    background-image: url('../images/open_evenings_background_lower.jpg');
    background-repeat: no-repeat;
    background-position: right top;
    padding: 35px 50px 20px 35px;
    margin: 0px;
    width: 870px;
    overflow: hidden;
}
#infoGutter
{
    width: 200px;
    float: left;
    height: auto;
}
.infoBox
{
    width:180px;
    border:solid 1px gray;
    padding:5px;
    float:left;
    border-top-width:5px;
    margin-bottom:20px;
}
#detailedInfo
{
    width: 655px;
    float: right;
    padding-left: 15px;
    height: auto;
}
.floatLeft
{
    float: left;
    margin-right: 4px;
    margin-bottom: 5px;
    border: solid 1px grey;
}
.downloadBox
{
    width:180px;
    border:solid 1px gray;
    padding:5px;
    float:left;
    border-top-width:5px;
    background-color: #E8E8E8;
    background-repeat: no-repeat;
    background-position: right bottom;
    margin-bottom:30px;
}
h2
{
    margin-top:0px;
}
