

body 
{ 
background: #F0EABE; 
width: 100%;
}

#mainbody
{
width:960px;
}

#header
{
 float: left;
 text-align: center;
 background: brown;
 height:120px;
 width:100%;
 color: white;
 }


#navbar
{
 clear:both;
 float:left;
 width:24%;
 height:100%;
 padding:0px;
 background: #F0EABE scroll no-repeat bottom right;
 text-align:left;
 font-family:Arial,helvetica,sans-serif; 
 font-weight: bold;
 
 }


#navbar a {
 display: block;
 margin: 0px;
 text-align:left;
 font-size:10pt;
 border: none none none;
 font-weight:bold;
 color: black;
 width: 100%;
 text-decoration:none;
 padding: 2px;
}

#navbar a.current {
 background-color: #CC3333
}

#navbar a:hover {
 background-color:#CC3333;
 color:white;
}

h1
{
color: white;
}


#navbar ul
{
padding-top:10;
}

#navbar li
{
padding-top:10;
}

ul,li
{
list-style-type:none;
list-style-position:outside;
margin-left: 0; 
padding-left: 0;
}

li ul
{
padding-left: 3em;
}

p
{
font-family:Times, serif;
}

address
{
color: white;
}

#main
{
 margin-right:0;
 float:left;
 width:76%;
 height:100%;
 padding: 1em;
 text-align:left;
 background:  #FAF0E6 no-repeat scroll top left;
 
  
}
#footer
{
width:100%;
clear:left;
padding:10px;
}


