BODY {
background: url(images/bg.jpg) repeat-y;
background-color: #444444;
font-family: Trebuchet MS;
font-size: 7pt; 
color: #444444;
}

a:link, a:active, a:visited {
color: #de0206;
font-family: Trebuchet MS;
font-size: 7pt;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}

a:hover {
color: #444444;
font-family: Trebuchet MS;
font-size: 7pt;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}

#layout {
position: absolute;
top: 0px;
left: 50px;
width: 720px;
}

#sidebar {
position: absolute;
top: 460px;
left: 117px;
width: 210px;
}

#content {
position: absolute;
top: 460px;
left: 335px;
width: 468px;
}

div.title { 
text-transform: lowercase;
font-weight: bold;
font-family: Times New Roman;
font-size: 14pt;
color: #444444;
text-align:left;
letter-spacing: -1px;
background-color:#e5e5de;
border-bottom: 1px dotted #444444;
padding: 3px;
line-height: 4px;
margin-bottom: 3px;
margin-top: 3px;
}