/* CSS Document */
#content {
	background-color: #fff;
	position: relative;
    margin: 0 auto;
	top: 0px;
	height: 1797px; /* 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 1501 */
	position: absolute;
	top: 87px;		/* Set equal to title height */
	height: 1495px;	/* Set equal to height needed for contents, smaller than other column so dotted border will better fit contents */
	left: 16px;
	width: 471px;
	z-index: 2;
}
#col2 {
	position: absolute;
	top: 87px;		/* Set equal to title height */
	height: 1700px;	/* Set equal to height needed for contents */
	left: 506px;
	width: 477px;
	z-index: 2;
}