
#recess {
	background: #006000 url(quizrecess.jpg) no-repeat left top;
	}

#windowbox {	
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 680px/* -- adjust this in parallel with height of worksnotice 650px*/ ;
	margin: 0;
	padding: 0;
	}

#workshadow {
	position: absolute;
	left: 50%;
	bottom: 0; /*note how shadow is controlled from the bottom and overlap hidden behind main borderbox-shadow construction*/
	height: 533px/*533px*/; 	
	width: 567px;	
	margin-left: -277px; /*controls right shadow displacement*/
	margin-bottom: 15px;
	z-index: 5;
	background: #989898;
	}

#worksnotice {
	position: absolute;
	top: 63px /*68px*/;
	left: 50%;              
	width: 565px;	
	margin-left: -285px;
	padding: 0;
	height: 593px/*563px*/;	
	background: #fffdda url(papertile4.jpg) repeat;
	border-left: 1px solid silver;
	border-top: 1px solid silver;
	border-right: 2px solid #444;
	border-bottom: 2px solid #444;
	z-index: 15;
	}


#windowbox .threepart 	{
	width: 565px;
	background: #ffffe8 url(papertile2.jpg) repeat;
	font-family: 'marker felt', 'comic sans ms', sans-serif;
	}

h1, p	{
	font-family: 'marker felt', 'comic sans ms', sans-serif;
	font-style: normal;
	}


.threepart h1	{
	font-size: 16px;
	text-align: center;
	word-spacing: px;
	letter-spacing: px;
	color: navy;
	text-transform: upper-case;
	margin-top: 7px;
	margin-left: 10px;
	padding-top: 30px;
	background: url(drawpinbio.gif) no-repeat center top;
	}

#brain1	{
	position: absolute;
	top: 85px;
	left: 70px;
	height: 100px;
	width: 100px;
	background: url(brain1.gif) no-repeat left top;
	}

#brain2	{
	position: absolute;
	top: 85px;
	right: 70px;
	height: 100px;
	width: 100px;
	background: url(brain2.gif) no-repeat left top;
	}

img 	{
	float: left;
	margin: 0 5px 0 15px;
	}

.threepart p {
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	margin: 5px 25px;
	color: #555;
	font-weight: normal;
	}

.threepart li	{
	color: purple;
	font-size: 12px;
	margin-bottom: 5px;
	}

.page 	{
	display: none;
	width: 525px;
	margin-left: 20px;
	margin-top: 15px;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	background: white;
	padding: 0;
	}

#worksnotice div.page h1 {
	padding: 26px 0 0;
	margin: -14px 0 0;
	background: url(redpin2.gif) no-repeat center top;
	font-family: 'marker felt', 'comic sans ms', sans-serif;
	font-style: normal;
	font-size: 16px;
	color: navy;
	}

#worksnotice div.page h2 {
	padding: 0;
	margin: 0px 0 -7px;
	color: purple;
	text-align: center;
	font-family: 'marker felt', 'comic sans ms', sans-serif;
	font-style: normal;
	font-size: 13px;
	}

div.page p {
	margin: 10px 15px;
	}	

.center  {
	text-align: center;
	margin: 0px;
	}

.threepart p.left {
	text-align: left;
	font-size: 12px;
	}

.close	{
	text-align: center;
	font-style: italic;
font-size: 11px;
	}

