/* CSS Document */
#content {
	background-color: #fff;
	position: relative;
    margin: 0 auto;
	top: 0px;
	height: 2687px; /* 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: 2600px;	/* Set equal to height needed for contents */
	left: 25px;
	width: 464px;
	z-index: 2;
}
#col2 {
	position: absolute;
	top: 87px;		/* Set equal to title height */
	height: 2600px;	/* Set equal to height needed for contents */
	left: 514px;
	width: 464px;
	z-index: 2;
}
