html,body
{
background-color: #baa77d;
margin: 0px;
padding: 0;
height: 100%;
}

#content
{
clear:both
vertical-align: top;
width: 950px;
height: 100%;
}
#title
{
margin-top: 3px;
border: 1px solid #000000; 
clear:both
width: 950px;
height: 228px;
background-color: #fdd891;
}
#menu
{
background-color: #fdd891;
border: 1px solid #000000;
width: 948px;
height: 40px;
}
#content div.footer
{
clear:both
width: 950px;
height: 50px;
background-image: url('../images/footer.jpg');
}
#content div.top
{
clear:both
width: 950px;
height: 5px;
}
#content div.mid
{
background-color: #fdf1cb;
border: 1px solid #000000; 
vertical-align: top;
width: 948px;
font-family: Verdana;
font-size: 12pt;
}
#content div.padded
{
background-color: #fdf1cb;
padding: 5px;
vertical-align: top;
width: 938px;
font-family: Verdana;
font-size: 12pt;
}
#content div.btm
{
clear:both
width: 950px;
height: 28px;
}
td.content
{
font-family: Verdana;
font-size: 12pt;
width: 700px;
height: 480px;
border: 1px solid #000000;
background-image: url('../images/footer.jpg');
background-repeat: no-repeat;
background-position: bottom left;
padding: 5px;
background-color: #fdf1cb;
}
span.indent
{
margin-left: 15px;
}
font.fineprint
{
font-size: 8pt;
font-family: Tahoma,Verdana;
}