@charset "UTF-8";
/* CSS Document */

div#all {
	margin:0px auto 0px auto;
	width: 1010px;
	text-align: left;
	
}

body{
	background-color: #dbdbc9;
	text-align: center;
	margin: 0px 0px 0px 0px; /* top right bottom left */

}

#header {
	width: 1000px;
	height: 75px;
	float: left;
	margin: 0px 0px 0px 0px; /* top right bottom left */
	clear: both;
}

#lefty {
	width: 240px;
	height: 500px;
	float: left;
	margin: 0px 0px 0px 0px; /* top right bottom left */
	overflow: hidden;
	
}

#middle {
	width: 360px;
	height: 500px;
	float:left;
	margin: 0px 0px 0px 10px; /* top right bottom left */
	overflow-y: auto;
	overflow-x:hidden;
}

#righty {
	width: 400px;
	height: 500px;
	float: left;
	margin: 0px 0px 0px 0px; /* top right bottom left */
}

#footer {
	clear: both;
	width: 1000px;
	height: 75px;
	float: left;
	margin: 10px 0px 0px 0px; /* top right bottom left */
}


a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#main img {
border: 2px solid #000000;
	margin: 0px 0px 0px 0px; /* top right bottom left */

} 

.onepix img {
border: 1px solid #000000;
	margin: 0px 0px 0px 0px; /* top right bottom left */

}

.twopix img {
border: 2px solid #000000;
	margin: 0px 0px 0px 0px; /* top right bottom left */

}

.leftpic {
	clear: left;
	background-color: #ffffcc;
	width: auto;
	height: auto;
	float: left;
	border: black 1px solid;
	padding: 2px;
}

.exhibit {
	clear: right;
	background-color: #ffffcc;
	width: 80px;
	float: left;
	border: black 1px solid;
}