body	{
	margin: 0;
	padding: 0;
	}

/* now just has navigation and notices on noticeboard. Rest of CSS is in quiz30apr.css so that I can match it with css in zindextest.html*/
body 	{
	background: #fffff1 url(brick051.jpg) repeat left top;/*other textures were stipple.gif and roughtext.gif*/
	font-size: 12px;
	font-family:  Arial, Helvetica, Geneva, Sans-Serif;
	}

#shadow {
	position: absolute;
	margin-top: 30px/*4%*/;
	left: 50%;
	margin-left: -370px;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	width: 744px;
	height: 580px;
	background-color: #767676;
z-index: 10;
	}

#borderbox {
	position: absolute;
	width: 740px;
	height: 575px; 
	bottom: 5px; /*this is new method 'Freda style shadow*/
	right: 5px;
	border-right: 2px solid #b99a62;
	border-bottom: 2px solid #b99a62;
	border-top: 2px solid #dbcb9e;
	border-left: 2px solid #dbcb9e;
	background-color: #f8e2b4;
	}

#nav {
	position: absolute;
	top: 4px;/*this changed with new 'Freda style shadow'*/
	left: 84px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 19px;
	display: inline;
	overflow: hidden;
	width: 575px;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 19px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:19px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -19px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -38px;
	}
	
#aboutbut a  {
	width: 91px;
	background: url(aboutbut.gif) top left no-repeat;

	}

#worksbut a  {
	width: 91px;
	background: url(worksbut.gif) top left no-repeat;
	margin-left: 30px;
	}

#archbut a  {
	width: 91px;
	background: url(archbut.gif) top left no-repeat;
	margin-left: 30px;
	}

#linksbut a  {
	width: 91px;
	background: url(linksbut.gif) top left no-repeat;
	margin-left: 30px;
	}


#contbut a  {
	width: 91px;
	background: url(contbut.gif) top left no-repeat;
	margin-left: 30px;
	}

#recess {
position: absolute;
	top: 26px;
	left: 25px;
	/*margin: 26px 25px 25px;*/
	padding:  0;
	background: #006000 url(aboutrecess.jpg) no-repeat left top;
	height: 524px;
	width: 690px;
	}


#aboutnotice {
	position: absolute;
	left: 60px;
	top: 24px;
	width: 382px;
	height: 274px;
	background: transparent /*url(aboutnotice1.gif)*/;
	}/*Int Explorer*/

#gsqnotice {
	position: absolute;
	left: 451px;
	top: 111px;
	width: 185px;
	height: 186px;
	padding-top: 2px;
	/*background: url(gsqnotice.gif) no-repeat;*/
	}/*Int Explorer*/

#recess>#gsqnotice {
/* \*/
	left: 455px;	
	top: 115px;
/* */
	}/*other browsers*/
	
#brectnotice {
	position: absolute;
	left: 256px;
	top: 311px;
	width: 272px;
	height: 183px;
	background-image: /*url(brectnotice.gif)*/;
	}/*Int Explorer*/

#recess>#brectnotice {
/* \*/
	left: 260px;	
	top: 315px;
/* */
	}/*other browsers*/
	
#scriptcontainer	{
	margin: 20px;
		}


#timeclip {
	position: absolute;
	left: 536px;
	top: 334px;
	width: 145px;
	height: 127px;
	}/*Int Explorer*/

#recess>#timeclip {
/* \*/
	left: 540px;	
	top: 338px;
/* */
	}/*other browsers*/



h1	{
	margin: 18px 0 20px;
	font-size: 1.1em;
	text-align: center;
	font-style: italic;
	color: blue;
	}

#phark {
	height: 27px;	
	width: 340px;
	margin: 20px 20px 10px;
	background: url(slogan1.gif) no-repeat top;
	text-indent: -5000px;
	}

#aboutnotice h2 {
	margin-bottom: 8px;
	padding-bottom: 0;
	font-size: 1.1em;
	text-align: center;
	font-family: 'Comic Sans MS', Arial, sans-serif;
	}

#scriptcontainer h2 {
	font-size: 1.1em;
	text-align: center;
	font-family: 'Comic Sans MS', Arial, sans-serif;
	}

p	{
	margin: 5px 0 0 5px;
	font: medium verdana, arial, helvetica, sans-serif;
	font-size: .85em;
	color: navy;
	font-style: italic;
	} 

#aboutnotice p {
	margin: 0 15px 10px 25px;
	font-size: 1em;
	font-style: normal;
	color: #555;
	font-family: /*'American Typewriter',*/ 'Courier New', Arial, serif;
	font-weight: bold;
	}

#gsqnotice p {
	margin: 10px 0 0;
	text-align: center;
	font-size: 1em;
	font-style: normal;
	color: purple;
	font-family: 'American Typewriter', 'Courier New', Arial, serif;
	}

#timeclip p {
	margin: 88px 10px 0;
	text-align: center;
	font-size: 10px;
	font-style: normal;
	color: purple;
	font-family: 'Comic Sans MS', Arial, sans-serif;
	}

#footer p {
	position: absolute;
	left: 610px;
	top: 553px; /*was - bottom: 15px; but IE for Mac ignores it*/
	width: 200px; 
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-style: italic;
	color: #6f4000;
	/*font-family: 'Comic Sans MS', Arial, sans-serif;*/
	}



#gsqnotice a:link {
	color: fuchsia;
	}

#gsqnotice a:visited {
	color: gray;
	/*text-decoration: none;*/
	}

#gsqnotice a:hover {
	color: red;
	/*text-decoration: none;*/
	}

#gsqnotice a:active {
	text-decoration: none;
	color: red;
	}


.ies	{
	color: #671392;
	}

.learning	{
	color: #1c6b3c;
	}

.welcome {
	color: #a0c;
	font-style: normal;
	}




