/* CSS Document */
#content {
	background-color: #fff;
	position: relative;
    margin: 0 auto;
	top: 0px;
	height: 751px; /* Set equal to title height(87) + col1 height + col3 height plus a 10px pad to keep footer at bay */
	width: 1003px;
	z-index: 1;
}
#col1 {
	position: absolute;
	top: 87px;		/* Set equal to title height */
	height: 524px;	/* Set equal to height of image */
	left: 31px;
	width: 602px;
	z-index: 2;
}
#col2 {
	border: #a8ba85 3px dotted;	/* With dotted border, external size is 308 x 524 */
	position: absolute;
	top: 87px;		/* Set equal to title height */
	height: 518px;	/* Set emperically so dotted border will align with image in col1 */
	left: 666px;
	width: 302px;	
	z-index: 2;
}
#col3 {
	position: absolute;
	top: 611px;		/* Set equal to title height(87) + col1 height */
	height: 130px;	/* Set emperically to contain text */
	left: 31px;
	width: 939px;	/* Set narrower than content width to ensure white space at right end of text */
	z-index: 2;
}