body { 
}
UL {
clear: left;
margin: 0;
padding: 10px 0 0 0px;
list-style: none;
}

#leftnav{
max-width: 210px;
float: left;
margins: 0;
}
#rightnav{
font-family: arial;
float:right;
background-color: ;
width-max: 260px;
margins: 3px;
padding: 4px;
}

#headers
{
width: 100%;
float:left;
margin: 20px 0 20px 50px;
}
#header img {
margin: 5px 15px 5px 15px;
}
#content {
width: 75%;
float:left;
padding: 8px;
}
#contentwrap {
width: *;
float:left;
padding: 8px;
clear:left;
}
#content h2 {
width: *;
font-family: arial;
font-weight: bold;
font-size: 140%;
}
#content p {

font-family: arial;
font-weight: bold;
font-size: 100%;
}
#bodywrap {
width: 100%;
float:left;
}
#footer {
height: 60px;
width: 100%;
padding: 8px 0 0 0;
clear:left;
}
.btop
{
border: 1px solid black;
clear:left;
margin: 4px 0 0 0;
padding: 5px 0 0 0;
width:200px;
background: url(/images/btop.jpg) top repeat-x;
list-style: none;
font-size: small;
font-family: arial;
font-weight: bold;
text-align: center;
}

.bbot
{
color:black;
padding: 0 0 5px 0;
display:block;
text-decoration: none;
width:200px;
background: url(/images/bbot.jpg) bottom repeat-x;
}

.btop a:hover { color: blue; }
