html, body {
	width: 100%;
	margin: 0;
	padding: 0;
}
#content ul {
	margin: 0;
	padding: 0;
}
div, ul {
	position: relative;
}
#container {
	width: 980px;
	margin: 0 auto;
}
#content_wrapper {
	width: 745px;
	float: right;
	margin-top: 40px;
}
#content_left {
	width: 510px;
	float: left;
}
#content_right {
	width: 215px;
	float: right;
}
#footer {
	position: relative;
	text-align: center;
	color: #999;
	font-size: 0.8em;
}
#content ul.pdfs {
	list-style: none;
}

/* PAGES */



/* MISC */

input, select, textarea {
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
}
input.text, textarea {
	width: 150px;
}
textarea {
	height: 100px;
}
input.narrow, textarea.narrow {
	width: 75px;
}
input.wide, textarea.wide {
	width: 400px;
}
.spacer, div.separator {
	position: relative;
	display: block;
	float: none;
	height: 0;
	line-height: 0;
	clear: both;
	font-size: 0;
}
div.separator {
	position: relative;
	margin: 0 0 13px 0;
	border-top: 1px solid #e5e5e5;
}
p.center {
	text-align: center;
}