#header {
Êmargin-left: 10px;
Êcolor: #000;
Êborder-bottom: 1px solid #333;
Êheight: 75px;
}
#leftcol {
position: absolute;
left: 0;
top: 85px;
width: 150px;
margin-left: 10px;
margin-top: 0px;
color: #000;
padding: 3px;
}

#rightcol {
position: absolute;
left: 80%;
top: 85px;
width: 140px;
padding-left: 10px;
z-index: 3;
color: #000;
padding: 3px;
}

#leftcol p, #leftcol li, #rightcol p {
font-size: 11px;
}

#content {
margin: 0px 25% 0 165px;
padding: 3px;
color: #000;
}

#footer {
clear: both;
width: 95%;
margin: 10px;
text-align: center;
font-family: Verdana;
font-size: 11px;
padding: 3px;
border-top: 1px solid #333;
color: #000;
}

#footer .date {
float: left;
text-align: left;
}

#footer .contact {
float: right;
text-align: right;
}

body {
width: 97%;
}
html, body {
margin: 0;
padding: 0;
background-color: #fff;
color: #000;
}

p, a {
font-family: Verdana;
}

h1, h2, h3, h4, h5, h6 {
font-family: Georgia;
margin-top: 0px;
}