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

/* Global */


body {
	margin: 0 auto;
	padding: 0;
	background-color:#362d21;
	font-family:Cooper, Helvetica, sans-serif;
	font-size:16px;
}


.okno {position:absolute;font-family:"Courier New", Courier, monospace ; font-size:1.1em; font-weight:bold;color:#99CCFF; top:200px; left:47px; width:600px; height:330px; z-index:1000;}

#wrapper {
	position:relative;
	margin:0 auto;
	width:1000px;
	height:400px;
	}
.tourlink {position:relative; margin-left:650px;margin-top:30px; float:left; clear:both;}
span{color:#c8af8f; cursor:pointer;}
span a:hover{color:#fff;}

#container {
	position:relative;
	margin-top:-20px;
	width:1000px;
	height:500px;
	background-image: url('containerback.jpg');
	background-repeat: no-repeat;
	
	
	
}

.band{
	position:relative;
	float:right;
	margin-bottom:-80px;
	width:928px;
	height:410px;
}

.links {position:relative;
        margin-left:625px;
		margin-top:68px;
		font-size:16px;
		
		height:138px;
		float:left;
		}
.tourdates {position:absolute;
       left:755px;
		top:75px;
		color:#c8af8f;
		float:left;	
		width:430px;
		font-size:.8em;
		display:none;
		}
		
		
		ul{list-style-type: none;}

 a:active, a:focus {outline: 0;}
 a{color:#c8af8f; text-decoration:none;}
 a:hover{color:#FFF;}
.spacer {
	clear: both;
	line-height: 0;
}

img {
	border: none;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}


