@charset "utf-8";
div#events {
}

div#eventL {
    float: left;
    width: 590px;
    padding: 0 25px 0 0;
    background-image: url(../images/bg_border_vertical.gif);
    background-repeat: repeat-y;
    background-position: right top;
    margin: 0 0 40px 0;
}

div#eventL h3 {
    font-size: 150%;
    background-image: url(../images/bg_border_side.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    line-height: 1.1;
    color: #5c3d31;
    padding: 0 0 5px 10px;
}

div#eventContent {
    padding: 9px 10px 0 10px;
}

div#eventBody {
    background-color: #ffffff;
    color: #666666;
}

div#eventBody h4 {
    line-height: 1.5;
}

div#eventBody p.description {
    line-height: 1.5;
    padding: 0 0 20px 0;
}

div#eventBody p.notes {
}

div#eventPs {
    padding: 45px 0 0 0;
    margin: 0 0 -19px 0;
    position: relative;
}

div#eventPsHeader {
    background-image: url(../images/bg_eventTop.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    width: 540px;
    height: 29px;
    padding: 36px 0 0 30px;
}

div#eventPsBody {
    padding: 0 30px 0 29px;
    color: #5c3d31;
    background-image: url(../images/bg_eventMiddle.jpg);
    background-repeat: repeat-y;
    background-position: left top;
}
div#eventPsBodyHead {
    width: 511px;
    background-color: #f3e9d5;
    background-image: url(../images/bg_psbodyhead.gif);
    background-repeat: repeat-y;
    background-position: left top;
}
div#eventPsBodyHeadLeft {
    float: left;
    width: 90px;
    height: 42px;
}
div#eventPsBodyHeadRight {
    float: left;
    width: 391px;
    padding: 12px 15px 0 15px;
}
div#eventPsBodyHeadRight h5 {
    padding: 0;
    font-size: 100%;
    margin: 0;
    line-height: 1.67;
}

div#eventPsBodyMain {
    padding: 22px 0 0 0;
}

div#eventPsBodyMain p {
    line-height: 1.5;
    padding: 0 0 17px 0;
}

div#eventPsPhoto {
    margin: 0 -30px 0 -29px;
    width: 570px;
}

div#eventPsOfficial {
    line-height: 1.5;
}
div#eventPsOfficial h6 {
    font-size: 100%;
    padding: 0;
    margin: 0;
}
div#eventPsOfficial p {}

div#eventPsFooter {
    background-image: url(../images/bg_eventBottom.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    width: 570px;
    height: 37px;
}

div#eventR {
    float: right;
    width: 259px;
    padding: 3px 0 0 11px;
}

div#eventR h3 {
    padding: 0 0 11px 0;
}

div#eventR ul {
    list-style: none;
    line-height: 1.3;
}

div#eventR ul li {
    padding: 0 0 5px 1em;
    background-image: url(../images/bg_arrow.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

div#eventR ul li a:hover {
    text-decoration:underline;
}

