body
{
	background: #f7f7f7;
	font-family: century gothic;
	font-size: 11px;
}
a, a:hover, a:visited a:active
{
	color: grey;
}
#container
{
	width: 900px;
	height: 500px;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-top: -250px;
	margin-left: -450px;
	border: 1px solid #666666;
	background: #ffffff;
	
}
#imgheader
{
	background-image:url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 48px;
	width: 900px;
}
#navigation
{
	height: 20px;
	text-align: center;
	padding-top: 4px;
	width: 900px;
	top: 50px;

}
#navigation a:hover 
{
	color: #000000;
	text-decoration: none;
	
}
#navigation a.active
{
	color: #000000;
	text-decoration: none;

	
}
#navigation a
{
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	color: #666666;

}
#content
{
	width: 900px;
	height: 428px;
}
p
{
	text-align: justify;

}
#footer
{
	width: 900px;
	height: 20px;

}
.footer
{
	text-align: justify;
	font-size:10px;
	color:#333322;
	text-decoration:none;

}

