@charset "UTF-8";

body {
	background-image: url(../images/background513x691.png);
	background-color: #000000;
	font-family: Helvetica, Arial, sans-serif;	
}

footer {
	position: fixed;
	bottom: 0;
	z-index: 99;
	height: 111px;
	width: 900px;
	background-image: url(../images/footerFlames902x111.png);
	background-repeat: no-repeat;
	color:  #000000;
	text-align: center;
	padding-top: 65px;
	margin-bottom: -65px;
}

header {
	left: 50px;
	position: absolute;
	height: 200px;
	width: 900px;
	background-image: url(../images/header900x200.png);
}

header h1 {
	color: #f00;
	margin-top: 40px;
	margin-left: 200px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

header p {
	color:  #f90;
	margin-left: 200px;
}

nav {
	position: absolute;
	z-index: 99;
	left: 50px;
	top: 190px;
	width: 900px;
	height: 35px;
	background-color: #ffff00;
	box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.5);
}

nav ul {
	position: absolute;
	left: -50px;
	top: -16px;
}

nav li {
	list-style: none;
	float: left;
	display: inline;
	text-align: center;
}

nav li a:link, nav li a:visited {
	height: 33px;
	width: 150px;
	display: block;
	border-left: 1px solid #000000;
	padding-top: 5px;
	text-decoration: none;
	color: #000000;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
}

nav li a:hover, nav li a:active {
	height: 33px;
	width: 150px;
	display: block;
	text-decoration: none;
	border-left: 1px solid #000000;
	
	padding-top: 8px;
}

#content {
	left: 50px;
	z-index: 90;
	background: rgba(255, 255, 255, 0.5);
	min-height: 600px;
	position: absolute;
	top: 200px;
	width: 900px;
}

#leftcol {
	width: 565px;
	float: left;
	margin-top: 35px;
	margin-bottom: 121px;
	margin-left: 10px;
	padding: 10px;
	min-height: 475px;
	/*background: rgba(255, 255, 255, 0.5);
	border-radius: 15px;
	box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.5); */
}

#rightcol {
	width: 260px;
	float: right;
	margin-top: 35px;
	margin-right: 10px;
	margin-bottom: 121px;
	padding: 10px;
	min-height: 475px;
	clear: right;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 15px;
	box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.5);
}

#wrap {
	height: 100%;
}

.center_text {
	text-align: center;
}

.move_up {
	margin-top: -500px;
}

.padding_right {
	padding-right: 70px;
}

.padding_bottom {
	padding-bottom: 75px;
}

.paper { 
	padding: 10px 20px 10px 20px;
	margin: 10px;
	box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.5);
	background-color: #fff;
	min-height: 220px;
}

.paper_left_500 {
	padding: 10px;
	width: 500px;
	box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.5);
	background-color: #fff;
}

.paper_left_tall {
	padding: 10px;
	margin: 10px;
	min-height: 300px;
	box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.5);
	background-color: #fff;
}

.paper_left_tall h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-align: center;
}

.paper_left_tall img {
	padding-top: 20px;
}

.paper_light { 
	padding: 10px;
	margin: 10px;
	box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.5);
	background: rgba(255, 255, 255, 0.5);
}
.paper h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-align: center;
	padding-top: 15px;
}

.paper h3 {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-align: center;
}

table.gigs {
	width: 100%;
}

table.gigs h2 {
	padding: 0;
	text-align: left;
}

.spacer_left {
	padding: 15px;
	min-height: 225px;
	width: 700px;
	margin-right: 125px;
	box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.5);
	background-color: #fff;
}

.spacer_left_tall {
	padding: 15px;
	min-height: 325px;
	width: 700px;
	margin-right: 125px;
	box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.5);
	background-color: #fff;
}

.spacer_right {
	padding: 15px;
	min-height: 225px;
	width: 700px;
	margin-left: 125px;
	box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.5);
	background-color: #fff;
}

.img_left{
	float:left;
	clear: both;
	padding-right: 10px;
}

.img_right {
	float: right;
}

.ro_img1 {
	left: 50px;
	top: 190px;
	z-index: 89;
	position: absolute;
}

.ro_img2 {
	left: 200px;
	top: 190px;
	z-index: 89;
	position: absolute;
}

.ro_img3 {
	left: 350px;
	top: 190px;
	z-index: 89;
	position: absolute;
}

.ro_img4 {
	left: 500px;
	top: 190px;
	z-index: 89;
	position: absolute;
}

.ro_img5 {
	left: 650px;
	top: 190px;
	z-index: 89;
	position: absolute;
}

.ro_img6 {
	left: 800px;
	top: 190px;
	z-index: 89;
	position: absolute;
}
