body {
	margin: 0;
	padding: 0;
}
#container {
	position: relative;
	width: 968px;
	margin: 0 auto;
	background: url(../images/background_rpt.gif) repeat-y;
}
#footprint {
	position: relative;
	width: 968px;
	background: url(../images/footprint.gif) no-repeat;
}
#content {
	position: relative;
	width: 575px;
	margin-right: 62px;
	padding: 58px 0;
	float: right;
}
#hero {
	position: relative;
	margin: 0 -5px 25px -10px;
}
#footer {
	position: relative;
	width: 868px;
	padding: 0 50px;
	text-align: center;
	font-size: 0.8em;
}
#footer a:hover {
	text-decoration: underline;
}
#icons img {
	position: relative;
	float: left;
	margin: 0 46px 46px 0;
}
#icons img.last {
	margin-right: 0;
	float: right;
}

/* MISC */

input, select, textarea {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea {
}
input {
	vertical-align: middle;
}
.spacer {
	height: 0;
	line-height: 0;
	clear: both;
}
a img, img {
	border: none;
	vertical-align: middle;
}
img.left {
	position: relative;
	margin: 0 17px 9px 0;
	float: left;
}
img.right {
	position: relative;
	margin: 0 0 9px 17px;
	float: right;
}
img.page_ends {
	background-color: #d7dbf0;
}
form {
	padding: 0;
	margin: 0;
}