@charset "UTF-8";
/* CSS Document */

<style type="text/css">

#pagecontainer {
	width: 850px;
	padding-left: 80px;
	padding-right: 30px;
	position: relative;
	height: 100%;
}
#maincontent {
	float: left;
	width: 600px;
	position: relative;
	padding-left: 80px;
}
#sidebar {
	float: left;
	width: 220px;
	margin-left: 25px;
}
#albumcontainer {
	width: 600px;
	position: relative;
}
#mainImage {
	height: 350px;
	width: 300px;
	float: left;
}
.exhibitionphoto {
	float: left;
	position: relative;
	width: 150px;
	height: 170px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 10px;
}
.exhibitionphoto img {
	border: none;
}
.imagediv {
	height: 115px;
	width: 150px;
}

#directions {
	position: absolute;
	width: 270px;
	height: 37px;
	left: 0px;
	top: 306px;
	background-image: url(../images/underlay.png);
	background-repeat: repeat;
	color: #000;
	padding: 2px;
	text-align: center;
}
.floatright {
	float: right;
}


</style>

