/* CSS Document */
#content {
	background-color: #fff;
	position: relative;
    margin: 0 auto;
	top: 0px;
	height: 1163px; /* 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: 1286px;	/* Set equal to height to height of other (taller) column */
	left: 15px;
	width: 450px;	/* make narrower than normal so col2 can be wider */
	z-index: 2;
}
#col2 {
	border: #a8ba85 3px dotted;	/* With dotted border, external size is 516 x 1066 */
	position: absolute;
	top: 87px;		/* Set equal to title height */
	height: 1060px;	/* Set equal to height needed for contents */
	left: 480px;
	width: 510px;	/* make wider than normal to accomdate large image */
	z-index: 2;
}
