html, body {
    background-color:#F0EADF;
    font-family:"Calibri","Trebuchet MS","Dejavu Semi-Condensed","Tahoma",sans-serif;
    font-size:14px;
    margin:0;
    padding:0;
    text-align:center;
}
h1 {
    color:#565248;
    font-family:inherit;
    font-size:24px;
    font-weight:normal;
    line-height:1em;
    margin:0 0 0.3em;
    padding:0;
    text-decoration:inherit;
}
hr {
    background-color:#BAB5AB;
    border:0 none;
    color:#BAB5AB;
    height:2px;
    width:100%;
}
a h1 {
    color:#DD0000;
}
h2 {
    color:#816647;
    font-size:16px;
    font-weight:normal;
    line-height:inherit;
    margin:0;
    padding:0;
}
h2.small {
    font-size:12px;
}
h3 {
    font-size:16px;
    font-weight:normal;
    line-height:1.1em;
    margin:0;
    padding:0;
}
.left {
    float:left;
}
a {
    color:#DD0000;
    text-decoration:none;
}
a:hover {
    color:#DD4400;
    text-decoration:underline;
}
p {
    margin:0.5em 0 1.2em;
    padding:0;
}
#header img.left {
    left:5px;
    margin:0 16px 0 0;
    padding:0;
    position:relative;
    top:5px;
}
#header {
    background-color:#F0EADF;
    color:#565248;
    font-family:"Georgia","Constantina",serif;
    font-size:14px;
    height:84px;
    line-height:2em;
    margin:8px auto;
    padding:0 8px;
    position:relative;
    text-align:left;
    width:800px;
}
#memberbutton {
    background-image:url(memberbutton.png);
    display:block;
    height:60px;
    margin:20px;
    width:120px;
}
#memberbutton:hover {
    background-image:url(memberbuttonhover.png);
}
#header h1 {
    margin:0;
}
.preload {
    height:1px;
    left:-10px;
    position:absolute;
    top:-10px;
    width:1px;
}
#mbpreload {
    background-image:url(memberbuttonhover.png);
}
#nav {
    background:transparent url(navbg.png) repeat-x scroll 0 0;
    font-size:16px;
    margin:0 0 10px 0;
    padding:0;
    width:100%;
}
div#nav div {
    height:33px;
    margin:0 auto;
    text-align:left;
    width:800px;
    position:relative;
}
#nav a {
    color:white;
    font-family:"Georgia","Constantina",serif;
    font-size:14px;
    margin:0 8px 0 0;
    padding:2px 4px 2px 4px;
    text-decoration:none;
    text-transform:lowercase;
    top:5px;
    position:relative;
}
#nav a:hover {
    text-decoration:underline;
}
#nav a#current:hover {
    text-decoration:none;
}
#nav a#current {
    background-color:#F0EADF;
    border-color:#565248 #565248 -moz-use-text-color;
    border-style:solid solid none;
    border-width:2px 2px medium;
    top:8px;
    color:#565248;
    font-size:16px;
    padding:2px 8px 6px 8px;
}
#content {
    margin:0 auto;
    text-align:left;
    width:800px;
}
#main {
    float:left;
    margin:5px 0 0;
    width:580px;
}
#main h1 {
    border-bottom:2px solid #BAB5AB;
}
#sidebar {
    background:transparent url(sidebar.png) no-repeat scroll left top;
    float:right;
    font-size:12px;
    margin:0 0 0 10px;
    padding-bottom:350px;
    padding-left:10px;
    padding-top:8px;
    width:200px;
}
#lefthalf {
    float:left;
    margin:5px 0 0;
    padding-bottom:200px;
    width:390px;
}
#righthalf {
    background:transparent url(sidebar.png) no-repeat scroll left top;
    float:right;
    margin:0;
    padding-bottom:200px;
    padding-left:14px;
    padding-top:5px;
    width:390px;
}
.date {
    background-color:white;
    border:1px solid #565248;
    color:#565248;
    float:right;
    margin:4px 10px 4px 4px;
    padding:3px;
    text-align:center;
}
.date span {
    display:block;
    line-height:0.9em;
    margin:0;
    padding:0;
}
.date .day {
    font-size:14px;
}
.date .num {
    font-size:28px;
}
.date .mon {
    font-size:14px;
}
#footer {
    background:#565248 url(navbg.png) repeat-x scroll center top;
    clear:both;
    color:white;
    font-size:10px;
    height:29px;
    margin:0;
    padding:10px 0;
    text-align:center;
    width:100%;
}
#footer a {
    color: #FFAAAA;
}
