
body {
	background-color: white;

}

a:link { color: grey; }
a:visited { color: grey; }
a:active { color: grey; }
a:hover { color: grey; }


#header {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
	background-color: #ede7e7;
	width: 1263px;
	height: 100px;
	
}

h1 {
	
	color: grey;
	left: 0px;
	top: 10px;
	font-size: 25px;
}



span.date {
	color: grey;
	font-size: 20px;
}

span.exhibit {
	color: black;
	font-size: 17px;
	font-weight: bold;

}

#links {
	position: absolute;
	left: 1000px;
	top: 70px;
	z-index: 1;
	
}

#banner {
	position: absolute;
	left: 100px;
	top: 25px;
	z-index: 2;
	
}

#lefttext {
	position: absolute;
	left: 100px;
	top: 80px;
	z-index: 4;
	
}

div.box {
	
	position: absolute;
	left: 100px;
	top: 130px;
	z-index: 5;
	height: 500px;
	width: 500px;
	border: 0px solid black;
	background: white;
	padding: 10px 10px 10px 10px;

}

div.box1 {

position: absolute;
	left: 650px;
	top: 105px;
	z-index: 6;
	height: 1000px;
	width: 500px;
	border: 0px solid black;
	background: white;
	padding: 10px 10px 10px 10px;
}



#footer {
	position: absolute;
	left: 0px;
	top: 1150px;
	z-index: 8;
	background-color: #ede7e7;
	width: 1263px;
	height: 50px;
	
}


#left {
	position: absolute;
	left: 0px;
	top: 100px;
	z-index: 7;
	background-color: #ede7e7;
	width: 50px;
	height: 1100px;
	
}



#right {
	position: absolute;
	left: 1220px;
	top: 100px;
	z-index: 7;
	background-color: #ede7e7;
	width: 50px;
	height: 1100px;
	
}








#leftcol {
	position: absolute;
	left: 105px;
	top: 152px;
	z-index: 7;
	background-color: white;
	width: 150px;
	height: 1000px;
	
}







#rightcol {
	position: absolute;
	left: 375px;
	top: 200px;
	z-index: 7;
	background-color: white;
	width: 150px;
	height: 1000px;
	
}