/* CSS Document
Edie Maney
Canvas Page CSS
© 2007 Edie Maney
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */
	
/* Global Layout Elements */
	
div#content_main_canvas {
	background: url(../images/canvasheader_19.jpg) top left no-repeat;
	}
	
div#content_main_figure {
	background: url(../images/figureheading_19.jpg) top left no-repeat;
	}
	
div#content_main_abstract {
	background: url(../images/abstractheader_19.jpg) top left no-repeat;
	}
	
div#flashdiv {
	width: 549px;
	height: 399px;
	position: absolute;
	top: 100px;
	left: 116px;
	visibility: visible;
	z-index: 5;
	}

div#instructionsdiv {
	text-align: center;
	font-size: 70%;
	width: 549px;
	height: 50px;
	position: absolute;
	top: 519px;
	left: 116px;
	visibility: visible;
	z-index: 10;
	color: #999;
	}