/* CSS Document */
#content {
	background-color: #fff;
	position: relative;
    margin: 0 auto;
	top: 0px;
	height: 1693px; /* Set equal to title height(87) + column 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: 1596px;	/* Set equal to height of other (taller) column, including dotted border */
	left: 12px;
	width: 308px;
	z-index: 2;
}
#col2 {
	border: #a8ba85 3px dotted;	/* With dotted border, external size is 638 x 1596 */
	position: absolute;
	top: 87px;		/* Set equal to title height */
	height: 1590px;	/* Set equal to height needed for contents */
	left: 337px;
	width: 632px;
	z-index: 2;
}