
body 
{
  font-family:  Tahoma, Verdana, Arial;
   background:;
  color: #000;
  margin: 0 auto;
  padding: 0;
}



#header
{
	background-repeat: no-repeat;
	height: 80px;
	padding-top: 10px;
	text-align:center;
}


#navbar
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	text-align:center;
}

#navbar a
{
	font-size: 0.8em;
	background-color: inherit;
	color: #000;
	text-decoration: none;
	padding: 0px 10px;
}

#navbar a:hover
{
	background-color: inherit;
	color: #999999;
}

#footer
{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: inherit;
	color: #000;
}

#footer p
{
	font-family: Helvetica, sans-serif;
	font-size: 0.6em;
	padding-bottom: 20px;
	line-height: 20px;
}

#footer a
{
	color: #000;
	background-color: inherit;
	text-decoration: none;
}

#footer a:hover
{
	color: #000;
	background-color: inherit;
}




