/* main CSS */

	body {
		letter-spacing: 0.5px;
		text-align: center;
		background-color: #000000;
		margin: auto;
		color: #ffffff;
		font-size: 11px;
		font-family: Verdana, Arial, sans-serif;
	}

	.hidden {
		text-decoration: none;
		visibility: hidden;
	}

	a {
		text-decoration: none;
		color: #ffc20e;
	}

	a:hover {
		text-decoration: underline;
		color: #ffffff;
	}

	img {
		border: none;
	}

	h1 {
		font-size: 160%;
		font-weight: normal;
	}

	h2 {
		color: white;
		font-size: 135%;
		font-style: normal;
		font-weight: normal;
	}

	h3 {
		font-size: 120%;
		margin-bottom: 0px;
	}

	p {
		margin-bottom: 20px;
		margin-top: 20px;
		line-height: normal;
	}

	hr {
		border-style: none;
		background-color: #333333;
		height: 1px;
		margin-bottom: 0px;
	}

/* Site frame */

	#site-frame {
		margin-left: auto;
		margin-bottom: 0px;
		margin-right: auto;
		margin-top: auto;
		padding-left: 25px;
		padding-bottom: 0px;
		padding-right: 27px;
		padding-top: 0px;
		color: white;
		text-align: left;
		width: 748px;
		background-color: #000000;
		background-position: center;
		background-repeat: repeat-y;
		background-image: url(frame_bg.jpg);
	}

	#site-frame-footer {
		padding-right: 25px;
		padding-left: 25px;
		background-color: #000000;
		margin: auto;
		width: 750px;
		height: 100px;
		background-position: center bottom;
		background-repeat: repeat-y;
		background-image: url(frame_footer.jpg);
	}


/* Main Index content section */

	#index_col1 {
		padding-bottom: 25px;
		background-position: left top;
		background-image: url(col_left_bg.jpg);
		background-repeat: no-repeat;
		float: left;
		text-align: left;
		width: 345px;
		padding-top: 280px;
		padding-left: 130px;
	}

	#index_col2 {
		padding-bottom: 25px;
		margin-bottom: 0px;
		background-position: right top;
		background-image: url(col_right_bg.jpg);
		background-repeat: no-repeat;
		float: right;
		text-align: center;
		width: 263px;
		padding-left: 10px;
		padding-top: 100px;
	}

	#index_col2_now_showing {
		padding-bottom: 25px;
		margin-bottom: 0px;
		background-position: right top;
		background-image: url(col_right_bg_now_showing.jpg);
		background-repeat: no-repeat;
		float: right;
		text-align: center;
		width: 263px;
		padding-left: 10px;
		padding-top: 122px;
	}


/* Right column section */

	#showing_outer {
		height: 256px;
		margin-bottom: 75px;
	}

	#showing {
		margin-left: auto;
		margin-right: auto;
		margin-top: auto;
		text-align: center;
		width: 165px;
		height: 240px;
		border-color: #666666;
		border-style: solid;
		border-width: 1px;
		padding: 8px;
	}

	#showing p{
		margin: 0;
		padding: 0;
	}


	#film {
		font-weight: bold;
	}

	#film img {
		width: 164px;
		height: 220px;
		margin-bottom: 5px;
	}

	.logo {
		float: left;
		width: 28%;
	}

	.logo2 {
		float: left;
		width: 13%;
		margin-right: 10px;
	}

	#side_bar {
		padding-bottom: 100px;
		background-position: right bottom;
		background-image: url(col_right_bg_footer.jpg);
		background-repeat: no-repeat;
	}

	#events {
		margin: auto;
		width: 133px;
	}

	#events a{
		display: block;
		background-position: center;
		background-image: url(button.jpg);
		background-repeat: no-repeat;
		width: 133px;
		height: 28px;
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
	}

	#events a:hover{
		display: block;
		background-position: center;
		background-image: url(button2.jpg);
		background-repeat: no-repeat;
		width: 133px;
		height: 28px;
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
	}

	#home {
		margin-left: auto;
		margin-bottom: auto;
		margin-right: auto;
		margin-top: 15px;
		width: 133px;
	}

	#home a{
		display: block;
		background-position: center;
		background-image: url(home.jpg);
		background-repeat: no-repeat;
		width: 133px;
		height: 28px;
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
	}

	#home a:hover{
		display: block;
		background-position: center;
		background-image: url(home2.jpg);
		background-repeat: no-repeat;
		width: 133px;
		height: 28px;
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
	}

	#draw {
		margin-left: auto;
		margin-bottom: auto;
		margin-right: auto;
		margin-top: 15px;
		width: 133px;
	}

	#draw a{
		display: block;
		background-position: center;
		background-image: url(home.jpg);
		background-repeat: no-repeat;
		width: 133px;
		height: 28px;
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
	}

	#draw a:hover{
		display: block;
		background-position: center;
		background-image: url(home2.jpg);
		background-repeat: no-repeat;
		width: 133px;
		height: 28px;
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
	}



/* Footer section */

	#footer {
		margin: auto;
		width: 650px;
		text-align: left;
		font-size: 90%;
	}

	#footer p {
		margin-top: 0;
		padding-top: 0;
	}

	#footer a {
		text-decoration: none;
		color: #ffffff;
	}

	#footer a:hover {
		text-decoration: none;
		color: #ffc20e;
	}

	#copyright {
		float: right;
		text-align: center;
		color: #959595;
	}

	#credits {
		text-align: center;
		color: #959595;
	}

	#credits p {
		margin-top: 0;
		padding-top: 0;
	}

	#credits a {
		text-decoration: none;
		color: #959595;
	}

	#credits a:hover {
		text-decoration: none;
		color: #ffc20e;
	}

.form_box {
	border-color: #ffc20e;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	color: #000;
	width: 95%;
	padding: 2px;
	margin-bottom: 5px;
}

.form_box2 {
	border-color: #ffc20e;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	color: #000;
	width: 120px;
	padding: 2px;
}

.inputbox_submit {
	height: 25px;
	width: 75px;
	display: inline-block;
	background-color: black;
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 1.2em;
	font-weight: bold;
	background-image: url(button_bg.jpg);
	border-color: #000000;
	color: #ffffff;
	border-width: 1px;
	border-style: solid;
	margin-right: 5px;
}


#more_top {
	top: 95px;
	left: 200px;
	z-index: 5;
	position: relative;
}

#more_info {
	float: left;
	right: 0px;
	left: 0px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-image: url(info_bg.png);
	background-repeat: repeat;
	bottom: 0px;
	top: 0px;
	z-index: 50;
	width: 99%;
	position: absolute;
}

#more_info_inner {
	text-align: left;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	margin: auto;
	margin-top: 100px;
	width: 650px;
	padding: 25px;
	background-image: url(info_bg.png);
	background-repeat: repeat;
}

#more_info2 {
	float: left;
	right: 0px;
	left: 0px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-image: url(info_bg.png);
	background-repeat: repeat;
	bottom: 0px;
	top: 0px;
	z-index: 50;
	width: 99%;
	position: absolute;
}

#more_info_inner2 {
	text-align: left;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	margin: auto;
	margin-top: 100px;
	width: 650px;
	padding: 25px;
	background-image: url(info_bg.png);
	background-repeat: repeat;
}

#more_info3 {
	float: left;
	right: 0px;
	left: 0px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-image: url(info_bg.png);
	background-repeat: repeat;
	bottom: 0px;
	top: 0px;
	z-index: 50;
	width: 99%;
	position: absolute;
}

#more_info_inner3 {
	text-align: left;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	margin: auto;
	margin-top: 100px;
	width: 650px;
	padding: 25px;
	background-image: url(info_bg.png);
	background-repeat: repeat;
}

#more_info4 {
	float: left;
	right: 0px;
	left: 0px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-image: url(info_bg.png);
	background-repeat: repeat;
	bottom: 0px;
	top: 0px;
	z-index: 50;
	width: 99%;
	position: absolute;
}

#more_info_inner4 {
	text-align: left;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	margin: auto;
	margin-top: 50px;
	width: 800px;
	padding: 25px;
	background-image: url(info_bg.png);
	background-repeat: repeat;
}
