/**************************** Website Settings *****************************/

html
{
	margin:0px;
	padding:0px;
}
body
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #000000;
	font: 12px Arial, Verdana, Helvetica, sans-serif; /* Medium = 11 px - Small = 9px */
	line-height: 140%;
	text-align:left;
	background:#f9f9f9 url(../images/negative_repeat2.gif) no-repeat;
}
a:link, a:visited {
	font-size: 12px; 
	color: #a13333; 
	text-decoration: none;
	font-family:  Arial, Helvetica, sans-serif;
	}
a:hover {
	color: #5E1F21;	text-decoration: underline;
	}
/******************************** Structure Settings ******************************/

div#layout_2column
{
	position:relative;
	width: 840px;	/* website width */
	margin: 0px; /* centres div */
	padding: 0px;
	text-align: left;
	background-image: url(../images/bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div#header
{
	overflow:hidden;
	position:relative;
	width: 100%;
	height: 130px;
	margin: 0px;
	padding: 0px;
}
div#contentwrapper
{
	overflow:hidden;
	position:relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
div#maincontent
{
	position:relative;
	overflow:hidden;
	float: left;
	width: 600px;
	padding: 0px;
	border: 0px;
	margin: 0px 10px 0px 60px;
	min-height:600px;
}
div#rightcolumn
{
	position:relative;
	overflow:hidden;
	float: left;
	width: 170px;	/* width of left hand column */
	padding: 0px 0px 0px 0px;
	min-height:600px;
}
* html div#maincontent /* fixes column bug in IE - do not remove */
{
	display: inline;
}
.clearing {
	display: block;
	overflow:hidden;
	height: 1px;
	font-size: 1px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#topleft {
	position:absolute;
	top:0px;
	left:0px;
	width:60px;
	height:36px;
	background:url(../images/negative_topleft.gif) 0 0;
}
div#filmtitle a {
	position:absolute;
	top:36px;
	left:60px;
	display:block;
	height: 93px;
	width: 241px;
	background:url(../images/logo.gif) 0 0;
	text-indent:-9999px;
}
#header ul
{
	margin: 0px 0px 0px 60px;
	padding: 0px;
}		
#header ul li
{
	list-style-type:none;
	display:inline;
}
li#menuhome a, li#menufeatures a, li#menutopten a, li#menufestivals a, li#menuarchive a, li#menuhalloffame a, li#menucontact a, li#menusearch a {
	position:relative;
	float:left;
	height: 36px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	overflow:hidden;
}
li#menuhome a {
	width: 77px;	
	background: url(../images/menuhome.gif) 0 0  no-repeat;	
}
li#menuhome a:hover {
	background-position: 0px -36px;
}
li#menusearch a {
	width: 83px;	
	background: url(../images/menusearch.gif) 0 0  no-repeat;	
}
li#menusearch a:hover {
	background-position: 0px -36px;
}
li#menuhalloffame a {
	width: 79px;	
	background: url(../images/menuhalloffame.gif) 0 0  no-repeat;	
}
li#menuhalloffame a:hover {
	background-position: 0px -36px;
}
li#menufeatures a {
	width: 79px;	
	background: url(../images/menufeatures.gif) 0 0  no-repeat;	
}
li#menufeatures a:hover {
	background-position: 0px -36px;
}
li#menucontact a {
	width: 76px;	
	background: url(../images/menucontact.gif) 0 0  no-repeat;	
}
li#menucontact a:hover {
	background-position: 0px -36px;
}
li#menufestivals a {
	width: 79px;	
	background: url(../images/menufilmfestivals.gif) 0 0  no-repeat;	
}
li#menufestivals a:hover {
	background-position: 0px -36px;
}
li#menutopten a {
	width: 80px;	
	background: url(../images/menutop10.gif) 0 0  no-repeat;	
}
li#menutopten a:hover {
	background-position: 0px -36px;
}
li#menuarchive a {
	width: 80px;	
	background: url(../images/menuarchive.gif) 0 0  no-repeat;	
}
li#menuarchive a:hover {
	background-position: 0px -36px;
}
div#latest {
	position:relative;
	float:left;
	height: 41px;
	width: 156px;
	background:url(../images/latest.gif);
	text-indent:-9999px;
}
div#alsoshowing {
	position:relative;
	float:left;
	height: 41px;
	width: 170px;
	background:url(../images/alsoshowing.gif);
	text-indent:-9999px;
	margin-top:10px;
}
#footer {
	clear:both;
	width:100%;
	height: 66px;
}
#shm a {
	position:absolute;
	right: 0px;
	bottom: 0px;
	width: 59px;
	height: 66px;
	display: block;
	background: url(/images/shm.gif) 0 0  no-repeat;
	text-decoration: none;
	text-indent: -9999px;
	overflow:hidden;
}
/*************************/	
.bgbottom {
	background-attachment: scroll;
	background-image: url(../images/bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}	
.contentheading {
	/* This is used in several places; the Heading of contents on the frontpage,
	   it is also used for Section's heading (see above for explanation) "News" or
	   whatever heading you used */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
 	color: #522828;
	text-align:left;
	line-height: 17px;
	height: 16px;
	}