body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
}

#background {
	background: #000000 url(assets/ac_bg.jpg) no-repeat top center;
	color: #ffffff;
	min-width: 994px;
	min-height: 900px;
}

#content {
	width: 994px;
	margin: 0 auto;
}

#listings {
	position: relative;
	top: 30px;
	left: 350px;
	padding-top: 8px; /* However tall you make the top edge */
	overflow: auto;
	width: 524px;
	background: url(assets/bg-listings-top.png) no-repeat top left;
}

#listings div.mod {
	padding-bottom: 8px; /* However tall you make the bottom edge */
	background: url(assets/bg-listings-bottom.png) no-repeat bottom left;
}

#listings div.mod div.modc {
	padding: 10px 30px;
	background: url(assets/bg-listings-middle.png) repeat-y;
}

#listings div.mod div.modc h2 {
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

#listings div.mod div.modc h4 {
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	margin: 25px 0 25px 0;
	padding: 0;
	text-align: center;
}

#listings div.mod div.modc h3 {
	font-family: Arial, Helvetica, "sans serif";
	margin: 0 0 15px 0;
	padding: 0;
}

#cityTheaters {
	list-style-type: none;
	margin: 0 0 25px 0;
	padding: 0;
	font-family: Arial, Helvetica, "sans serif";
}

#cityTheaters li {
	padding: 0;
	margin: 0 0 17px 0;
	font-size: 12px;
	line-height: 17px;
}

#cityTheaters li span.theaterName {
	color: #da3e0b;
	padding-right: 2em;
}

#cityTheaters li span.theaterAddress {
	display: block;
}

#cityTheaters li ul.showTimes {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#cityTheaters li ul.showTimes li {
	display: inline;
	margin: 0;
	padding: 0 .5em 0 .5em;
	border-left: 1px solid #ffffff;
}

#cityTheaters li ul.showTimes li:first-child {
	border: 0;
	margin-left: 0;
	padding-left: 0;
}