body {
	font-family: arial, verdana, "trebuchet ms", tahoma, "sans serif";
	font-size: 82%;
	line-height: 1.5em;
	background: #fff;
	margin-top: 6px;
	width: 1000px;
	padding: 0px;
	color: #333;
	margin-right: auto;
	margin-left: auto;
}

p {
	text-align: justify;
}

#navigation {
	margin: -30px 0px 0px 120px;	
}

#menu {
	width: 880px;
	float: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	font-size: 100%;
	display: inline;
	float: center;
	margin: 0px;
	margin-right: 10px;
	padding: 0px;
	list-style: none;
	border: none;
}

#menu li.active {
	color: black;
	padding: 0.1em 0.4em 0.1em 0.4em;
	background-color: #ffe761;
	float: left;
	text-decoration: none;
	border: none;
}

#menu a:link, #menu a:visited, #menu a:active {
	color: #ffffff;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.navheader
{
	background: url("images/logo.png") left center;
	height: 90px;
    color: red;
}

.navfooter
{
    background: #5b9191;
}

.navheader tr, .navfooter tr
{
    color: white;
}

.navheader tr a, .navfooter tr a
{
    color: white;
}

.navheader HR, .navfooter HR
{
    display: none;
}

/* -------- Footer ---------*/
#footer {
	width: 1000px;
    padding: 5px;
    clear: both;
	text-align: center;
    border-bottom: 10px solid #ffffff;
    color: #000000;
    font-size: 11px;
    font-family: Verdana, Helvetica;
}

#footer .inline {
    padding: 1px;
}

#footer * {
    display: inline;
}
