#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background: #FFFFFF;
	color: #FFFFFF;
}
#footer {
	clear: both;
	height: 100px;
	width: 800px;
	background: url(images/footer.jpg);
	text-align: center;
	letter-spacing: .25em;
}
#footer p {
	padding-top: 50px;
	color: #162b0f;
}




#navi li a:hover {
	letter-spacing: 0.7em;
	background: url(images/hover.jpg);
}

body {
	color: fcface;
	margin: 0px;
	background: #b3c9d7;
}

#content {
	float: left;
	clear: both;
	width: 780px;
        padding-top:20px;
	padding-right: 10px;
	padding-left: 10px;
	color: #2d415f;
}

#header {
	float: left;
	width: 800px;
	height: 200px;
	background: url(images/header.jpg);
}
#navi {
	float: right;
	width: 800px;
	height: 50px;
}
#navi li a {
	list-style: none;
	width: 125px;
	float: left;
	height: 50px;
	color: #FFFFFF;
	float: left;
}
#navi li {

	list-style: none;
	width: 125px;
	float: left;
	height: 50px;
	color: #FFFFFF;
	float: left;
}
