body {
	font: 12px arial,helvetica,sans-serif;
}

#body {
	width: 802px;
	margin: 0px auto;
}

#header {
	height: 143px;
	background: url(images/headerBG.jpg) no-repeat;
	position: relative;
}

#siteTitle {
	position: absolute;
	top: 60px;
	width: 468px;
	text-align: center;
	font-size: 2.5em;
	font-weight: bold;
	color: #871400;
}

#headerNav {
	height: 30px;
	background: #55667F url(images/headerNav.jpg) no-repeat;
}	

#headerNav a {
	display: block;
	float: left;
	color: #fff;
	font-weight: bold;
	margin: 5px 5px;
}

#content {
	padding: 10px 20px;
	background: #F3F2F2;
	height: 400px;
	overflow: show;
}

div>#content {
	min-height: 400px;
	height: auto;
}

#indImg {
	float: left;
	margin: 20px 10px 5px 0px;
}
#footer {
	padding: 0px 20px;
	background: url(images/footerBG.jpg) repeat-y;
	text-align: center;
	color: #460201;
}

#footer a {
	color: #460201;
}

.block {
	display: block;
}