#header {
margin-left: 25px;
color: #cc0000;
border-bottom: 1px solid #cc0000;
height: 50px;
font-family: Times New Roman;
font-size: 35px;
}

#leftcol {
position: absolute;
left: 0;
width: 150px;
margin-left: 10px;
margin-top: 5px;
color: #cc0000;
padding: 3px;
}

#rightcol {
position: absolute;
left: 80%;
top: 85px;
width: 140px;
padding-left: 10px;
z-index: 3;
color: #cc0000;
padding: 3px;
}
#leftcol p, #leftcol li, #rightcol p {
font-size: 14px;
}

#content {

margin: 0px 25% 5px 165px;
padding: 3px;
color: #cc0000;
}

#footer {
clear: both;
width: 95%;
margin: 10px;
text-align: center;
font-family: verdana;
font-size: 15px;
padding: 3px;
border-top: 1px solid #cc0000;
color: #cc0000;
}

#footer .date {
float: left;
text-align: left;
}

#footer .contact {
float: right;
text-align: right;
}



body {
width: 97%;
}


html, body {
margin: 25px;
padding: 0;
background-color: #ffffcc;
color: #cc0000;
}

p, a {
font-family: Verdana;
}

h1, h2, h3, h4, h5, h6 {
font-family: Verdana;
font-size: 20px;
margin-top: 5px;
}

