BODY {
	background: #e4e4e4;
	font: 13px Arial;
}
H1, H2, H3, H4, H5, H6 {
	font-weight: lighter;
	margin: 0;
	padding: 0;
}
#Site {
	margin: auto;
	overflow: hidden;
	width: 751px;
}
#Menu {
	background: url(../images/spry.png) 0px 75px no-repeat;
	height: 99px;
	margin: 0;
	overflow: hidden;
	padding:  37.50px 0 0 0;
	list-style: none;
}
#Menu li a {
	margin-left: 20px;
	color:#000;
	float: left;
	text-align: center;
	text-decoration: none;
}
#Menu img {
	border: none;
	display: block;
}
#Menu img#Logo {
	float: right;
	margin-right: 20px;
	position: absolute;
}
#Content {
	margin: 0 5px;
	padding: 20px;
	background: #d9d9d9;
}
#Logo {
	width: 368px;
	height: 158px;
	margin-top: -15px;
	margin-right:20px;
	float: right;
}
#Logo img {
	position: absolute;
}
#Footer {
	background: url(../images/spry.png) 0px -62px no-repeat;
	height: 124px;
	padding: 20px;
	text-align: center;
	overflow: hidden;
}