/* ------------------------------------------------------------------------------------------- */
/*#header {
	background-image: url('/img/homeHeader.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	height: 219px;
	position: relative;
	width: 850px;
}
*/

/* ------------------------------------------------------------------------------------------- */
/*#navbar {
	position: absolute;
	top: 12px;
	left: 1px;
}
#navbar a {
	margin-right: 1px;
}
*/

/* ------------------------------------------------------------------------------------------- */
#main {
	background-color: #f5a01a;
	background-image: url('/img/homeBtmImages.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 124px;
}

#main h1 {
	color: #106c53;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

#main p {
	color: #fff;
	font-size: 13px;
}

