/* CSS Document */
#content {
	background-color: #fff;
	position: relative;
    margin: 0 auto;
	top: 0px;
	height: 1253px; /* Set equal to title height(87) + column height plus a 10px pad to keep footer at bay */
	width: 1003px;
	z-index: 1;
}
#col1 {
	border: #a8ba85 3px dotted;	/* With dotted border, external size is 477 x 1156 */
	position: absolute;
	top: 87px;		/* Set equal to title height */
	height: 1150px;	/* Set equal to height needed for contents */
	left: 16px;
	width: 471px;
	z-index: 2;
}
#col2 {
	position: absolute;
	top: 87px;		/* Set equal to title height */
	height: 1156px;	/* Set equal to height of other (taller) column, including dotted border */
	left: 506px;
	width: 477px;
	z-index: 2;
}