section {
	background: url("/images/blueprintScanBanner01.jpg") no-repeat #FFF;
}

section p {
	line-height: 200%;
	margin-bottom: 20px;
}
#copy {
	padding: 355px 390px 10px 0;
}
#copy h2 {
	position: relative;
	position: relative;
	padding: 0 0 15px;
	font-family: arial;
	font-size: 24px;
	font-weight: normal;
	color: #555;
}
div#caption {
	position: absolute;
	top: 372px;
	right: 0;
	height: 500px;
	width: 400px;
	background: url("/images/blueprintScanPmFiles.png") no-repeat 0 70px;
}
div#caption p {
	background: #333;
	padding: 10px;
	color: #EEE;
	font-size: 11px;
	font-family: arial;
	font-style: italic;
	line-height: 150%;
	
}
#points {
	clear: both;
	padding: 40px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #EEEEEE;
	background-image: -moz-linear-gradient(center top , #F3F3F3, #FFFFFF);
	overflow: auto;
	margin-bottom: 30px;
	position: relative;
	top: 25px;
}
#points li {
	font-family: Arial,Helvetica,sans-serif;
	color: #424D55;
	background: url("/images/bltRedPoints.gif") no-repeat scroll 0 4px transparent;
	text-align: left;
	font-size: 14px;
	padding: 4px 10px 15px 20px;
}
#points .left {
	float: left;
	width: 380px;
}

#points .right {
	float: right;
	width: 380px;
}