* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background: #222 url(../img/body.png);
	color: #222;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}

#headerWrap {
	background: #f1f1f1 url(../img/header.png) repeat-x;
	height: 155px;
	margin: 0 0 20px 0;
	width: 100%;
}

#header {
	height: 120px;
	margin: 0px auto;
	width: 780px;
}
	
	#header h1 a,
	#header h1 a:visited {
		background: url(../img/logo.png) no-repeat top left;
		display: block;
		height: 46px;
		position: relative;
		text-decoration: none;
		text-indent: -9999px;
		top: 47px;
		width: 404px;
	}
	
	#header h1 a:hover {
		background: url(../img/logo.png) no-repeat bottom left;
	}

#sub {
	background: url(../img/sub.png) repeat-x;
	height: 35px;
}

#wrapper {
	margin: 0 auto;
	width: 780px;
}

	#left {
		float: left;
		margin: 0 20px 0 0;
		width: 540px;
	}
	
	#right {
		float: right;
		width: 220px;
	}
	
.box1 {
	background: #fff url(../img/box1.png) repeat-y;
	width: 220px;
}

	.box1 h2 {
	
	}

.box2 {
	background: #fff url(../img/box2.png) repeat-y;
	width: 300px;
}
	
	.box2 h2 {
	
	}

.box3 {
	background: #fff url(../img/box3.png) repeat-y;
	width: 540px;
}

	.box3 h2 {
	
	}
	
	.box1,
	.box2,
	.box3 {
		border-bottom: 1px solid #cecece;
		margin: 0 0 20px 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

	.box1 h2,
	.box2 h2,
	.box3 h2 {
		background: #f1f1f1 url(../img/headers.png) repeat-x;
		font-size: 12px;
		line-height: 35px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		text-align: center;
		text-transform: uppercase;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
	}
	
	.box1 div,
	.box2 div,
	.box3 div {
		padding: 20px;
	}
	
	.box1 img,
	.box2 img,
	.box3 img {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	
#showingNext,
#comboSpecials {
	float: left;
}

#showingNext {
	margin: 0 20px 0 0;
}

#watchFor h3 {
	text-align: center;
}

#comboSpecials div.highlight {
	background: #fdf0b5;
	border: 1px solid #e6d37b;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#nowShowing img {
	float: left;
	margin: 0 15px 15px 0;
}

#nowShowing ul {
	float: left;
}

.poster {
	margin: 0 auto;
	padding: 0;
	width: 100px;
}

#footer {
	background: #222222 url(../img/footer.png) repeat-x;
	height: 50px;
	width: 100%;
}

	#footer div {
		color: #fff;
		font-weight: bold;
		margin: 0 auto;
		text-align: center;
		width: 780px;
	}
	
		#footer div p {
			line-height: 50px;
			margin: 0;
		}

/* Type */

ul {
	margin: 0 0 15px 20px;
}

	ul li {
		line-height: 20px;
	}

p {
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 15px 0;
}

.box1 h3,
.box2 h3 {
	margin: 0 0 10px 0;
}

#nowShowing h3 {
	font-size: 32px;
}

li strong {
	text-transform: uppercase;
}

a,
a:visited {
	color: #9b3c3c;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}