/* --- Import Sitewide Styles
-------------------------------------------------------*/
@import url("master.css");



/* --- ctr Container
-------------------------------------------------------*/
#ctr {
	background: url(/_img/ctr_shows_bg.jpg) no-repeat 0 0;
	}



/* --- p_c Primary Content
-------------------------------------------------------*/
h2.u_d {
	width: 144px;
	background-image: url(/_img/titles/upcoming_dates.gif);
	}

h2.c_d { /* Contact */
	width: 137px;
	background-image: url(/_img/titles/contact_dustin.gif);
	}

#p_c .itm {
	float: left;
	width: 318px;
	padding: 15px 5px;
	border-bottom: 1px solid #cbc4be;
	}

#p_c .alt {
	background: #faf8f7;
	}

#p_c table {
	float: left;
	width: 100%;
	border-collapse: collapse;
	}

	#p_c table td {
		text-align: left;
		padding: 1px 2px;
		}

	#p_c table td.l {
		text-align: right;
		}

	#p_c table h3 {
		color: #ee5f5f;
		font-size: 14px;
		margin-bottom: 3px;
		}

	#p_c table h4 {
		color: #37b5f4;
		font-size: 18px;
		font-weight: normal;
		}



/* --- s_c Secondary Content
-------------------------------------------------------*/
#s_c img {
	margin-bottom: 45px;
	}