body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color:white;
	margin-top:20px;
}
img {
	border-width:0;
}
p,div,td,th {
	font-family:Arial,Verdana,sans-serif;
	font-size:12px;
	color:#434343;
}
p {
	padding:0px;
	margin-top:0px;
	margin-bottom:8px;
}
a {
	color:#BC5449;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.centered {
	text-align:center;
}	
.row {
	clear:both;
}
.column {
	float:left;
}
#column1 {
	width:485px;
	margin-right:30px;
}
#column2 {
	width:485px;
}
#header {
	width:1000px;
	height:215px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}
#navigation {
	margin-top:20px;
	margin-bottom:20px;
}
#navigation ul,#navigation li {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
#navigation li {
	float:left;
	margin-right:15px;
}
#navigation li a {
	display:block;
	padding-top:6px;
	padding-bottom:7px;
	font-size:20px;
	line-height:22px;
	color:#898989;
	text-decoration:none;
	background-image:url(images/menubg.gif);
	background-position:right;
	padding-right:12px;
	padding-left:10px;
}
#navigation li.active a {
	color:white;
	background-image:url(images/menubg_over.gif);
}
#navigation li a:hover {
	text-decoration:underline;
}
#mainContainer {
	margin: 0 auto;
	text-align:left;
	width:1000px;
	background-color:white;
}
.listing {
	width:485px;
	height:100px;
	overflow:hidden;
	margin-bottom:18px;
}
.calendar {
	width:83px;
	margin-right:12px;
	height:98px;
	background-image:url(images/calendarbg.gif);
	background-repeat:no-repeat;
	text-align:center;
}
.calendarDay {
	font-size:20px;
	color:white;
	margin-bottom:5px;
}
.calendarDate {
	font-size:42px;
	font-weight:bold;
	line-height:42px;
}
.calendarTime {
	font-weight:bold;
	font-size:14px;
}
.artistInfo {
	width:278px;
	margin-right:12px;
}
.listingHeader {
	background-image:url(images/artist_titlebg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#E1E1E1;
	border-bottom:1px solid #8F8F8F;
	padding:4px;
	padding-top:2px;
	padding-bottom:2px;
}
.artistTitle {
	font-weight:bold;
	font-size:18px;
	letter-spacing:-1px;
	line-height:18px;
}
.artistTitle a {
	color:#434343;
	text-decoration:none;
}
.artistTitle a:hover {
	color:#BC5449;
}
.artistSummary {
	margin-top:3px;
	line-height:14px;
	font-size:11px;
}
.listingInfo {
	font-size:12px;
	line-height:14px;
	margin-top:1px;
}
.tiny {
	font-size:10px;
	line-height:13px;
}
.artistImage {
	width:100px;
}
.tickets {
	display:block;
	float:right;
	margin-left:5px;
}
.clearFix:after,div:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#intro {
	background-image:url(images/intro_bg.gif);
	padding:15px;
	*width:1000px;
	background-repeat:repeat-x;
	margin-top:5px;
	margin-bottom:20px;
	padding-bottom:5px;
	border-left:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
}
#intro p {
	text-align:left;
	font-size:13px;
	line-height:18px;
	
}
#intro h1,#column1 h1 {
	color:#BC5449;
	font-size:17px;
	line-height:21px;
	padding:0;
	margin:0;
	margin-bottom:15px;
}
