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