@import url("styles.css");
@import url("nav.css");
html, body {
	margin:0 auto;
	padding:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#111;
	background-color:#fff;
	background-image: url(../pix/bk-page.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	height:100%;
	background-repeat: no-repeat;
	background-position:center top;
	background-image: url(../pix/bk-page.png);
}
#content {
	position:relative;
	margin:0 auto;
	height:auto !important;
	height:100%;
	min-height:100%;
	background-image: url(../pix/bk-content.png);
	background-repeat: no-repeat;
	background-position:center 151px;
}
#head {
	width:100%;
	height:149px;
	margin:0 auto;
	background-image: url(../pix/bk-nav.jpg);
	background-repeat: no-repeat;
	background-position:center 1px;
}
#headTop {
	height:117px;
	width:900px;
	margin:0 auto;
}
#headInfo {
	width:160px;
	padding:4px;
	text-align:center;
	float:right;
	margin:20px 0 0;
	background-image: url(../pix/bk-nav.png);
	background-repeat: repeat;
	-moz-border-radius:6px;
	border-radius:6px;
}
#headNav {
	width:900px;
	height:28px;
	margin:0 auto;
	text-align:left;
}
#contentMain {
	width:900px;
	margin:0 auto 70px;
	text-align:left;
}
.column1 {
	width:760px;
	padding:0 70px;
}
#venues {
	width:760px;
	margin:0 auto;
}
.venueInfo {
	margin:0 0 10px;
}
.venueImg {
	float: right;
	width:384px;
}
.venueDetail {
	float: left;
	width:360px;
}
#bottompanel {
	width:auto;
	margin:50px auto 0;
	height:70px;
	padding:10px 0 120px 0;
}
#footer {
	position:absolute;
	margin:0 auto;
	height:140px;
	bottom:0;
	left:0px;
	text-align:left;
	width:100%;
	padding:20px 0 0;
	background-image: url(../pix/bk-footer.png);
	background-repeat: repeat-x;
}
#footerWrapper {
	width:900px;
	margin:0 auto;
}
#footerLogo {
	min-height:135px;
	width:480px;
	float:right;
	margin-right:10px;
	text-align:center;
	white-space:nowrap;
}
#footerLogo img {
	vertical-align:middle;
	margin:0 2px 4px;
}
#footerInfo {
	width:310px;
	float:left;
	padding:0;
	margin-left:70px;
}
#footerNavigation {
	float:right;
	width:120px;
}
#footerAddress {
	float:left;
	width:160px;
	border-right:1px solid #afafaf;
	padding-right:20px;
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix:after {
	clear:both;
	content:'.';
	display:block;
	visibility:hidden;
	height:0
}
.clearfix {
	display:inline-block
}
* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}

