@charset "UTF-8";
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	background: #9C9081;
	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: #4D4645;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #4D4645;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #4D4645; 
	color: #9C9081;
	position: relative;
	height: 67px;
}
.splash {
	background-position: center;
	background-repeat: no-repeat;
	border-top: 4px solid #99423D;
	border-bottom: 4px solid #99423D;
	height: 160px;
	position: relative;
}
#cost-splash {
	background-image: url(../images/cost.jpg);
}
#shadow {
	background-image: url(../images/shadow.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 19px;
}
a {
	color: #99423D;
	text-decoration: none;
}
#header a {
	color: #F5F0DA;
}
#header a:hover {
	border-bottom: 1px solid #9C9081;
}
#mainContent {
	padding: 0 21px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-top: 15px;
}
#mainContent li, #mainContent p {
	line-height: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
}
#footer {
	height: 4px;
	background:#99423D;
}
#copyright {
	font-size: 0.85em;
}
#logo {
	position: absolute;
	bottom: 13px;
	left: 21px
}
#links {
	position: absolute;
	bottom: 18px;
	right: 21px;
	font-size: 0.7em;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	text-align: right;
}
h1, h2, h3, h4, h5, h6 {
	color: #99423D;
	margin-bottom: 0;
	font-weight: normal;
}
#mainContent p, #mainContent ul, #mainContent ol {
	margin-top: 0;
	padding-top: 0;
}
.number {
	font-family: Helvetica, Arial, sans-serif;
}
#prepage, #prepage > p {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}