/* Venues CSS */

/* First import the main page layout stylesheet */
@import url(main.css);

/* Then style the venue page */

.top {
	position: relative;
	width: 611px;
	height: 20px;
	background: url('../images/site/long-top.png') no-repeat;
}
.mid {
	position: relative;
	width: 611px;
	background: url('../images/site/long-mid.png') repeat-y;
}
#content {
	position: relative;
	width: 577px;
	left: 20px;
}
.section {
	position: relative;
	padding-bottom: 20px;
	width: 577px;
	clear: both;
}
.title {
	position: relative;
	float: left;
	width: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.venue-content {
	position: relative;
	float: left;
	width: 450px;
	margin: 0px 0px 20px 0px;
}
#map {
	position: absolute;
	right: 0px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
#photo-1 {
	position: absolute;
	right: 0px;
}
#photo-2 {
	position: absolute;
	right: 110px;
}
#photo-3 {
	position: absolute;
	right: 220px;
}
.bot {
	position: relative;
	width: 611px;
	height: 20px;
	background: url('../images/site/long-bot.png') no-repeat;
}
li {
	position: relative;
	left: 10px;
	margin: 3px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

#banner {
	display: block;
	text-align: center;
	margin-right: 170px;
}

