/* CSS Document */
#content {
	background-color: #fff;
	position: relative;
    margin: 0 auto;
	top: 0px;
	height: 1425px; /* Set equal to title height(87) + topImage height(364) + caption height(64) + column height plus a 10px pad to keep footer at bay */
	width: 1003px;
	z-index: 1;
}
#topImage {
	position: absolute;
	top: 87px;		/* Set equal to title height */
	height: 364px;	/* Set equal to height needed for contents */
	left: 182px;	/* Center this div containing an image by pushing its left side in */
	width: 640px;	/* Make div the same width as picture so it can be used to center the picture caption also */
	z-index: 2;
}
#col1 {
	position: absolute;
	top: 515px;		/* Set equal to title height(87) + topImage height(364) + caption height(64) */
	height: 900px;	/* Set equal to height needed for contents */
	left: 16px;
	width: 477px;
	z-index: 2;
}
#col2 {
	position: absolute;
	top: 515px;		/* Set equal to title height(87) + topImage height(364) + caption height(64) */
	height: 900px;	/* Set equal to height needed for contents */
	left: 506px;
	width: 477px;
	z-index: 2;
}