@import url("topnav.css");
@import url("titlelist.css");
@import url("intro.css");
@import url("main.css");
@import url("movies.css");

html {margin: 0%; padding: 0%;}
body  {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: none;
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
}

.ThreePanes #container {
	width: 1400px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin:  0px;
	padding: 0px;
	text-align: left;
} 

.ThreePanes #sidebar1 {
	background-image: url(../images/sidebg.jpg);
	background-repeat: no-repeat;
	width: 162px;
	height: 720px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 140px;
	left: 0px;
	overflow: hidden;
	clear: none;
	float: left;
	visibility: visible;
	z-index: 0;
}
.ThreePanes #header {
	background-image: url(../images/header_bg2.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 1010px;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 1;	
} 



.displace {
	position: absolute;
	left: -5000px;
	list-style-image: none;
	list-style-type: none;
	}

