/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }


/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* 
 * Redefine existing HTML tags 
 */
body {
	background: #F7EED5 url(images/bg.gif);
	margin: 0;
	}

a {
	color: #D23C02;
	text-decoration:underline;
	}
	
a:hover {
	color: #000000;
	text-decoration:underline;
	}
	
p {
	font: normal 11px Arial, Tahoma, Verdana, sans-serif;
	color: #271507;
	line-height: 1.5em;
	margin: 0px 0px 10px 0px;
	}

h3 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #8D490D;
	font-weight: bold;
}

h4 {
	font: 11px Arial, Helvetica, sans-serif;
	color: #D54901;
	font-weight: bold;
	margin-bottom: 5px;
}

input, select, textarea {
	font: normal 11px Arial, Tahoma, Verdana, sans-serif;
	}

.input_signup {
	width: 190px;
	font: normal 11px Arial, Tahoma, Verdana, sans-serif;
	border: 3px solid #000000;
	padding-left: 2px;
	margin-right: 7px;
	}
	
/*
General Layout 
*/

#container {
	width: 800px;
}

#floater {
	float: left;
}

#navigation {
	position: absolute;
	left: 323px;
	top: 160px;
	z-index: 2;
	width: 467px;
}

#navigation_sub {
	position: absolute;
	left: 623px;
	top: 50px;
	z-index: 2;
	width: 116px;
}

#blog {
	position: absolute;
	left: 323px;
	top: 210px;
	z-index: 6;
}

#signup {
	position: absolute;
	left: 323px;
	top: 238px;
	z-index: 5;
}

#signup a {
	font: normal 11px Arial, Tahoma, Verdana, sans-serif;
	color: #D44C01;
}

#signup a:hover {
	font: normal 11px Arial, Tahoma, Verdana, sans-serif;
	color: #431F01;
	text-decoration: none;
}

#signup input {
	width: 168px;
	height: 21px;
	border: 1px solid #84390E;
	margin: 0;
	color: 84390E;
}

#contentarea {
	position: absolute;
	left: 0px;
	top: 307px;
	z-index: 3;
	width: 790px;
	background-image:url(images/bg_content.gif);
}

#callout {
	float: left;
	width: 205px;
	margin: 0px 15px 20px 0px;
}

#callout p {
	margin-left: 18px;
	line-height: 1.2em;
	font: normal 10px Arial, Tahoma, Verdana, sans-serif;
	color: #431F01;
}

#callout a {
	color: #D44C01;
	text-decoration: none;
}

#callout a:hover {
	color: #431F01;
	text-decoration: none;
}

#callout .subhead {
	font: bold 11px Arial, Tahoma, Verdana, sans-serif;
}

#maincontent {
	float: left;
	width: 520px;
	margin: 0px 0px 50px 0px;
}

#headline {
	font: 16px Arial, Helvetica, sans-serif;
	color: #8D490D;
	margin-bottom: 8px;
}

#footer {
	width: 675px;
	height: 44px;
	float: left;
	background-image:url(images/bg_footer.gif);
	background-repeat: no-repeat;
}

#footer td {
	font: normal 10px Arial, Tahoma, Verdana, sans-serif;
	color: #431F01;
}
#footer a {
	color: #D44C01;
	text-decoration: none;
}

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

#footer_design {
	margin: 20px 0px 0px 60px;
	width: 615px;
}

#filminfo {
	height: 190px;
}

#filminfo_short {
	height: 170px;
}

#filmstill {
	float: left;
	width: 230px;
	height: 190px;
}

#filmstill_short {
	float: left;
	width: 230px;
	height: 170px;
}

#film {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8D490D;
}

#film1 {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8D490D;
}

#film2 {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8D490D;
}

#film3 {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8D490D;
}

#subhead {
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8D490D;
}

