html, body {
    font-family: Georgia, "Times New Roman", Times, serif; 
    font-size: 14px; 
    color: #000000; 
    background-color: #6c0000; 
    }

a:link { 
    color: #0000ff; 
    text-decoration: none; 
    font-weight: normal; 
} 

a:visited { 
color: #0000ff; 
text-decoration: none; 
font-weight: normal; 
} 

a:hover { 
color: #0000ff; 
font-weight: normal; 
text-decoration: underline; 
} 

a:active { 
color: #0000ff; 
font-weight: normal; 
} 
    
#header {
width: 776px;
background-color: #ffffff; 
border-right: 0px solid #ffffff;
border-bottom: 0px solid #ffffff;
margin: 0px;
	}

#navigation {
background-color: #ffffff; 
width: 776px;
border-right: 0px solid #ffffff;
border-bottom: 0px solid #B59463;
margin: 0px;
    } 

#content {
width: 776px;
margin-top: -3px;
background-color: #B59463;
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 12px; 
font-weight: normal; 
padding-right: 15px;
padding-left: 15px;
color: #000000; 
    }

#content h1 {
text-decoration: underline;
font-weight: bold;
text-align: center;
}

#content img.floatLeft {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
}

#content ul {
margin-left: 110px;
}

#footer {
width: 776px;
background-color: #B59463;
text-align: center;
    }

#ads160x600l {
float: left;
margin: 10px;
}

#ads125x125r {
float: right;
margin: 1-px;
}

#ads728x90 {

}

#article {
margin-top: 6px;
}

#article h1 {
text-align: center;
font-weight: bold;
font-size: 18px;
}