.places
{
	float: left;
	width: 644px;	
}

.places .headline
{
    float: left;
    width: 644px;	
    height: 31px;
}

.places .headline h1
{
    float: left;
	padding: 6px 10px;
	margin: 0px;
}

.places .bodyline
{
	float: left;
	width: 632px;
	padding: 5px;
	border: 1px solid #d2d2d2;
	border-top: 0px;
	border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
}

.places .bodyline a
{	
	color: #FF8700;
	text-decoration: none;
}

.places .bodyline a:hover
{	
	text-decoration: underline;
}

.places .bodyline img
{
	clear: left;
	float: left;
	margin-right: 10px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}

.places .bodyline .info
{
	float: left;
	width: 330px;
}

.places .bodyline .info .key, .places .bodyline .info .val
{
	float: left;	
}

.places .bodyline .info .key
{
	font-weight: bold;
	width: 330px;
}

.places .bodyline .info .val
{
	padding-left: 10px;
	width: 320px;
	margin-bottom: 16px;
}