#navcontainer
{
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 10px;
}

#navlist li
{
display: inline;
padding-bottom: 14px;
padding-left: 20px;
background-repeat: no-repeat;
}

#navlist a
{
padding-left: 20px;
padding-bottom: 14px;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}

#navlist a:link, #navlist a:visited
{
padding-left: 20px;
color: rgb(14,112,67);
background: url(fot/arrowbullet.gif);
background-position: 0 -28px;
background-repeat: no-repeat;}

#navlist a:hover
{
color: black;
padding-left: 20px;
background: url(fot/arrowbullet.gif);
background-repeat: no-repeat;
background-position: 0 -14px;}
}

  
       
#logo {width: 780px;
       height: 280px;
       margin: 10px 150px 10px 140px;
       }
            
body {background: rgb(254,238,195)}