/** 
Dark blue banner is #17284e, sampled from Larch Logo.
Blue bannerbottom is #2c6494, sampled from Larch Logo.
**/

#banner {
	height: 32px;
	width: 800px;
	margin-top: 32px;
	background: #17284E;
}
#bannerBottom {
	background: #2C6494;
	height: 16px;
	width: 800px;
	margin-top: 128px;
	margin-bottom: 32px;
}
#bannerBottomolo {
	width: 970px;
	background: #2c6494;
	height: 16px;
	margin-bottom: 32px;
	margin-top: 128px;
}

#logo {
	margin-top: 32px;
	margin-bottom: 32px;
	border-top: 1 #FFF;
	border-bottom: 1 #FFF;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
}
#wrapperolo {
	width: 970px;
	margin: 0 auto;
}
#bannerolo {
	width: 970px;
	background: #17284e;
	height: 32px;
	margin-top: 32px;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	height: 32px;
	border-top: 1px solid #17284E;
	border-bottom: 1px solid #17284E;
	padding-top: 10px;
	color: #17284E;
}
#intro p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #17284E;
	margin-left: 160px;
	margin-top: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-left: 160px;
	color: #17284E;
}
#sampleImgs {
	margin-left: 160px;
}
#sampleImgs img {
	border: 1px solid #17284E;
	margin: 8px;
	text-decoration: none;
}
#logo a img {
	text-decoration: none;
	border-color: #FFF;
}
