#navcontainer { margin-left: 1px; }

#navcontainer a
{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
margin-left: 10px;
display: inline;
padding: 1px 1px;
width: 125px;
color: #45a;
text-decoration: none;
}

#navcontainer a:hover
{
color: #fff;
background-color: #69C;
text-decoration: none;
}

.header{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;

}

#footer {
        position: fixed;
		background-position: center;
        width: 100%;
        height: 100px;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
}


