html {
	overflow-y:scroll;
}

body {
	background:#006600;
	background-image:url(../i/background.jpg);
	background-position:top;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	position:relative;
}

html { min-height: 100%; margin-bottom: 1px; }


/* PAGE STRTUCTURE */

div.container {
	margin:0;
	padding:0;
}

div.clear {
	clear:both;
}

#pageContainer {
	width:980px;
	margin:0 auto;
	height:100%;
}

	#pageBody {
		width:920px;
		margin:0 auto;
		background:url(../i/glassyScreenC.png);
		background-repeat:repeat-y;
	}
	
		#twoColumnContainer {
			margin:0 auto;
			padding:0;
		}
		
			#leftColumn530 {
				float:left;
				width:530px;
			}
			
			#rightColumn385 {
				float:right;
				width:385px;
			}
			
			#leftColumn690 {
				float:left;
				width:690px;
			}
			
			#rightColumn225 {
				float:right;
				width:225px;
			}
			
			#clear {
				clear:both;
			}


/* BANNER STYLES */

#bannerContainer {
	margin:0 auto;
	padding-top:25px;
	width:920px;
}

	#left {
		width:400px;
		float:left;
	}
	
	#right {
		width:400px;
		float:right;
		text-align:right;
		color:#FFF;
		line-height:20px;
	}


/* FOOTER STYLES */

#footer {
	width:920px;
	margin:15px auto 0 auto;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
	line-height:20px;
	padding-bottom:15px;
}
	
	#footer a {
		color:#FFF;
		text-decoration:none;
	}
	
	#footer a:hover {
		text-decoration:underline;
	}

/* TYPOGRAPHY STYLES */
h1.filmTitle {
	margin:0;
}

h2.bodySubTitle {
	font-size:14px;
	margin-bottom:5px;
	margin-top:25px;
}

h2.yearTitle {
	text-align:center;
	font-size:24px;
	margin:0 auto 5px auto;
}

h3.videoPanelFilmName {
	margin:0;
	padding:0;
}

	table.panelTop {
		margin-bottom:5px;
		width:100%;
		border:none;
	}

span.filmSubtitle {
	font-style:italic;
	color:#333;
	line-height:200%;
}

p.bodyText {
	line-height:150%;
	font-size:11px;
	margin:15px 0;
}

p.yearText {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:20px;
	text-align:center;
}

p.catText {
	font-size:11px;
	font-style:italic;
	text-align:center;
	padding:5px 0;
}

/* RANDOM STYLES */

#carouselOuterContainer {
	margin-top:25px;
}


a.aqalink {
	text-decoration:none;
	color:#000;
	text-align:center;
	font-size:11px;
}

a.aqalink:hover {
	text-decoration:underline;
}

a.aqalink p {
	margin:0;
	padding:5px 0 0 0;
	text-align:center;
}

li.carouselObject {
	display:block;
	width:165px;
	height:113px;
}

	li.carouselObject a.carouselObjectLink {
		display:block;
		border:none;
		width:165px;
		height:113px;
		background:url(../i/carouselFilmStrip.gif);
	}

a.nextYear, a.previousYear {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

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

/* FILM LISTING STYLES */

div.filmListing {
	width:610px;
	margin:0 auto;
	padding:10px 0;
	border-bottom:dashed 1px #666;
}

	div.filmThumbnail {
		width:165px;
		float:left;
	}
	
		div.thumbContainer {
			width:165px;
			height:93px;
		}
			
			a.thumbFrame {
				display:block;
				width:165px;
				height:93px;
				background-image:url(../i/filmThumbsFrame.png);
			}
	
	
	div.filmInfo {
		width:430px;
		float:right;
		line-height:150%;
	}
	
		p.filmTitle {
			font-size:16px;
			font-weight:bold;
		}
			
			p.filmTitle a {
				color:#000;
				text-decoration:none;
			}
			
			p.filmTitle a:hover {
				text-decoration:underline;
			}
		
			p.filmSubtitle {
			color:#666;
			font-style:italic;
			font-size:11px;
		}
		
			p.filmDescription {
			font-size:10px;
		}

	div.filmLinks {
		clear:both;
		height:15px;
		margin:0 0 10px 0;
		padding-top:5px;
	}
		
		table.filmCategory {
			font-size:10px;
			text-align:center;
			line-height:20px;
		}
	
	a.clickToPlay {
		color:#000;
		text-decoration:none;
		font-weight:bold;
	}
	
	a.clickToPlay:hover {
		text-decoration:underline;
	}




table.filmListings {
	width:100%;
	line-height:175%;
}

	table.filmListings td.thumbnail, table.filmListings td.category {
		vertical-align:top;
	}
	
		table.filmListings td.thumbnail img {
		margin-right:15px;
		border:0;
		}
		
		table.filmListings td.category img {
		margin-left:10px;
		}


	table.filmListings p.filmTitle {
		font-size:16px;
		font-weight:bold;
	}
		
		table.filmListings p.filmTitle a {
			color:#000;
			text-decoration:none;
		}
		
		table.filmListings p.filmTitle a:hover {
			text-decoration:underline;
		}
	
	table.filmListings p.filmSubtitle {
		color:#666;
		font-style:italic;
		font-size:11px;
	}
	
	table.filmListings p.filmDescription {
		font-size:10px;
	}
	
p.clickToPlay {
	text-align:center;
	padding-top:10px;
}

	p.clickToPlay a {
		color:#000;
		font-weight:bold;
		text-decoration:none;
	}
	
	p.clickToPlay a:hover {
		text-decoration:underline;
	}
	
table.filmCategories {
	font-size:10px;	
}

table.filmCategories a {
	color:#000;
	text-decoration:none;
}

table.filmCategories a:hover {
	text-decoration:underline;
}

p.filmCategory {
	font-size:10px;
	text-align:center;
	line-height:100%;
	padding-left:10px;
	font-weight:bold;
}

table.yearNav {
	width:200px;
	margin:10px auto 5px auto;
}

	a .back {
		text-align:left;
		text-decoration:none;
		color:#000;
	}
	a .forward {
		text-align:right;
		text-decoration:none;
		color:#000;
	}