/* CSS Document */
#content {
	background-color: #fff;
	position: relative;
    margin: 0 auto;
	top: 0px;
	height: 1194px;	/* Set equal to top pad + column height plus a 10px pad to keep footer at bay */
	width: 1003px;
	z-index: 1;
}
#col1 {
	position: absolute;
	top: 15px;		/* This page doesn't have a title bar, so just insert a small pad to separate it from the menu */
	height: 1169px;	/* Set equal to height needed for contents */
	left: 0px;
	width: 1003px;
	z-index: 2;
}