body {
width: 100%;
background-color: #fff; 
font-family: Georgia;
font-size: small;
color: #000;
line-height: 180%;
letter-spacing: 0.07em;
word-spacing: 0.05em;
}

#header {
position: absolute;
top: 10px;
left: 10px;
width: 844px;
height: 97px;
background-image: url(../img/logo2.png);
background-repeat: no-repeat;
}

#navigation{
position: absolute;
top: 127px;
left: 10px;
width: 208px;
}


#content {
position: absolute;
top: 127px;
left: 208px;
width: 808px;
color: #000b76;
}

#sponsor {
position: absolute;
top: 530px;
left: 10px;
width: 111px;
height: 59px;
background-image: url(../img/FNA_logoweb08.png);
background-repeat: no-repeat;
}

a:link { 
color: #000; 
text-decoration: none; 
background-color: transparent; 
}

a:visited { 
color: #000; 
text-decoration: none; 
background-color: transparent; 
}

a:hover { 
color: #000b76; 
text-decoration: none; 
background-color: #000b76;
}

a:active {  
color: #000b76; 
text-decoration: none; 
background-color: transparent;
}

.blue {
color: #000b76; 
text-decoration: none; 
}