@charset "UTF-8";
body {
	background: #cca760;
	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: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0 0px;
	margin: 0px;
	height: 165px;
	background: url(../images/CrestHillLogo.jpg) no-repeat;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background: url(../images/middlebcknd.jpg) no-repeat;
	height: 150px;
	margin-bottom: 0px;
}
#mainContent p {
	font-family: Rockwell, "American Typewriter", serif;
	font-size: 13px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	font-variant: normal;
	color: #887858;
	text-decoration: none;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 50px;
	margin: 0px;
}

#feature{
	padding: 0 0px;
	margin: 0px;
}

.oneColFixCtrHdr #footer {
	padding: 0px 10px 0;
	height: 35px;
	background: url(../images/footerbcknd.jpg) repeat-x;
}
.oneColFixCtrHdr #footer p {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Rockwell, "American Typewriter", serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #d5952c;
	text-decoration: none;
	text-align: center;
	padding: 0px 0 10px;
	background: center;
}
#footer table {
	text-align: center;
	margin-top: 0px;
	font-family: Rockwell, "American Typewriter", serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #d5952c;
	text-decoration: none;
	background: center center;
	margin-left: 50px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
}

#footer a{
	color: #d5952c;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}
