@charset "UTF-8";
body {
	background: #c2c9a4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #392e7a;
	font-family: "Times New Roman", Times, serif;
	font-size: 100.1%;
}
.butler #container {
	width: 1011px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #dce6b3;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.butler #header {
	width: 985px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #daa04c;
	font-weight: lighter;
	line-height: 1em;
}
.butler #header h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 1em;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	letter-spacing: .15em;
	text-indent: 20px;
}
.butler #mainContent {
	width: 825px;
	padding-top: 20px;
	padding-right: 80px;
	padding-left: 80px;
	text-align: center;
	background-color: #dce6b3;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #524821;
	font-weight: lighter;
	line-height: 1.4em;
}
.subtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #d2232a;
	font-weight: lighter;
	line-height: 1.4em;
}
.textProfile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #524821;
	font-weight: lighter;
	line-height: 1.4em;
	text-align: justify;
}
.butler #footer {
	width: 985px;
	background-color: #dce6b3;
}
