body { 
text-align: center; 
background-color: #d3d3d3;
}

a.ftr:link {color: #ffff66; text-decoration: none}
a.ftr:visited {color: #0000ff; text-decoration: none}
a.ftr:hover {text-decoration: underline}

#container {
text-align: center;
border: 4px double blue;
}

#header {
width: 750px;
background-color: black;
border: 4px double yellow;
}

#header_img {
width: 750px;
}

#header_txt {
width: 750px;
margin-top: 0px; 
margin-bottom: -2px;
text-align: center; 

font: 24px italic;
color: gold;

}

#tbl_body {

width:756px; 
margin-top: 0px; 
text-align: left; 
border: 6px double #c00049; 
cellpadding: 2px; 
cellspacing: 2px;

}
 
#tbl_nav {

width:120px; 
margin-top: 0px; 
text-align: left; 
vertical-align: top;
border: 6px solid green;
background-color: rgb(51, 102, 153); 
cellpadding: 2px; 
cellspacing: 2px;

}
 
#tbl_body_content {

width:644px; 
margin-top: 0px; 
text-align: left; 
border: 6px solid blue; 
cellpadding: 2px; 
cellspacing: 2px;

} 

#footer {
width:745px;
height: 85px; 
background-color: rgb(51, 153, 204);
text-align: left; 
border: 6px double #c00049; 
color: black;

}

#footer_left {
width: 130px;
height: 80px;
padding: 10px 0px 10px 10px; 
vertical-align: top;
text-align: left; 
border: 1px solid black;
}

#footer_center{
width: 470px; 
height: 80px;
padding: 10px 0px 10px 10px; 
vertical-align: top;
border: 1px solid black;
font: italic bold 13px arial;
text-align: center; 
}

#footer_right {
width: 130px;
height: 80px;
padding: 10px 0px 10px 10px; 
vertical-align: top;
border: 1px solid black;
text-align: left; 
}