


.user_box, .venue_box{
	font-family:Gotham,Halvetica,Arial;
	color: white;
	width:222px;
	background-color:#707070;
	padding:10px;
	padding-top:2.2em;
	letter-spacing:2px;
	font-size:1.1em;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
}

.user_box{
	float:left;
	background-color:#707070;
	margin-left:15px;
}

.venue_box{
	float:right;
	background-color:#C37139;
	margin-right:15px;
}
p.tall{
	min-height:14em;

}
p.taller{
	min-height:32em;

}
a.but {
display: block;
vertical-align: baseline;
}
div.imglist {

}
a.but:hover
{
position: relative;
top: 1px;
left: 1px;

}