html,body {	
	margin:0;
	padding:25px 0 0 0;
	font-family: Arial, Verdana, Tahoma,  Helvetica, sans-serif;
	font-size:10pt;
	line-height:145%;
	*text-align:center;
	background: #423932 url(images/bk_tile.jpg) top repeat-x;
}

/* Header Div
---------------------------------------------------------------------------------------------
*/
	
div#header_container {	 
	height:159px;
	width:100%;
	background: url(images/bk_header.png) top center no-repeat;
	_background: none;
	padding:10px 0 0 0;
	}

div#header {	
	height:159px;
	width:913px;
	margin:0 auto 0 auto;
	background-color:#2E251E;
	*text-align:center;
	}
	
div#logo {	
	height:159px;
	width:257px;
	float:left;
	}
	
div#icf_container {
	height:159px;
	width:656px;
	float:left;
	background-color:#000000;
	text-align:left;
}

div#icf {
	height:159px;
	width:656px;
	position:absolute;
	z-index:100;
	text-align:left;
}

div#icf_overlay {
	height:189px;
	width:154px;
	position:absolute;
	z-index:200;
	margin:-5px 0 0 490px;
}
	
/* Main Div
---------------------------------------------------------------------------------------------
*/

div#main_container {	
	height:auto;
	width:100%;
	background: url(images/bk_body.png) top center no-repeat;
	_background: none;
	}

div#main {	
	width:913px;
	height:auto;
	margin:0 auto 0 auto;
	*text-align:center;
	background:#EDE7DB url(images/bg_content_tile.jpg) top center repeat-y;
	}

#nav_container {
	height:auto;
	width:257px;
	float:left;
	}
	
#nav {
	text-align:center;
	padding:5px 20px 20px 20px;
	_padding:8px 20px 20px 20px;
	}
	
#topmenu {
	text-align:center;
	padding:5px 0 0 0;
	height:20px;
	font-size:8pt;
	line-height:135%;
	color:#2E251E;
	}
	
#fb {
	text-align:left;
	padding:0 0 0 25px;
}
	
#text_container {
	height:auto;
	width:656px;
	float:left;
	padding:0 0 40px 0;
	}
	
#text {
	text-align:left;
	padding:30px 40px 0 40px;
	color: #EDE7DB;
	}
	
td {
	text-align:left;
	color: #EDE7DB;
}

table {
	_width:90%;
}
	
.clear {
	clear:both;
	height:0px;
	overflow:hidden;
	*height:1px;
	*margin:-1px 0 0 0;
}
	
/* Footer Div
---------------------------------------------------------------------------------------------
*/

div#footer_container {	 
	width:100%;
	clear:both;
		}

div#footer {	
	width:900px;
	margin:0 auto 0 auto;
	text-align:left;
	
	padding:10px 0 25px 0;
	color:#FFFFFF;
	font-size:8pt;
	clear:both;
	}
	
div#footer_left {	
	width:50%;
	float:left;
	color:#FFFFFF;
	font-size:9pt;
	text-align:left;
	}
	
div#footer_right {	
	width:50%;
	float:right;
	color:#A69F95;
	font-size:8pt;
	text-align:right;
	}
	
/* Text styles
---------------------------------------------------------------------------------------------
*/	

	
h1 {
	font-family: Georgia, "Trebuchet MS" Verdana, Tahoma,  Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:17pt;
	line-height:125%;
	color:#EDE7DB;
	padding:0 0 10px 0;
	margin:0 0 15px 0;
	border-bottom:1px solid #5D554D;	
	}

h2 {
	font-family: Georgia, "Trebuchet MS" Verdana, Tahoma,  Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:15pt;
	line-height:125%;
	color:#EDE7DB;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
	border-bottom:1px solid #5D554D;	
	}
	
h3, h4, h5 {
	font-family: Georgia, "Trebuchet MS" Verdana, Tahoma,  Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-style:italic;
	font-size:13pt;
	line-height:125%;
	color:#EDE7DB;
	padding:0 0 5px 0;
	margin:0;
	}
		
#main ul li {
	list-style-image: url(images/bullet2.gif);	
	line-height:125%;
	}
	
/* Link Styles =a:link
---------------------------------------------------------------------------------------------
*/	

#nav a, #nav a:link, #nav a:visited {
	display:block;
	_width:100%;
	padding:10px 0 10px 0;
	color:#2E251E;
	text-decoration:none;
	text-transform:capitalize;
	border-bottom:1px solid #BEB7AC;
	background:none;
	
	font-family: Georgia, "Trebuchet MS" Verdana, Tahoma,  Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:14pt;
	line-height:100%;
	}

#nav a:hover, #nav a:active {	
	background: url(images/bk_nav_over.jpg) bottom center no-repeat;
	}
	
#footer a:link, #footer a:visited {
	color:#A69F95;
	text-decoration: none;
	}

#footer a:hover, #footer a:active {
	color:#f1f1f1;
	text-decoration: underline;
	}

img {	
	border: none;
}

a img {
	border: none; 
}

.image {	
	border: none;
}

a.img:link, a.img:visited, a.img:hover, a.img:active {
	border-bottom: none !important;
	border:0px solid #000;
	border-bottom:none;
}

a:link, a:visited {
	color: #EDE7DB;
	text-decoration:underline;
}

a:hover, a:active {
	color: #F1F1F1;
	text-decoration:underline;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover,
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active {
	text-decoration:none;
}

/* Now Showing - Cat page
---------------------------------------------------------------------------------------------
*/

#movie_summary td {
	font-size:9pt;
}

.movie_summary_border {
	padding:8px 0 8px 0;
}

.content_cat_text {
	padding:0 0 8px 0;
	margin:0 0 16px 0;
	border-bottom: 1px solid #5D554D;
}

hr {
	height:1px; 
	border-width:0;
	color:#5D554D;
	background-color:#5D554D;
}

#cat_image img{
	border:5px solid #EDE7DB;
	margin:0 10px 0 0;
	padding:0;
	width:200px;
	}

#cat_image a.images:link,#cat_image a.images:visited,#cat_image a.images:hover,#cat_image a.images:active {
	border: none !important;
	}
	
#cat_image img a:link,#cat_image img a:visited,#cat_image img a:hover,#cat_image img a:active {  	
	border: none !important;
	}
	
/* Now Showing - Movie page
---------------------------------------------------------------------------------------------
*/

#movie_img {
	float:right;
	margin:0 0 0 15px;
	width:210px;
	}

#movie_img img{
	border:5px solid #EDE7DB;
	margin:0 0 10px 0;
	padding:0;
	width:200px;
	clear:both;
	}
	
#movie_img img a:link,#movie_img img a:visited,#movie_img img a:hover,#movie_img img a:active {  	
	border: none !important;
	}
	
/* Movie timetable
---------------------------------------------------------------------------------------------
*/

#movie_timetable {
	border-left:1px solid #5D554D;
	border-top:2px solid #5D554D;
	border-right:2px solid #5D554D;
	border-bottom:1px solid #5D554D;
	}

#movie_timetable td {
	font-size:8pt;
	border:none;
	border-left:1px solid #5D554D;
	border-bottom:1px solid #5D554D;
	padding:4px;
	}
	
#movie_timetable th {
	font-size:8pt;
	border:none;
	border-left:1px solid #5D554D;
	border-bottom:1px solid #5D554D;
	padding:4px;
	background-color: #483E35;
	}



/*
e017 styles  =e107
---------------------------------------------------------------------------------------------
*/
	
.fborder {
	
}

.forumheader{
	padding: 4px;
	/*background-color: #2E251E;
	border-bottom: #1E1813 1px solid;*/
	text-align: left;
}

.forumheader2{
	padding: 4px;
	/*border-bottom: #EDE7DB 1px solid;*/
	text-align: left;
}

.forumheader3{
	padding: 4px;
	/*border-bottom: #EDE7DB 1px solid;*/
	text-align: left;
}

.forumborder{
	/*border-bottom: #EDE7DB 1px solid;*/
}

.fcaption {
	/*border-bottom: #000000 1px solid;*/
	padding: 2px 0 2px 8px;
	text-align: left;
	/*background-color:#1E1813;*/
	font-weight:bold;
}

.finfobar{
	padding: 4px;
	/*border: #EDE7DB 1px solid;*/
	text-align: left;
}

.button {
}

.smallblacktext, .smalltext {
	font-size: 85%;
}

td {
	text-align: left;
	font-family: Helvetica, Verdana, Tahoma,  Helvetica, Arial, sans-serif;
	font-size:10pt;
	line-height:145%;
}

.nextprev {
	font-size: 85%;
}

.tbox{
	font-size: 10pt;
	padding:1px;
}

.tbox.chatbox {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.finfobar{
	background-color: #CCC8C8;
	padding: 4px;
	border: 1px solid #C3BDBD;
}

.helpbox {
	color:#FFFFFF;
	font: 85% tahoma, verdana, arial, helvetica, sans-serif;
	border: 0px none red;
	background-color: transparent;
}

.caption2 {
	/*background-color:#1E1813;*/
	padding: 8px 0px 8px 4px;
	font-weight: bold;
}
