html, body {
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #464646 url(../images/background_rpt.gif) repeat-y center;
}
#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	background: #FFF url(../images/content_background_rpt.gif) repeat-x left bottom;
	border-bottom: 15px solid #ef3e42;
}
#header {
	position: relative;
	width: 960px;
	float: left;
}
#header img.logo {
	float: left;
}
#header img.tel {
	float: right;
}
#content {
	position: relative;
	width: 750px;
	float: right;
}
#lh_content {
	position: relative;
	width: 495px;
	float: left;
}
#rh_content {
	position: relative;
	width: 191px;
	margin-right: 24px;
	float: right;
	font-family: Arial, Verdana, Geneva, sans-serif;
}
#footer {
	position: relative;
	text-align: center;
	color: #999;
	font-size: 0.8em;
}
#content ul.pdfs {
	margin-left: 0;
	padding-left: 0;
	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: 300px;
}
.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;
}
img.inspiration_pic, img.inspiration_pic_RHS {
	position: absolute;
	bottom: 0;
}
img.inspiration_pic {
	left: 0;
}
img.inspiration_pic_RHS {
	right: 0;
}
img.footer_img {
	position: relative;
	float: left;
}
