#wrapper
{
	margin: auto;
	width: 660px;
	padding: 0px;
	border: 0px;
}

.header
{
	background: #BF9060;
	color: #000000;
}
body
{
	background: #FFDFBF;
	color: #000000;
}
.content
{
	margin-top: 7px;
	text-align: center;
	background: #BFE4FF;
	color: #000000;
}
.nav
{
	width: 660px;
	text-align: center;
}
.nav a
{
	text-decoration: none;
	color: #0414e5;
	background: #FFDFBF;
}
.nav a:visited
{
	background: #FFDFBF;
	color: #ff0000;
}

.content img
{
	border-style: none;
}
