* {	margin: 0; padding: 0;}

html, body   { height: 100%; margin: 0; padding: 0;}

/*  CENTERS PAGE VERTICALLY */
#floater {
	position: relative;
	float:left; 
	height:50%; 
	margin-bottom:-300px; 
	width: 1px;
}

#centered {
	position:relative; 
	clear:left;
	height:600px; 
	width:80%; max-width:1000px; min-width:1000px;
	margin:0 auto;
	background:#fff;
}


/* STYLES FOR IMAGES*/
#loadarea {  /*large photo*/
	float: left;
	width: 750px;
	height: 500px;
	margin: 0 auto;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

#thumbnails {
	clear: both;
	padding-top: 40px;
	height: 60px;
}

#thumbnails a img {
	border: none;
	display: inline;
	float: left;
	margin: 5px 1.5em 5px 0;
	height: 40px;
	width: 40px;
}

/*  TEXT AREA ON LEFT */
#sidebar {
	float: left;
	width: 230px;
	height: 500px;
	background-color:#D9E7EA;
	padding-left: 20px;
	text-align: left;
}

#titleBox {  /* project title and press release div */
	width: 220px;
	height: 10em;
	margin-top: 150px;
	float:left;
}

h1{
	font-size: 160%;
	color: #A6A8AC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
}

h1 a{
	font-size: 100%;
	color: #A6A8AC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
}

h1 a:hover {
	color: #AFB9CF;
	text-decoration: none;
}


h2, h2 a {
	font-weight: bold;
	font-size: 100%;
	color: #564F44;
	line-height: 1.5em;
}

h2 a:hover {
	text-decoration: underline;
}

.news {
	padding: 2em 2em 2em 0;
}

h4 {  /*text style for press release link*/
	font-weight: normal;
	font-size: 80%;
	color:#564F44;
	text-decoration: none;
}

h4 a {  /*text style for press release link*/
	font-weight: normal;
	font-size: 100%;
	color:#564F44;
	text-decoration: none;
}

h4 a:hover{
	text-decoration: underline;
}

/* STYLES FOR ROLLOVER PHOTO DESCRIPTION */
#descri {  /*is the div that the photo description goes in*/
	width: 210px;
	height: 80px;
	position:absolute;
	padding: 20px 20px 0 20px;
	left: 750px;
	bottom: 0;
	text-align: left;
	background-color: #E2EFF2; /* color of pop-up description box */
}

h3 {	/*text style for photo captions*/
	font-weight:normal;
	color: #564F44;
	font-size: 80%;
	display: inline;
}

h8 { /* bold for rollover photo captions*/
	font-weight: bold;
	font-size: 110%;
	color:#564F44;
}

h9 { /* italic for rollover photo caption artwork title*/
	font-style: italic;
	display: inline;
}

/* 	STYLES FOR PRESS RELEASES  */
#text {
	width: 650px;
	overflow: auto;
	color: #696C66;
	margin-top: 50px;
	margin-left: 3.5em;
	text-align: left;
}

p {	font-size: 80%;}

.pink {
	color: #FD73B5;
	font-weight: bold;
}

.gray { /* bold gray for link in PR text*/
	font-weight: bold;
	color:#564F44;
}

.contact {
	margin-bottom: 3em;
}

blockquote {
	padding: 3em 3em 5em 3em;
}




