div.exhibition {
  	margin-bottom: 3em;
}
.exhbit_div{
	clear: left;
	height: 110px;
	border-bottom: 1px dotted #666;
	padding-bottom: 7px;
}
.last{
	border: none;
}

h3.exhibition {
	border-top: none;
	padding-top: 8px;
	font-style: italic;
	font-family: Times;
}

h3.exhibition img {
	float: left;
	padding-right: 18px;
}

h3.exhibition p {
	margin-bottom: 50px;
}

h3.here {
	border: none;
	font-style: normal;
	font-weight: bold;
	font-family: "Arial", sans-serif;
}
h3.year{
	border-bottom: 1px dotted #666;
	margin:10px 0px;
}

ul.past li{
	padding-left: 20px;
}
ul.past li a{
	text-decoration: none;
}
ul.past li a:hover{
	color:#000;
	text-decoration: underline;
}

ul#exhibition_sidebar{
	margin-left: 30px;
}
ul#exhibition_sidebar li{
	border: 0px;
	list-style:square;
}
ul#exhibition_sidebar li a{
	text-decoration: underline;
}
ul#exhibition_sidebar li a:hover{
	color:#000;
	text-decoration: none; 
}

ul#exhibition_sidebar li ul{
	padding-left: 28px;
}