@charset "UTF-8";
body {
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 461px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
	background-image: url(images/chrisrayoflight.jpg);
	background-position: 0px 100px;
	background-repeat: no-repeat;
	height: 650px;
}
#mainContent {
	height: 525px;
}

.oneColFixCtrHdr #header {
	float: none;
	padding-right: 10px;
	padding-left: 20px;
	height: 100px;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #header h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2.3em;
	line-height: 0.95em;
	font-weight: normal;
	font-variant: small-caps;
	font-style: normal;
	color: #37150B;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin-bottom: 0em;
}
.twoColFixRtHdr #sidebar1 {
	list-style-type: none;
}
.oneColFixCtrHdr #footer {
	padding-top: 10px;
	padding-right: 10;
	padding-bottom: 10;
	padding-left: 10;
	margin-top: 0px;
	background-position: 0px 0px;
}
#header p {
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #37150B;
	font-weight: normal;
	font-variant: small-caps;
	line-height: 1.15em;
	margin-top: 0px;
	letter-spacing: 0.1em;
}
.oneColFixCtrHdr #footer p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	line-height: 1em;
	font-size: 1em;
	color: #37150B;
	font-weight: bold;
	vertical-align: top;
	margin-top: 0px;
}
