body {
    background-color: #a60505;
}

div.main{
	width: 1021px;
	margin: 0px auto;
}

h1 {
    font-family: Garamond, Times, Serif;
    font-weight: normal;
    font-size: 24px;
    color: #8e0d0d;
}

p {
    font-family: "HelveticaNeue Light", Helvetica, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 11px;
    color: #000;
}

/* <TOP> */
div.top {
    display: block;
}
div.top img {
    margin: 0px;
    padding: 0px;
    display: inline;
}
div.menu {
    display: inline;
}
div.menu div.level_0 td,
div.menu div.level_0 div.item {
    padding: 0px;
    margin: 0px;
}
/* </TOP> */

div.middle {
    width: 1021px;
    height: 475px;
}
div.middle div.left_banner {
    width: 228px;
    height: 475px;
    float: left;
    background-image: url('/layout/left_banner.png');
    background-repeat: no-repeat;

}
div.middle div.left_banner div.imagepane {
    margin-left: 27px;
    margin-top: 20px;
}

div.middle div.middlecontent {
    background-image: url('/layout/middle.png');
    background-repeat: no-repeat;
    width: 793px;
    height: 475px;
    float:left;
    vertical-align: top;
}
div.middle div.middlecontent div.center {
    width: 570px;
    height: 399px;
    overflow-y: auto;
    background-color: #fff;
    padding-top: 17px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    
}
div.middle div.middlecontent div.right {
    background-color: #fff;
    height: 399px;
    width: 153px;
    display: inline-block;
}
div.middle div.right div.modules_right {
    width: 122px;
    height: 363px;
    background-color: #fff;
    padding-right: 20px;
    padding-left: 10px;
    margin-top: 17px;
    border-left: 1px solid #8e0d0d;
    padding-top: 5px;
}

div.modules_right div.eventpane h3 {
    font-family: "HelveticaNeue Light", Helvetica, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 14px;
    color: #8e0d0d;
    letter-spacing: 0.2em;
}
div.modules_right div.eventpane div.dateabove a {
    font-family: "HelveticaNeue Light", Helvetica, Arial, Sans-Serif;
    font-weight: normal;
    font-size:8px;
    color: #000;
}
div.modules_right div.eventpane div.title a {
    font-family: "HelveticaNeue Light", Helvetica, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 10px;
    color: #000;
}
div.modules_right div.eventpane div.preamble,
div.modules_right div.eventpane div.dateabove,
div.modules_right div.eventpane div.title {
    display: block;
    padding: 0px;
    margin-top: -4px;
    margin-bottom: -4px;
}
div.modules_right div.eventpane div.preamble a {
    font-family: "HelveticaNeue Light", Helvetica, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 9px;
    color: #000;
    font-style: normal;
}
div.modules_right div.eventpane div.eventitemfirst div.item {
    border: 0px;
    padding: 0px 0px 5px 0px;
}
div.modules_right div.eventpane div.item {
    border-top: 1px dashed #000;
    padding-top: 10px;
    padding-bottom: 5px;
}
div.modules_bottom p {
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 9px;
    letter-spacing: 0px;
    color: #8e0d0d;
    position: relative;
    top: -70px;
    left: 10px;
}
div.modules_bottom a {
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 9px;
    letter-spacing: 0px;
    color: #8e0d0d;
    text-decoration: none;
}

