body {
	margin: 0;
	padding: 0;
	background: url(../images/background_rpt.jpg) repeat-y center;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 950px;
	z-index: 0;
}
#content {
	position: relative;
	width: 690px;
	margin-right: 10px;
	float: right;
}
#footer {
	position: relative;
	padding: 10px;
	width: 930px;
	text-align: center;
	clear: both;
}

/* OTHER */

div.breadcrumbs {
	font-size: 0.8em;
	margin: 0 0 20px 0;
}

/* MISC */

input, select, textarea {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea {
}
textarea.hide {
	position: absolute;
	margin-left: -999em;
}
textarea.show {
	position: relative;
	margin-left: 0;
}
input {
	vertical-align: middle;
}
#content div.gallery p, div.gallery p {
	position: relative;
	width: 125px;
	float: left;
	margin: 0 10px 10px 0;
}
#content div.gallery p.last, div.gallery p.last {
	margin-right: 0;
}
.spacer {
	height: 0;
	line-height: 0;
	clear: both;
}
a img {
	border: none;
	vertical-align: middle;
}
img.left {
	position: relative;
	margin: 0 10px 6px 0;
	float: left;
}
img.right {
	position: relative;
	margin: 0 6px 0 10px;
	float: right;
}
#content ul#pdfs {
	margin: 0 0 12px 0;
	padding: 0;
	list-style: none;
}
img.banner {
	margin: 0 -75px 20px -75px;
}
#whats_new {
	position: relative;
	width: 220px;
	padding: 10px;
	border-bottom: solid 10px #6f8b99;
	background: #efefef;
	float: right;
	margin: 0 10px 20px 20px;
}
#whats_new h1 {
	color: #FFF;
	background: #6f8b99;
	display: block;
	padding: 10px;
	margin: -10px -10px 10px -10px;
	font-family: Impact, Arial, Helvetica, sans-serif;
}