@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img_s/bg.jpg);
	background-repeat: repeat-x;
	background-color: #666;
	text-align: center;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color:#FF0000;
}
a:active {
	text-decoration: none;
	color: #333;
}

#stage {
	height: 100%;
	width: 100%;
	background-image: url(../img_s/wingz.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#header {
	height: 128px;
	width: 811px;
	margin: 0 auto;
	background-image: url(../img_s/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#house {
	height: 578px;
	width: 811px;
	margin: auto;
	background-image: url(../img_s/heima.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#house2 {
	height: 578px;
	width: 811px;
	margin: auto;
	background-image: url(../img_s/heartLand.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#house3 {
	height: 578px;
	width: 811px;
	margin: auto;
	background-image: url(../img_s/heartLand2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#subMenu {
	width: 100%;
	height: 43px;
	padding-top: 6px;
	text-align: center;
	font-size: 12px;
	color: #666;
}
#contentBox {
	height: 508px;
	width: 700px;
	margin: auto;
	overflow: auto;
	text-align: left;
	color: #000;
	font-size: 12px;
}
#footer {
	height: 152px;
	width: 811px;
	margin: auto;
	background-image: url(../img_s/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#footLights {
	padding-top: 22px;
	text-align: center;
	font-size: 10px;
}
#menu {
	position: absolute;
	height: 35px;
	width: 100%;
	top: 83px;
	text-align: center;
	margin: auto;
	z-index: 333;
}
.history {
 	padding-left: 50px;
	padding-right: 50px;
}
#kwicks_container {
	position: relative;
	width: 730px;
	top: 0px;
	left: 20px;
	
	margin: auto;
}
#kwicks {
	position: relative;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.kwick  {
	display: block;
	}
 
#kwicks .kwick  {
	float: left;
	display: block;
	width: 115px;
	height: 35px;
}
#kwicks a  {
	display: block;
	height: 35px;
	
}
#kwicks a span {
visibility: hidden;
}
 
#kwick_get {
	background-image: url(../img_s/btns/get.jpg);
}
#kwick_sponsors {
	background-image: url(../img_s/btns/sponsors.jpg);
}
#kwick_tickets {
	background-image: url(../img_s/btns/tickets.jpg);
}
#kwick_playbill {
	background-image: url(../img_s/btns/playbill.jpg);
}
#kwick_about {
	background-image: url(../img_s/btns/about.jpg);
}
#kwick_contact {
	background-image: url(../img_s/btns/contact.jpg);
}
#bar {
	float: left;
	width: 1px;
	height: 35px;
	background-color: #9c8251;
}
.clr {
	clear: both;
}
