#list-menu a#weddings {
    background-color: #fff;
    color: #903;
}
ul.left {
    float: left;
    width: 50%;
    margin: 0px;
    padding: 15px 0px;
    border: 0px none;
    list-style-position: inside;
    list-style-type: disc;
    position: relative;
    left: 50px;
}
ul.right {
    float: right;
    width: 50%;
    margin: 0px;
    padding: 15px 0px;
    border: 0px none;
    list-style-position: inside;
    list-style-type: disc;
}
#eventlist {
    width: 100%;
    font-size: 80%;
}
.eventlist2 {
    list-style-type: disc;
    line-height: 1.5em;
    margin: 25px;
    padding: 0;
    font-size: 80%;
}
.clear {
    clear: both;
}














