@charset "utf-8";
/* Global */

* html {
font-size:101%;
}

body {
margin:0;
padding:0;
background-color:rgb(112,108,104);
font:0.625em verdana,helvetica,sans-serif;
color:#000000;
}

p {
font-size:12px;
margin-top:0;
margin-bottom:6px;
line-height:1.5;
}
	.greytext {
		color:#e2e1bf;
	}

h1, h2 {
font-size:16px;
margin-top:0;
font-weight:normal;
text-transform:uppercase;
}

a {
color:#ffffff;
color:#000000;
text-decoration:none;
}
	a:hover {
	color:#ffffff;
	text-decoration:none;
	}
a.black {
	color:#000000;
}
a.muddylink {
	color:rgb(191,184,171);
}
	a.muddylink:hover {
		color:#ffffff;
		text-decoration:none;
	}


h1 a {
color:#000000;
text-decoration:none;
}
	h1 a:hover {
		color:#ffffff;
		text-decoration:none;
	}

div.cleardiv {
	clear:both;
}

table.filmdetailstable td {
	padding:0 5px 5px 0;
}
	table.filmdetailstable td p {
		font-family:"Courier New", Courier, monospace;
		margin:0;
	}

table.filmlisttable td {
	padding:0;
}
	table.filmlisttable td p {
		font-family:"Courier New", Courier, monospace;
		margin:0;
	}


/* FORMS */

input.textinput480 {
width:480px;
}
input.textinput300, textarea.textinput300 {
width:300px;
}
input.textinput50 {
width:50px;
}

img.imageright {
	float:right;
	display:inline;
	margin:0 0 10px 10px;
}

/* LAYOUT */

#pagecontainer {
width:980px;
margin:100px auto 0 auto;
}


#bodycontainer {
width:980px;
width:995px;
}
	#col1 {
	float:left;
	display:inline;
	width:180px;
	width:185px;
	height:500px;
	margin:0 50px 0 0;
	}
		#col1top {
		width:180px;
		height:60px;
		margin-left:15px;
		}
			#col1top img {
			float:left;
			display:inline;
			margin:0 10px 0 0;
			}
		#col1middle {
		clear:both;
		width:170px;
		height:110px;
		margin:0 0 0 15px;
		text-align:center;
		}
			#col1middle p {
			margin:0;
			}
				/* prev/next links */
				#col1middle a:hover {
					color:#ffffff;
					text-decoration:none;
				}
		#col1bottom {
		width:170px;
		/*height:175px;*/
		width:185px;
		text-align:right;
		}
	#col2 {
	float:left;
	display:inline;
	width:500px;
	margin:0 60px 0 0;
	padding:0 0 20px 0;
	}
	#col2 h1, #col2 h2 {
	font-size:1.2em;
	margin-top:0;
	font-weight:normal;
	text-transform:uppercase;
	}

	#col3 {
	float:left;
	display:inline;
	width:190px;
	height:520px;
	margin:0;
	}
		#col3top {
		width:190px;
		height:170px;
		}
		#col3bottom {
		width:190px;
		height:175px;
		}

		#col3 ul {
		list-style:none;
		margin:0;
		padding:0;
		}
			#col3 ul li {
			font-size:1.2em;
			margin-bottom:1em;
			text-transform:uppercase;
			}
				#col3 ul li a {
					color:#000000;
				}
					#col3 ul li a:hover {
						color:#ffffff;
						text-decoration:none;
					}

#footercontainer {
clear:both;
width:980px;
margin-top:40px;
}
	#footercontainer p {
	font-size:1.1em;
	color:rgb(191,184,171);
	}
		#footercontainer a {
			color:rgb(191,184,171);
		}
			#footercontainer a:hover {
				color:#ffffff;
				text-decoration:none;
			}




