
/* Layout Stylesheet */ 

body {
 text-align: center;
 color: #120915;
 font-size: 12pt;
 }

#bar-top {
 clear:both;
 width: 100%; 
 height: 20px; 
 color: #333333;
 border: solid #000000;
 border-width: 1px 0; 
}

#bar-bottom {
 clear:both;
 width: 100%; 
 height: 50px;
 background: #ffffff; 
 color: #333333;
 border: solid #000000; 
 border-width: 1px 0;
 }

 
 .drop_box
{
	border: 0;
	width: 360px;
	height: 20px;
    font-size: 80%;
	color: #000;
	background-color: ffffff#;
}

a
{
	text-decoration:none;
	color:#000;
}
a:hover{
	background-color:#fff;
	color:#dee257;
	text-decoration:none;
}

#band-names
{
	width:800px;
	height:50px;
	padding:0;
	margin:0 auto;
	text-align:center;
	margin-top:10px;
}
.naked-light
{
	padding:250px;
	font-size:200%;
	font-weight:bold;
	color:#e3452a;
}
 
 .tour-item
{
	display:block;
	width: 480px;
	height: 50px;
}
.tour_title
{
	color: #000;
	font-weight: bold;
	font-size: 100%;
	padding-top: 10px;
	width:230px;
	float: left;
}

.tour_dates
{
	color: #000;
	font-size: 100%;
	margin-top: 0px;
	float: left;
}

.venue
{
	color: #dee257;
	font-weight: bold;
	font-size: 110%;
	padding-top: 0px;
	width:250px;
	float: left;
}
.other-bands
{
	font-size:60%;
	
	color: #dee257;
}
#tour-footer
{
	background-color: #38260e;
	text-align:left;
	padding: 0;
	margin: 0 auto;
	width:800px;
	height:100px;
}
.cities
{
	color: #;
	line-height: 70%;
	font-weight: bold;
	font-size: 100%;
	padding:1px 0 0 0;
	display:block;
}

#press-header
{
	margin:0 auto;
	background-color: ffffff;
	color: #333;
	line-height: 200%;
	font-weight: bold;
	font-size: 200%;
	padding:7px 0 0 0;
	width:480px;
	float:left;
}
#press-body
{
	margin:0 auto;
	background-color: #ffffff;
	font-family:'Tahoma', 'Arial', 'Verdana', sans-serif;
	font-weight: bold;
	padding:10px;
	width:480px;
	min-height:100px;
	float:left;
}
.press-title
{
	color #000;
	padding:10px 0px;
	font-size:200%;
}
#centerwrapper{
width:100%;
clear:both;
position:relative;
height:450px;
overflow:hidden;
}

#leftcolumn{
float:left;
width:220px;
height:100%;
}


#content {
border-right:1px solid black;
float:left;
width:540px;
height:100%;
overflow:auto;
z-index:999;
 }

#columnright{
float:left;
clear:right;
height:100%;
left:760px;
overflow:hidden;
position:absolute;
top:0px;
z-index:100;
}

 
 