#ImagePreloader {
	position:absolute;
	top:-800px;
}


/************ HEADER (TOP)*******************/
#Header {
	width:919px;
	height:302px;
	margin:-14px auto 0;
	position:relative;
	top:-3px;
}

	#Navigation {
		width:301px;
		float:left;
		height:302px;
		z-index:10 !important;
	}
	
		.Logo {
			width:301px;
			height:114px;
			background:url(Images/LogoHome.jpg) no-repeat;
			text-indent:-9999px;	
			margin:0;
			padding:0;
		}	
		
	#Banner {
		width:618px;
		height:302px;
		float:right;
		background-image:none;
		background:url(Images/HomeMovieBottomBorder.png) bottom left no-repeat;
		z-index:1 !important;
	}

/*************** CONTENT (MIDDLE) **************/
#Wrapper {
	margin-top:-3px;
margin-bottom: -10px;
}

#HomeContent {
	width:919px;
	min-height:200px;
	margin:0 auto;
}
	#SingleColumn {
	
	
	}
	
	#LeftColumn,
	#CenterColumn,
	#RightColumn {
		width:301px;
		float:left;
		display:inline; /* IE6 double margin bug fix */
		min-height:200px;
	}
	#CenterColumn {
		margin:0 8px;
	}
	
.ColumnFlash {
	margin-bottom:0px;
}
p,
.DNN_HTMLContent .Normal {
	font-size:12px;
	margin-bottom:0px;        
}




