@charset "UTF-8";

#container{
  width: 640px;
}

body{
  background-color: transparent;
}

#header,
#footer,
#sidebar,
#footerVenueNavigation,
.artistFooterNavigation{
  display: none;
}

#main{
  padding:0;
  float:none;
  margin: auto;
}

#main h1{
	font-size: 280%;
	margin-top: 20px;
	margin-left: 20px;
	color:#000000;
}

#main h2{
	margin: 18px 0 18px 0;
	font-size: 180%;
	color: #000000;
	}

h3{
	font-size: 120%;
	color: #000000;
	}

p{
	font-size: 120%;
	}


a:link { text-decoration: none; color:#000; }
a:visited { text-decoration: none; color:#000; }
a:hover { text-decoration: none; color:#000; }
a:active { text-decoration: none; color:#000; }