
#windowbox {
	height: 762px /*This height works with worksheet and workshadow to determine shadow displacement from bottom of window. Must be 112 more than workshadow*/;
	}

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

#worksnotice {
	position: absolute;
	top: 63px /*68px*/;
	left: 50%;              
	width: 650px;	
	margin-left: -327px;
	padding: 0;
	height: 675px;	/*USE THIS TO CONTROL SHADOW DISPLACEMENT HEIGHT. Must be 40 more than the workshadow. Because worksnotice, unlike its shadow, is positioned from the top, the descrepancy between the top + height and the overall height of window box(800) gives bottom shadow displacement, once the qshadow's margin-bottom has been allowed for*/
	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;
	}

#worksnav {
	padding-top: 4px;
	}

#worksnotice h1, h2, #worksnav, #intro	
	{
	margin: 2px 20px;
	text-align: center;
	color: navy;
	}

#worksnotice h1	{
	margin: 2px 0 0;
	}

h1.yellowpin {
	padding-top: 30px;
	font-style: normal;
	font-size: 26px;
	background: url(yellowbigpin4.jpg) no-repeat center top;
	}

h2	{
	font-style: normal;
	font-size: 14px;
	}

#leftimg {
	position: absolute;
	top: 80px;
	left: 50px;
	height: 100px;
	width: 82px;
	background: url(bulb.gif) no-repeat top left;
	}

#rightimg {
	position: absolute;
	top: 96px;
	right: 50px;
	height: 72px;
	width: 82px;
	background: url(aud2.gif) no-repeat top left;
	}

h3, h4	{
	text-align: center;
	/*border: 1px solid green;*/
	}

h3	{
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	}

h4	{
	font-size: 16px;
	font-weight: normal;
	padding: 0 0 10px 0;
	}

h5	{
	font-size: 13px;
	}

.page 	{
	display: none;
	/*margin: 10px 15px 10px 15px; these are the values if page doesn't move*/
	width: 610px /*608px*/;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	background: white url(papertile3.jpg) repeat;
	}

#page1	{
	margin: 10px 10px 10px 20px; /*deliberate animation effect with pages 1 and 2 being pinned not quite in the same place*/
	}

#page2	{
	margin: 14px 10px 6px 20px;
	}

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

#intro p {
	margin: -10px 0 0;
font-style: normal;
font-size: 11px;
	}

.slogan3 {
	margin: 10px auto 5px;
	width: 260px;
	height: 26px;
	text-indent: -5000px;
	background: url(slogan3.gif) no-repeat;
	}

.slogan3 p {
	font-size: 20px;
	color: #006851;
	}

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

#worksnotice .page h1 {
	margin: -7px 0 0;
	padding: 17px 0 0;
	font-family: courier, 'american typewriter', 'courier new', sans-serif;
	font-style: italic;
	font-size: 36px;
	color: #006851;
	text-align: center;
	background: url(redpin2.gif) no-repeat center top;
	}

.page h2	{
	margin: 0;
	padding: 1px 0 0 0;
	font-family: courier, 'american typewriter', 'courier new', sans-serif;
	font-size: 17px;
	font-weight: normal;
	font-style: italic;
	color: #006851;
	text-align: center;
	}

.page h3, h4, h5 {
	margin: 5px 10px;
	/*border: 1px solid purple;*/
	color: #523;
	}
	
ul 	{
	list-style: none;
	color: #523;
	}

li	{
	background: url(tick15px.gif) no-repeat 0 0/*.1em*/; /*the alternative tick style is tick15bpx.gif- a bit too heavy*/
	padding-left: 23px;
	padding-bottom: 5px;
	}

#intro	{
	font-size: 14px;
	padding: 10px 0 0;
	margin: 5px 15px;
	}
