@charset "UTF-8";
/* CSS Document */
body {
	margin:14px 0px 0px 19px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:10px;
	line-height:12px;
}
h1 {
	text-transform:uppercase;
	margin:0px;
	font-weight:normal;
	font-size:10px;
}
#left-wrapper {
	width:417px;
	min-height:400px;
	position:fixed;
}
#right-wrapper {
	width:700px;
	margin-left:417px;
	padding-top:157px;
}


/* LEFT COLUMN WITH LOGO AND NAVIGATION */
#left-structure {
	float:left;
	width:170px;
	min-height:200px;
}
#logo-region {
	background:url(images/logo.gif) no-repeat;
	width:87px;
	height:82px;
	margin-bottom:75px;
}

/* MAIN NAVIGATION */
#nav-region a {
	font-weight:bold;
	color:#000;
	text-decoration:none;
	display:block;
	text-transform:uppercase;
	width:150px;
}
#nav-region a:hover {
	color:#d2d2d2;
}
/* SUB NAVIGATION-FOR YEARS */
#subnav-region a {
	font-weight:bold;
	color:#000;
	text-decoration:none;
	display:block;
	text-transform:uppercase;
}
#subnav-region a:hover {
	color:#d2d2d2;
}
/* TERTIARY NAVIGATION-FOR EXHIBITIONS */
#tertiary-nav a {
	font-weight:normal;
	color:#000;
	text-decoration:none;
	display:block;
	text-transform:uppercase;
}
#tertiary-region a:hover {
	color:#d2d2d2;
}



/* COLUMN WITH TEXT AND/OR NAVIGATION */
#content-structure {
	float:left;
	width:204px;
	min-height:200px;
}
#gallerytitle-region {
	height:157px;
	font-weight:bold;
	text-transform:uppercase;
}
#content-region1 {
	min-height:240px;
}
#content-region2 {
	margin-bottom:45px;
}

#content-region1 p, #content-region2 p {
	margin:0px 0px 10px 0px;
	padding:0px;
}
#content-region1 a, #content-region2 a {
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
}
#content-region1 a:hover, #content-region2 a:hover {
	color:#d2d2d2;
	text-decoration:none;
}

#links-region {
	color:#c0c0c0;
	font-weight:bold;
}
#links-region a {
	color:#c0c0c0;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
#links-region a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

/* VERTICAL SCROLL IMAGES */
#right-wrapper p {
	margin:1px 0px 4px 0px;
	color:#c0c0c0;
}

