/* CSS Document */
body {
	font-family:"Century Gothic";
	color:#FFFFFF;
	line-height:18px;
	font-size: 11px;
 	background:#151515 url(images/background.jpg) repeat-x;
  	margin:10px; padding:0;
  	height:100%; /* needed to display bkgnd2 at full height in IE */	
}

a:link, a:active, a:visited {
	color: #ff509c;
}
a:hover {
	text-decoration:underline;
}


#content {
	color: #fff;
	background: #000;
	padding-left:18px;
	padding-right:18px;
	background: url(images/content_background.jpg);
}

#footer {
	color: #fff;
	text-align:center;
	font-size: 10px;
}

#crew_image {
	float:left;
	padding-right:15px;
}

.artistname {
	color:#00CC00;
	font-size:16px;
}

.bandheading {
	color:#019ed8;
	font-size:12px;
}

.aboutheading {
	color:#019ed8;
	font-size:18px;
}

.date {
	color:#019ed8;
	font-size:10px;
	}



.title {
border-bottom:1px dotted #ff509c;
}

.event_title {
border-bottom:1px dotted #333333;
border-top:1px dotted #333333;
}

.item_description {
text-align:center;
font-size:10px;
background-color:#333333;
height:40px;
width:175px;

}


.item_description:hover {
text-align:center;
font-size:10px;
background-color:#444444;
height:40px;
width:175px;

}

.item_price {
color:#019ed8;
font-size:16px;
}

.item_detail_name {
font-size:20px;
color:#00CC00;
background-color:#333333;
}

#product_preview {
padding-bottom:25px;
}
