body { font-size: small;
background: url(/images/redlsine.gif) repeat-y;
}
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:left;
background-color: lightgrey;
width: 145px;
width-max: 140px;
margins: 3px;
padding: 4px;
display:inline;
}

#rightnav p{
background-color: yellow;
display:inline;
}

#headers
{
width: 100%;
float:left;
margin: 20px 0 20px 50px;
}
#header img {
margin: 5px 15px 5px 15px;
}
#content {
width: 80%;
float:left;
display: inline;
padding: 8px;
}
#content h2 {
width: 100%;
font-family: arial;
font-weight: bold;
font-size: 140%;
}
#content p {
width: 100%;
font-family: arial;
font-weight: bold;
font-size: 120%;
}
#bodywrap {
width: 100%;
clear:left;
float:left;
display:inline;
}
#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; }
