body {
    margin: 0;
    margin-bottom: 25px;
    padding: 0;
    background-color: #f0f0f0;
    font-family: "Impact, Lucida Grande", "Bitstream Vera Sans", "Verdana";
    font-size: 13px;
    color: #333;
    cursor:default;
}
h1 {
    margin:0;
    padding:0;
    font-size: 28px;
    color: #000;
}
img{
    border:0;
}
a  {
    color: #03c;
}
a:visited{
    color:#030;
}
a:hover {
    background-color: #03c;
    color: white;
    text-decoration: none;
}
.clear{
    clear:both;
}

#page {
    width: 770px;
    margin: 0 auto;
}

#content {
    float: left;
    background-color: white;
    border: 3px solid #990000;
    border-top: none;
    padding:10px 25px 25px;
    width: 500px;
    min-height: 700px;
    
}
#header{
    clear:both;
    margin-bottom:25px;
}
#header a,#header a:hover{
    text-decoration:none;
    color:#000;
    background-color:#fff;
}
#header img{
    float:left;
    margin-right:20px;
}

.image{
    float:left;
    margin-right:10px;
}
.image .caption{
    display:block;
}
.event{
    clear:both;
    margin-bottom:20px;
}
.event .date{
    font-weight:bold;
}
.event .details{
    float:left;
}

#sidebar {
    float: left;
    width: 175px;
    margin-top:100px;
    padding:10px;
    background-color:#FFF;
    font-size:120%;
    border:3px solid #990000;
    border-right:0;
    min-height:200px;
    
}
#sidebar ul {
    margin-left: 0;
    padding-left: 0;
}
#sidebar ul h3 {
    margin-top: 25px;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
#sidebar li {
    list-style-type: none;
    margin-bottom:5px;
}
#footer{
    clear:both;
    margin-left:175px;
    padding:20px;
    text-align:center;
}