#logo
    {
    float: left;
    width: 300px;
    height: 300px;
    }

#slideshow
    {
    float: left;
    position: relative;
    width: 700px;
    height: 300px;
    }
    
#main_div_1
    {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    z-index: 100;    
    }

#main_div_2
    {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 90;    
    }

#intro_text
    {
    float: left;
    width: 270px;
    height: 199px;
    padding: 15px;
    background-color: white;
    font-family: 'Cabin', 'san-serif';
    font-size: 14px;
    color: #736357;
    line-height: 32px;
    }
    
#intro_image
    {
    float: left;
    width: 700px;
    height: 229px;
    }
    
.HomeEvents
    {
    float: left;
    width: 188px;
    min-height: 340px;
    font-family: 'Cabin', 'san-serif';
    font-size: 14px;
    color: white;
    margin-top: 12px;
    }
    
.HomeEventsImage
    {
    width: 188px;
    height: 188px;
    }
    
.HomeEventsHeader, .HomeEventsHeader a:link, .HomeEventsHeader a:visited, .HomeEventsHeader a:hover
    {
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
    text-decoration: none;
    }
    
.HomeEventsBold, .HomeEventsBold a:link, .HomeEventsBold a:visited, .HomeEventsBold a:hover
    {
    color: white;
    font-weight: bold;
    text-decoration: none;
    }
    
.HomeEventsText, .HomeEventsText a:link, .HomeEventsText a:visited, .HomeEventsText a:hover
    {
    color: white;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-decoration: none;
    }    
    
    
.HomeEventsDivider
    {
    float: left;
    width: 15px;
    }
    
.FooterBar
    {
    margin-top: 0px;
    }    