*{  
	margin: 0;  
    padding: 0; 
} 

h1			{ margin-bottom: 10px; color: #000000; font-size: 14px; font-weight: normal; }
h2			{ margin-bottom: 15px; padding-left: 20px; color: #00518C; font-size: 12px; font-weight: normal; }
.clear_all 	{ clear: both; }
.left		{ float: left; }
.right		{ float: right; }
img 	   	{ border: none; display: block; }
p			{ margin: 10px 0; }

a, a:visited, a:link, a:active {
	color: #CC6731;
	text-decoration: none;
}

a:hover {
	color: #CC6731;
	text-decoration: underline;
}

html { height: 100%; }

body {
	height: 100%;
	font-family: verdana, Courier New;
	font-size: 11px;
	line-height: 15px;
	color: #262626;
	text-align: center; /*For IE6 Shenanigans */
}

.black_bg { 
	background-color: #262626; 
}

.olstext {
	height: 100%;
	font-family: verdana, Courier New;
	font-size: 12px;
	line-height: 20px;
	color: #f2f2f2;
	text-align: left;
}


.olstitle {
	height: 100%;
	font-family: times, Courier New;
	font-size: 30px;
	line-height: 36px;
	color: #f2f2f2;
	text-align: left;
}

.wrapper {
	background-color: #F2F4F6;
	margin: 0px auto;
	width: 975px;
	height: 100%; 
	min-height: 700px; 
	text-align: left;
}

.wrapper_splash {
	position: relative;
	margin: 0px auto;
	width: 940px;
	height: 100%;
	min-height: 700px;
	background-color: #262626;
}

.wrapper_splashtext {
	position: relative;
	margin: 0px auto;
	width: 940px;
	height: 100%;
	min-height: 700px;
	background-color: #262626;
	height: 100%;
	font-family: arial, Courier New;
	font-size: 15px;
	line-height: 24px;
	color: #f2f2f2;
	text-align: left;
}

.wrapper_splashcombo {
	position: relative;
	margin: 0px auto;
	width: 940px;
	height: 100px;
	background-color: #262626;
	font-family: arial, Courier New;
	font-size: 14px;
	line-height: 22px;
	color: #f2f2f2;
	text-align: left;
}


* html .wrapper, * html .wrapper_splash, * html .left_drop_shadow, * html .right_drop_shadow {
	height: 700px;
}

.wrapper_splash img.title 	{ margin: 0 auto; padding-top: 150px; }
.wrapper_splash img.olscontent {margin: 0 auto;padding-top: 40px;}
.wrapper_splash img.tagline { margin: 0 auto; padding-top: 15px }
.wrapper_splash img.selmaaddress {  margin: 0 auto; padding-top: 30px }
.wrapper_splash img.address { position: absolute; top: 480px; left: 226px; }

.left_drop_shadow {
	float: left;
	width: 17px;
	height: 100%;
	min-height: 700px;
	background-image: url(images/left_drop_shadow.gif); 
	background-repeat: repeat-y;
}

.right_drop_shadow {
	float: right;
	width: 17px;
	height: 100%;
	min-height: 700px;
	background-image: url(images/right_drop_shadow.gif);
	background-repeat: repeat-y; 
}

.content {
	display: inline;
	float: left;
	margin: 30px 0 0 208px;
}

.title 			{ margin-bottom: 22px; }
.title_interior { margin-bottom: 100px; }

.navigation {
	position: absolute;
	top: 555px;
}

.navigation img { margin: 17px 0 0 0; }

.event		{ float: left; margin-right: 50px; }
.event img 	{ margin-bottom: 10px; }
.last		{ margin: 0; }

.tracklist 		{ margin-top: 10px; }
.tracklist ul 	{ margin-bottom: 10px; }
.tracklist ul li {
	color: #6B3509;
	font-size: 9px;
	line-height: 12px;
	font-weight: bold;
	list-style-type: none;
}

.tracklist ul li span { margin-right: 25px; }

.copyright {
	font-size: 9px;
	line-height: 12px;
	color: #656565;
}