* {margin: 0; padding: 0 }
body {
	margin: 0;
	padding: 0;
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
	color: #113;
	text-align: center;
	background-color: #f9f8f6;
}
a:link {
	color: #a44941;
}
a:visited {
	color: #666;
}
a:hover {
	color: #f90;
}
a:active {
	color: #9a1a00;
}
h1, h2, h3, h4, h6, h7 {
	color: #9a1a00;
	text-align: center;
	vertical-align: top;
}
h1 {
	font-size: 1.5em;
	line-height: 1.75em;
}

h2 {
	font-size: 1.35em;
	line-height: 1.65em;
	color: #5d2713;
}
h3 {
	font-size: 1.2em;
	line-height: 1.55em;
}
h4 {
	font-size: 1em;
	line-height: 1.5em;
}
h5 {
	font-size: .85em;
	line-height: 1.5em;
	color: #57585B;
}
h6 {
	font-size: .8em;
	line-height: 1.35em;
	text-transform: lowercase;
}
p {
	margin-top: 1.5em;
	line-height: 1.5em;
}
ul, ol {
	text-align: left;
	font-size: 1em;
	line-height: 1.5em;
	padding:0;
	margin:1em 2em 0 2.5em;
}
dt, dd {
	margin: .5em 2em 0 3em;
}
dt {
	font-weight: bold;
}
a img {
	border-width: 0;
}

input, select, textarea {
	font-size: .9em;
	background-color: #f8f8e0;
	border-color: #517d50;
	border-width: 1px;
	border-style: solid;
}
#header {
	color: #9a1a00;
	text-align: right;
	font-weight: bold;
	background: #9a1a00 url("../images/dkredgrad.gif") repeat-x;
	font-family: "American Typewriter", Memorandum, Baskerville, Georgia, serif;
	border-bottom: 28px solid #9a1a00;
}
#header h1 {
	font-size: 3em;
	line-height: 0.85em;
	margin: 0;
	text-align: left;
	vertical-align: bottom;
	padding: 10px 10px 33px 0px;
}
#header h2 {
	margin: -20px 0 0 220px;
	font-size: 1.9em;
	line-height: 0.875em;
	background-color: #CCC8BB;
	text-align: left;
	vertical-align: middle;
	padding: 3px 10px 3px 55px;
	font-weight: normal;
}
#header a{
	text-decoration: none;
	color: #F4EDD8;
}
#header img {
	float: left;
	border: 2px solid #9a1a00;
	margin: -10px 50px 0 0;
}

#wrapper {
	margin: 6px auto 20px;
	width: 99%;
	min-width: 736px;
	max-width: 1200px;
	text-align: left;
}
#section1, #section2 {
	margin-top: 1em;
	padding: 4em .05em;
}
#section1 {	
	float: left; 
	width: 18%;
}
#section2 {
	height:100%;
	float: right; 
	width: 24%;
}
#section1 img, #section2 img {
	width: 100%;
	margin: 0 auto;
}
#main {
	margin-top: 1em;
 	margin-left: 1%;
	border-left: 1px dashed #e4decd;
	border-right: 1px dashed #e4decd;
	width: 55%;
	float: left;
}
#main h1, #main h2, #main h3, #main h4, #main p {
	margin: 1em 10px;
	line-height: 1.5em;
	padding-left: 10px;
}
#main h1 {
	background-color: #E77D22;
	color: #F7F5EB;
}
#main h2 {
	color: #9A1A00;
}
#footer {
	clear: both;
	text-align: center;
	color: #663300;
	font-size:0.875em;
	margin: 3em 0 0 0;
	padding: 2em;
	line-height: 2.5em;
	background:  url("../images/footergrad.gif") repeat-x 0px;
}
#breadcrumb, #subnav { 
	color: #e08879;
	font-size: 0.85em;
	font-weight: bold;
	text-align: right;
	margin:10px 0;
}
#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active,
#subnav a:link, #subnav a:visited, #subnav a:active {
	color:#a44941;
	text-decoration: none;
}
#breadcrumb a:hover, #subnav a:hover {
	color:#9A1A00;
	text-decoration: underline;
}
#breadcrumb ul, #subnav ul {
	margin: 0px;
	list-style: none;
}
#breadcrumb li {
	display: inline;
	margin: 1em 4em 0 0;
	line-height: 2em;
}
#subnav li {
	line-height: 2em;
	text-align: right;
}
#block1, #block2, #block3 {
	margin: 10px auto;
	padding: 5% 2% 15%;
	color: #f9f8f6;
	font-size: .9em;
}
#block1, #block1 h1 {
	background: #9A1A00;
}
#block2, #block2 h1 {
	background: #928F86;
}
#block3, #block3 h1 {
	background: #5b3069;
}
#block1 h1, #block2 h1, #block3 h1,
#block1 a, #block2 a, #block3 a  {
	color: #f9f8f6;
	font-weight: bold;
}
blockquote {
	margin:0 10px 10px;
	width: 55%;
	float: right;
	background: #F4EBDA;
}
.specialquote {
	margin: 10px;
	padding: 10px;
	float: none;
	background: #F4EBDA;
	color: #60188e;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
}
.picturecaption {
	margin: 10px;
	padding: 10px;
	background: #F4EBDA;
}
.centered {
	text-align: center;
	line-height: .75em;
}
.singlespace {
	line-height: 1em;
	margin: 0;
}
.small {
	font-size: .9em;

}
.purple {
	color: #60188e;
}
.zerospacing {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
.bigtop {
	margin-top: 4em;
}
.superbigtop, #section2 img.superbigtop  {
	margin-top: 15em;
}
.grey {
	color: #666;
}
.floatrt {
	float: right;
	margin-left: .5em;
}
.floatlft {
	float: left;
	margin-right: .5em;
}
.clearfloat {
    clear: both;
}

#exhibitoverview {
	margin: 0 auto 1em;
	width: 100%;
}
#exhibitoverview ul{
	margin: 0;
	padding: 1em;
	list-style: none;
}
#exhibitoverview li{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-size: 1em;
}
#exhibitoverview li.fc {
	margin-left: 50%;
}
#exhibitoverview li.top {
	margin-top: -18em;
}
