* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
body {
	width: 100%;
	font-family: helvetica, arial, sans-serif;
	background: #ccc url(../images/backgrounds/vertical_faux.png) repeat-y 50%;	
}
#container {
	width: 100%;
	height: 200px;
	background: url(../images/backgrounds/horizontal_faux.png) repeat-x;	
}
#wrap {
	margin: 0 auto;
	width: 900px;
}
#left {
	float: left;
	width: 750px;
	margin: 0 0 0 0;
}
#right {
	float: right;
	width: 125px;
	margin-left: 25px;
	margin-top: 225px;
}
#header {
	clear: both;
	width: 700px;
	padding: 175px 25px 0 25px;
	height: 25px;
	background: url(../images/backgrounds/header3.png);
}
#header ul {
	padding-left: 20px;
}
#header ul li {
	display: inline;
	color: #fff;
	font-size: 9pt;
	padding: 5px 5px 6px 5px;
	line-height: 25px;
	margin-right: 15px;
}
#header a:link, #header a:visited {
	text-decoration: none;
	color: #fff;
}
#header ul li:hover {
	text-decoration: underline;
}
#header ul li.active {
	background: #fff;
	padding: 5px 5px 6px 5px;
}
#header ul li.active a {
	color: #333;
}
#header a.active {
	background: #000;
}
#content {
	width: 680px;
	padding: 10px;
	margin-left: 25px;
	margin-right: 25px;
	font-size: 10pt;
	background: #fff url(../images/backgrounds/content_bg.jpg) no-repeat;
	background-position: bottom left;
}
#content a:link, #content a:visited {
	color: #910029;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content h1 {
	padding: 0 0 5px 0px;
	border-bottom: 2px solid #333;
	margin-bottom: 20px;
	font-size: 18pt;
	color: #000;
	font-family: georgia, times, serif;
}
#content ul.border {
	float: left;
	border-right: 1px solid #333;
	padding: 10px 0 10px 0;
	width: 300px;
	margin-left: 20px;
}
#content ul {
	margin-left: 40px;
	margin-bottom: 20px;
}
#content h2 {
	font-family: georgia, times, serif;
	text-align: center;
	padding: 10px 0 10px 0;
}
#content h3 {
	font-family: georgia, times, serif;
	padding: 10px 0 10px 10px;
	background: #910029;
	color: #fff;
	margin: 10px 0 10px 0;
}
#staff_listing {
	font-size: 10pt;
}
#staff_listing ul li {
	padding: 0 0 10px 0;
}
#staff_listing ul li a {
	color: #000;
	text-decoration: none;
}
#staff_listing ul li a:hover {
	text-decoration: underline;
}
#content #staff_left {
	float: left;
	width: 340px;
	height: 210px;
	padding-right: 0px;
	margin-bottom: 20px;
}
#content #staff_left ul {
	margin: 0;
	list-style-type: none;
}
#content #staff_left ul li {
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 20px;
	font-weight: 700;
}
#content #staff_left ul li.active {
	background: #eee;
}
#content #staff_left ul li:hover {
	background: #ddd;
}
#content #staff_right {
	float: right;
	width: 336px;
	border: 2px solid #eee;
	height: 186px;
	text-align: center;
	padding: 10px 0 10px 0px;
	margin-bottom: 20px;
}
#content #staff_below {
	clear: both;
}