.banner
{
	/*background: url('/images/tag-building-winter-front-banner.jpg') no-repeat;*/
	background: url('/images/summer/tag-building-summer-2010-front-banner.jpg') no-repeat;
}

.banner .title {
	color: white;
}

.content img#building
{
	height: 263px;
	width: 350px;
	left: 5px;
	top: 5px;
	border: 1px solid white;
	position: relative;
}

.content div#building
{
	border: 1px solid black;
	width: 362px;
	float: right;
	margin-right: 30px;
	margin-top: 10px;
	margin-left: 10px;
	background: gray;
	position: relative;
}

.content div#building p
{
	font-size: 12px;
	line-height: 14px;
	margin: 5px auto;
	color: white;
	font-weight: bold;
	position: relative;
	left: 5px;
	top: 3px;
}

