body {
	background-image: url(images/bg2.gif);
	background-repeat: repeat-x;
	background-color: #2e2a4f;
	margin-top: 0px;
}

p {
  font-family: "Trebuchet MS", "Gill Sans MT";
  font-size: 14px;
}

h3 {
  font-family: "Trebuchet MS", "Gill Sans MT";
  font-size: 16px;
	color: #433b67;
	line-height: 16px;
}

#wrapper {
	width: 750px;
	height: auto;
	margin: 0 auto 0 auto;
}

#header {
	width: 750px;
	height: 100px;
}

#headertext {
	background-image:url(images/headertext.gif);
	width: 290px;
	height: 63px;
	margin: 18px 0 0 30px;
	float: left;
	display: inline;
}

#headeremail {
	width: 200px;
	height: 14px;
	float: right;
	display: inline;
	position: relative;
	top: 60px;
	font-family:"Trebuchet MS", "Gill Sans MT";
	font-size: 14px;
}

#headeremail a {
	text-decoration: none;
	color: #433b67;
}

#headeremail a:hover {
	text-decoration: underline;
	color: #7164ae;
}
.divider {
	clear: both;
	width: 750px;
	height: 15px;
	background-color:#2e2a4f;
}

#main {
	width: 750px;
	height: 500px;
	font-family: "Trebuchet MS", "Gill Sans MT";
	font-size: 14px;
	line-height: 16px;
	color: #433b67;
	background-image: url(images/contentbg.jpg);
}


/*index.html*/
#indexcontenttextbox {
	width: 465px;
	height: 490px;
	margin: 5px;
	float: left; display: inline;

}
#indexcontenttextbox p{
	font-size: 16px;
}
#indexcontentpic {
	width: 255px;
	height: 385px;
	margin: 15px 15px 5px 5px;
	background-image:url(images/indexpic.jpg); background-repeat: no-repeat;
	clear:both; float: right; display: inline;
}


/*about.html*/
#aboutcontenttextbox {
	width: 465px;
	height: 490px;
	margin: 5px;
	float: left; display: inline;
}

#aboutcontentpic {
	width: 255px;
	height: 385px;
	margin: 15px 15px 5px 5px;
	background-image:url(images/aboutpic.jpg); background-repeat: no-repeat;
	clear:both; float: right; display: inline;
}


/*exhibitions.html*/
#upcoming {
  width: 740px;
  height: 149px;
  padding:5px;
}


#archivesection {
  width: 750px;
  height: 325px;
}

#archived {
/*  width: 220px;*/
  height: 320px;
  margin: 5px 5px 10px 5px;
  padding: 0 10px 5px 10px;
  border-right: 1px dashed #FFF;
  clear:both; display:inline; float: left;
}

#archived a {
  text-decoration: none;
  color: #433b67;
	line-height: 24px;
}

#archived a:hover {
  text-decoration: underline;
  color: #FFF;
}
  
#scrollbox {
  width: 490px;
  height: 320px;
  margin: 5px 5px 10px 15px;
  padding: 0 0 5px 0;
  display:inline; float: left;
}

/*galleries*/
#gallerymain {
	width: 750px;
	height: 500px;
	font-family: "Trebuchet MS", "Gill Sans MT";
	font-size: 14px;
	line-height: 16px;
	color: #433b67;
	background-color:#FFF;
}

#gallerycontainer {
	width: 700px;
	height: 450px;
  clear: left;
  margin:auto;
}


