body{
	margin:0;
	background-color: #e75417;
	font-family: Helvetica,Arial;
	font-size: 12px;
	text-transform: uppercase;	
	color:#000000;
}

a:link, a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #727272;
	text-decoration: underline;

}

#city{
	margin-top: 7px;
	margin-left: 0px;
	color: #FFFFFF;
	font-size: 28px;
	text-transform: uppercase;
	border: 0px;
	background-color: #e75417;
}

#menu ul{
	list-style:none;
	height: 100%;
}

#menu li {
	float: left;
	font-family: Helvetica, Arial;
	font-size: 13px;
	text-transform: uppercase;
	height: 100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-top:13px;
	cursor:pointer;
	color: #FFFFFF;
}

#menu {
	margin-top:6px;
	/*width: 10000px;*/
	height: 50px;
	padding-left:110px;
}

.selected {
	color: #000000 !important; 
	background-color: #FFFFFF;
	height: 45px !important;
	font-weight: bold;
	font-size: 18px !important;
	padding-bottom:0px;
}

.hilite {
	color: #000000 !important;
	height: 100%;
}

#contentBlock{
	position:absolute;
	left:15px;
	width:920px;
	height:500px;
	display:none;
}

#artistContent{
	padding-top:20px;
	background-color: #FFFFFF;
	width:810px;
	height:100%;
	float:left;
	
}

#goleft, #goright{
	width:50px;
	height:80px;
	cursor:pointer;
	padding-top:20px;
	float: left;
}

#goleft img { 
	padding-right:3px;
	float:right; }
#goright img { 
	padding-left:3px;
	float:left; }

.left{
	float:left;
	width:300px;
	margin-left: 40px;
}

.right{
	float:right;
	width: 430px;
	margin-right: 40px;
}

.title{
	font-weight: bold;
}

.title, .concert, #media{
	font-family: Arial;
	font-size: 10px;
	text-transform: uppercase;
	
	
}

.concert, #links{
	margin-left: 20px;

}

#links{
	float:left;
}

#images, #youtube_clip{
	float:left;
}

#cleverheader{
	margin-top:20px;
	height:50px;
	position:relative;
	left:150px;
}

#cleverheader img, input{
	float: left;
}

#oversizedfooter{
	background-color: inherit;
	position:absolute;
	bottom: 10px;
	left: 150px;
}

#top, #bottom{
	width:810px;
	float:left;
}

#bottom{
	margin-top:30px;
}

img{
	border:0;
}

#changecity{
	float:left;
	color:#FFFFFF;
	text-decoration:underline;
	margin-top:15px;
	margin-left:20px;	
	cursor:pointer;
}

#sharebtn{
	float:right;
	padding-top:20px;
	padding-right:250px;		
}