BODY {
	color : Black;
	background-color : #FEFEFE;
	font-family : Arial, sans-serif;
	text-align:center;
}

A {
	color : #330099;
	text-decoration: none;
}

A:HOVER {
	color : Red;
}

H1 {
	font-family: sans-serif;
	font-size: 28px;
	font-weight: bold;
}

#pageContainer{
	margin:auto;
	width:780px;
}

#heading {
	text-align:left;
	height:30px;
	padding:10px 0px 10px 0px;
}

	#heading img {
/*		float:left; */
	}

#well {
	padding: 30px 0px 30px 0px;
	text-align:left;
}

#footer {
	clear: both;
	border-top: 1px solid black;	
	text-align: left;
	font-size:10px;
	padding: 10px 0px 10px 0px;
}

.cluster {
/*	background:#eff;*/
	text-align: center;
}

.imageCluster {
	padding:10px;
/*	background:#fef;*/
	text-align:center;
}
	
.dates {
	font-style: italic;
}

.navLink {
	font-size:12px;
	float:right;
	padding-left: 20px;
}

.pastArtist {
	clear:both;
	padding: 20px 0px 20px 0px;
}

.pastExhibit {
}

.pastTitle {
	float:left; 
	width: 350px; 
	padding:0px 20px 0px 0px; 
	text-align:right;
}

.pastThumb {
	float: left;
	width:300px;
}

.bold {
	font-weight: bold;
}

.left {
	float: left;
	margin: 0px 10px 0px 0px;
	}
	
.right {
	float: right;
	margin: 0px 0px 0px 10px;			
	}

.gray {
	background-color: #DDDDDD;
}

.yellow {
	background-color: yellow;
}

.red {
	background-color: red;
}

.clearall {
	clear:both;
}