#container   {

width: 900px;
background-color: White;
}

#header  {
width: 900px;
height: 150px;
background-image: url(gfx/header.jpg);
border-bottom: 2px solid #cfbb49;

}

#leftnav {
float: left;
width: 200px;

}

#body {
margin-left: 200px;
padding: 10px 10px 10px 10px;
color: #000000;
font-family: Verdana;
font-size: 16px;

}

#body a  {

color: #000000;
text-decoration: underline;
font-family: Verdana;
font-size: 16px;

}

#body a:visited  {

color: #222222;
text-decoration: underline;
font-family: Verdana;
font-size: 16px;

}

#footer {
clear: both;
background-color: #ffffff;
color: #000000;
font-family: Verdana;
font-size: 12px;
border-top: 2px solid #000000;
padding: 5px 5px 5px 5px;

}

#footer a  {

color: #000000;
text-decoration: underline;
font-family: Verdana;
font-size: 12px;

}

#footer a:visited  {

color: #222222;
text-decoration: underline;
font-family: Verdana;
font-size: 12px;

}