#headline {
position: relative;
left: 0%;
top: 0%;
width: 100%;            
height: auto;
font-size: 30pt;
text-align: center;
background-color: #FFAA00;
}

#content {
position: absolute;
float: right;
left: 17%;
top: 25px;
width: 67%;
margin-left: 5px;
padding: 5px;             
height: auto;
font-size: 12pt;
text-align: justify;
color: #000000;
background-color: #DDDDDD;
}

#content a href {
font-size: 8pt;
color: #0000FF;
background-color: #DDDDDD;
}


#footer {
position: static;
left: 25%;
top: 50px;
width: 100%;
height: 15px;
margin-top: 20px;
font-size: 8pt;
text-align: center;
color: #000000;
background-color: #AAAAAA;
}

#footer a {
font-size: 10pt;
color: #0000FF;
background-color: #AAAAAA;
}
  
#navigation {
position: relative;
display: block;
top: 25px;
left: 0px;
width: 200px;
height: auto;
text-align: center;
padding: 0px;
}

#navigation ul {
position: relative;
display: block;
width: 100%;
height: auto;
padding: 0px;
margin: 0px;
}

#navigation ul li {
position: relative;
display: block;
list-style-type: none;
}


#adsleft {
position: realtive;
clear: both;
left: 0px;
top: 0px;
width: 200px;
height: auto;
margin-top: 40px;
}

#header {
position: absolute;
clear:both;
left: 0px;
top: 0px;
width: 100%;             
height: 15px;
font-size: 10pt;
color: #0000FF;
background-color: #DDDDDD;
}    

#adsright {
position: absolute;
float: right;
top: 25px;
right: 0px;
width: 160px;
height: 600px;
font-size: 16px;
text-align: center;
vertical-align: middle;
}

#adsright a {
font-size: 16px;
}
