
.eventContainer{
    margin: 10px auto 10px auto;
    width:96%;
    background-image:url("../img/white_op80.png");
    background-repeat:repeat;
    min-height:10px;
}

div.eventLeft{
    float:left;
    width:29%;
    text-align:center;
}

div.leftWrapper{
    margin: 40px;
    text-align:center;
}

div.eventRight{
    float:right;
    width:69%;
    text-align:left;
}

div.rightWrapper{
    margin: 20px;
}

div.clearance{
    clear:both;
}

div.date, div.time{
    font-family:'Times New Roman',Times, serif;
    font-weight: bold;
    font-size:11pt;
    line-height:14pt;
}

div.time{
    margin-bottom:20px;

}

div.category{
    font-family:'Times New Roman',Times, serif;
    font-style:italic;
    font-size:11pt;
}

div.title{
    font-family:'Times New Roman',Times, serif;
    font-weight:bold;
    font-size:14pt;
    line-height:28pt;
}

div.description{
    font-family:'Trebuchet MS',trebuchet,times,serif;
    font-size:10pt;
    line-height:14pt;
    text-align:justify;
}

div.button{
    background-color:#898657;
    padding:5px;
    border-radius:5px;
    font-family:'Trebuchet MS',trebuchet,times,serif;
    font-size:9pt;
    width:80px;
    margin-left: auto;
    margin-right: auto;
}

div#events_bg{
    width:96%;
    margin-left: auto;
    margin-right:auto;
    background-color:#898657;
    background-size: 100%;
    min-height:1400px;
    padding-top:20px;
    position:fixed;
    right:0;
    left:0;
    top:330px;
    z-index:-2;
}
