body {
	background-color: #330000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC6666;
	margin: 0 0 0 0;
}
h1 {
	text-align: center;
	width: 100%;
	color: white;
	background-color: #111;
	padding:25px 0 20px 0;
	margin:0;
}
a {
	text-decoration:none;
	font-weight:bold;
}
a:link,
a:visited {
	color:white
}
a:hover,
a:active {
	color:red
}
a img {border: 0;}
.centre {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.datesuffix {
	font-size:x-small;
	vertical-align:super;
}
.lightplum {
	color: #cc6666;
}
.mailink img {
	border-width: 0;
}
.maintext {
	text-align: center;
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.photocredit {
	font-size: x-small;
	color: #666666;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;
}
.program {
	color: white;
}
#columnLeft,
#columnRight {
 position: absolute;
 top: 100px;
 width: 120px;
 background-repeat:repeat-y;
 color:white;
 z-index: 1;
 height: 1230px;
}
#columnLeft {
  left: 0;
  background-image:url(images/grad1.jpg);
}
#columnRight {
  right: 0;
  background-image:url(images/grad3.jpg);
}
#columnMain {
	position: relative; /* only to enable z-index */
	margin: 0px auto 0px auto;
	z-index: 6;
	height: 3em;
}
div.contentWrapper {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	z-index: 7;
}
img.mainimg {
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 0px;
	padding: 0 45px 0 45px;
}
table.artists {
  border: 1px solid #cc6666;
  margin-top: 2em;
}

