body {
	margin: 0;
	padding: 0;
	background: #3c1d47;
	font: normal 11px Arial, Helvetica, sans-serif;
}
a:visited {
	color: #4b2459;
}
a:link {
	color: #8a1c1b;
}
#container {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	text-align: left;
}
.leftImage {
	float: left;
	margin: 0 20px 20px 0;
}
.rightImage {
	float: right;
	margin: 0 0 20px 20px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #333;
	letter-spacing: .33px;
}
h2 {
	font-weight: normal;
	color: #4b2459;
	font-size: 13px;
}
div.hr {
	height: 1px;
	width: 100%;
	border-top: dotted #4b2459 1px;
}
div.hr hr {
	display: none;
}
/* Header */

#header {
	width: 955px;
	height: 150px;
	margin: 0 auto;
	background: url(images/header1.gif);
	position: relative;
}
.horizlinks {
	position: absolute;
	top: 130px;
	left: 700px;
}
.horizlinks ul {
	margin: 0px;
}
.horizlinks li {
	margin: 0px 15px 0px 0px;
	list-style-type: none;
	display: inline;
}
.horizlinks ul li {
	color: #999;
	letter-spacing: .66px;
}
.horizlinks a {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	letter-spacing: .33px;
}
.horizlinks a:hover {
	text-decoration: underline;
}
/* Menu */

#menu {
	width: 955px;
	height: 17px;
	margin: 0 auto;
	background: #3c1d47;
	font-size: 11px;
}
/* Main */

#main {
	width: 955px;
	margin: 0px auto 0px auto;
	background: url(images/main_art.jpg) repeat-x left bottom;
}
/* Column */

#column {
	float: left;
	width: 502px;
	padding: 40px;
	border-right: dotted #4b2459 1px;
}
#column a {
	color: #4b2459;
	text-decoration: none;
}
#column a:hover {
	text-decoration: underline;
}
#column ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #333;
	line-height: 20px;
}
#column_bio {
	float: left;
	width: 380px;
	padding: 40px;
}
#column_bio ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #333;
	line-height: 20px;
}
#column .list {
	float: left;
	width: 271px;
}
/* Links */

#links {
	float: right;
	width: 290px;
	padding: 40px;
	line-height: 20px;
}
#links a {
	color: #4b2459;
	text-decoration: none;
}
#links a:hover {
	text-decoration: underline;
}
#links ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	list-style: none;
	text-align: center;
}
/* Footer */

#footer {
	height: 46px;
	background: #3c1d47;
}
#footer p {
	padding-top: 6px;
	text-align: center;
	color: #FFF;
	font: normal 10px Arial, Helvetica, sans-serif;
}
/* Floats */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
