body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	line-height: 130%;
	font-family: arial, tahoma, sans-serif;
	text-align: left;
}


#header {
	background: #FFFFFF url(/2008/images/banner.jpg) top left no-repeat;
	width: 75%;
	height: 190px;
	line-height: 250px;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	max-width: 1200px;
}

#menu {
	height: 20px;
	line-height: 20px;
	margin: 160px 0px 0 150px;
	font-size: 75%;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
	padding: 0.25em 1em;
	background: transparent;
	color: #FFFFcc;
	text-decoration: none;
	float: left;
	border-left: 0px solid #DD8341;
	border-right: 0px solid #DD8341;
	font-weight: normal;
	letter-spacing: 0.1em;
}

#menu a:hover {
	background: transparent;
	color: #CCCCCC;
}

#content {
	margin: 0 auto;
	width: 73%; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	padding: 40px 1% 20px 1%;
	border-left: 1px solid #C56B2A;
	border-right: 1px solid #C56B2A;
	background: white;
	font-size: 85%;
	text-align: left;
	align: center;
	max-width: 1166px;
}
#films {
	min-height: 500px;
}
#left_side {
	width: 100%;
	min-height: 500px;
}
#right_side {
	float: right;
	width: 30%;
	/*border: 3px dotted;*/
	padding: 5px;
	/*background: #eeeeee;	*/
	margin: 10px 10px 0 0;
}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

#footer {
	margin: 0 auto;
	padding: 2px 1%;
	width: 73%;
	text-align: center;
	color: #FFCC66;
	letter-spacing: 0.15em;
	background: #660000 url(images/back.gif) top left repeat-x;
	border: 1px solid #C56B2A;
	font-size: 70%;
	max-width: 1166px;
}

h2 {
	color: #991401;
	padding-bottom: 3px;
	border-bottom: 1px solid #DD8341;
	font-size: 150%;
	letter-spacing: -1px;
}
h4 {
	margin-bottom: 0px ;
	text-decoration: underline;
}

#maintext {
	padding-left: 20px;
}

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

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

p { margin-left: 1em; }

/**************** images styles ****************/		
a img{
  border: none;
  }

img.left,img.center,img.right {
  padding: 6px;
  border: 1px solid #cccccc;
  }

img.left {
  float: left;
  margin: 0 12px 5px 0;
  }

img.center {
  display: block;
  margin: 0 auto 5px auto;
  }

img.right {
  	float: right;
  	margin: 0 0 5px 12px;
  }
img.footer {
  margin: 0 ;
  vertical-align: middle;
  }
td.normal {
	border-color: #990000;
	border-bottom: 1px solid #990000;
    font-size: 10pt;
}
td.header {
	color: #FFCC66;
	letter-spacing: 0.15em;
	background: #660000 url(images/back.gif) top left repeat-x;
	border: 0 0 0 0;
}
td.bluerow {
	border-left-width: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #74839E;
	border-top-style: solid;
	border-top-color: #74839E;
	background-color: #C3C9D9;
}
