#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	position: relative;
	top: auto;
	padding-bottom: 10px;
}
#wrapper #logo {
	background-color: #FFFFFF;
	height: 241px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 35px;
	text-indent: 5px;
	float: left;
	width: 500px;
	line-height: 35px;
	background-color: #000000;
}
#wrapper #contact {
	float: left;
	width: 295px;
	background-color: #000000;
	height: 35px;
	line-height: 37px;
	padding-right: 5px;
}
#wrapper #footer {
	padding-bottom: 100px;
}
#wrapper #navbackground {
	background-color: #000000;
	clear: both;
}
#wrapper #content {
	background-color: #FFFFFF;
	width: 725px;
}
#wrapper #content {
	margin-right: 35px;
	margin-left: 35px;
}
