/*Wicked Styles*/

body {
	background-color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: .8em;
	color: #fff;
}

#container {
	width: 800px;
	height: 830px;
	margin: 0 auto;
	background: url(images/wicked_bg.jpg) no-repeat top center;
}

img {
	border: none;
}

/*Classes*/

.hide {
	display: none;
}

.cleared {
	clear: both;
}

.buyTxt {
	font-size: 1.1em;
	font-style: italic;
}

.bigTxt {
	font-size: 1.5em;
	font-weight: bold;
}

.grey {
	background-color: #323232;
}

.tourHead {
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
}

/*Link Styles*/

a:link {
	color: #fff;
}

a:visited {
	color: #fff;
}

a:hover {
	color: #fff;
}

a:active {
	color: #fff;
}
/*Content*/

#about {
	width: 420px;
	padding: 180px 0 0 47px;
}

#national {
	width: 462px;
	height: 52px;
	background: url(images/txt_national.gif) no-repeat 0 0;
	margin: 20px 0 0 20px;
}

#broadway {
	width: 371px;
	height: 55px;
	background: url(images/txt_broadway.jpg) no-repeat 0 0;
	margin: 20px 0 0 50px;
}

#sf {
	width: 415px;
	height: 53px;
	background: url(images/txt_sf2.gif) no-repeat 0 0;
	margin: 20px 0 0 50px;
}

#tour {
	width: 425px;
	height: 18px;
	background: url(images/txt_nt.gif) no-repeat 0 0;
	margin: 20px 0 0 50px;
}

#buyTickets {
	margin: 20px 0 0 50px;
}

#buyTickets .cleared {
	padding: 10px 0;
}

#tourSchedule {
	margin: 20px 0 0 50px;
}

#tourSchedule table {
	margin: 10px 0;
}

#cities {
	margin: 30px 0 0 20px;
}

#cities li{
	width: 132px;
	height: 64px;	
	float: left;
	display: inline;
	padding: 0 6px;
}

#cities a {
	width: 125px;
	height: 50px;
	margin-top: 10px;
	display: block;
	/*border: 1px solid #f00;*/
}
#city_bw {
	background: url(images/wicked_bw.gif) no-repeat 0 0;
}               
#city_sf {      
	background: url(images/wicked_sf.gif) no-repeat 0 0;
}               
#city_nt {      
	background: url(images/wicked_nt.gif) no-repeat 0 0;
} 

.click {
	margin-top: 10px;
}

.click a {
	width: 105px;
	height: 52px;
	display: block;
	margin-top: 5px;
	background: url(images/wicked_click.jpg) no-repeat 0 0;
	float: left;
}

.click p {
	width: 200px;
	position: relative;
	top: 10px;
	left: 10px;
	float: left;
}

#footer {
	width: 507px;
	height: 94px;
	display: block;
	position: relative;
	top: 22px;
	background: url(images/wicked_url.gif) no-repeat 0 0;
} 

#footer a {
	width: 400px;
	height: 50px;
	display: block;
	/*border: 1px solid #f00;*/
	position: relative;
	top: 32px;
	left: 50px;
	
}             