﻿.Event
{
    width: 500px;
    float: left;
    text-align: left;  
}

.ETop
{
    width:500px;
    height:25px;
    float:left;
    background-image: url(../GeneralImages/EventTop.gif);
}
.EMid
{
    width:500px;
    float:left;
    background-image: url(../GeneralImages/EventMid.gif);
}
.EBot
{
    width:500px;
    float:left;
    height:25px;
    background-image: url(../GeneralImages/EventBot.gif);
}

.EventHeader
{
    width: 100px;
    margin-left: 20px;
    float: left;
    color: Navy;
}

.EventInfo
{
    width: 350px;
    margin-right:5px;
    float: left;
}

.filler
{
    width:500px;
    float:left;
}