body {
	margin: 0px;
	padding: 0px;
	background: #666;
	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: 0px 20px 20px 0px;
}
.rightImage {
	float: right;
	margin: 0px 0px 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: 196px;
	margin: 0px;
	background: url(images/header.jpg);
	position: relative;
}
.horizlinks {
	position: absolute;
	top: 150px;
	left: 700px;
}
.horizlinks ul {
	margin: 0px;
}
.horizlinks li {
	margin: 0px 15px 0px 0px;
	list-style-type: none;
	display: inline;
}
.horizlinks ul li {
	color: #aaa;
	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: 935px;
	height: 17px;
	margin: -20px 0px 0px 9px;
	background: transparent;
	font-size: 11px;
}
/* Main */

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

#column {
	float: left;
	margin: 0px;
	width: 532px;
	padding: 30px 30px 30px 20px;
	border-right: dotted #4b2459 1px;
}
#column a {
	color: #8a1a1c;
	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: 265px;
}
/* Links */

#links {
	float: right;
	margin: 0px;
	width: 300px;
	padding: 30px 20px 30px 30px;
	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;
}
/* Single Column */
#singlecolumn {
	float: left;
	width: 872px;
	padding: 40px;
	border-right: dotted #4b2459 1px;
}
#singlecolumn a {
	color: #4b2459;
	text-decoration: none;
}
#singlecolumn a:hover {
	text-decoration: underline;
}
#singlecolumn ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #333;
	line-height: 20px;
}
/* Footer */

#footer {
	width: 955px;
	height: 53px;
	margin: -9px 0px 0px 0px;
	background: url(images/footer.jpg);
}
#footer p {
	text-align: center;
	color: #fff;
	padding-top: 13px;
	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;
}


/* Contact Form */

#job {
	width: 240px;
	position: absolute;
	left: 270px;
	top: 40px;
	font-family: "Gill Sans", "Gill Sans MT", Trebuchet, "Trebuchet MS", Arial, sans-serif;
}

#job h1 {
	font-family: "Gill Sans", "Gill Sans MT", Trebuchet, "Trebuchet MS", Arial, sans-serif;
	color: #502960;
	font-weight: normal;
}

#job ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#job ul li {
	text-transform: uppercase;
	text-indent: 2px;
	color: #777;
	font-size: 10px;
	line-height: 1.8;
	margin-bottom: 12px;
}

#job input.text,
#job textarea {
	width: 240px;
}

#job input.text:focus,
#job textarea:focus {
	background-color: #fef4d5;
}

body.contact #column {
	padding-top: 84px;
}

#job input.human {
	visibility: hidden;
	display: none;
}
