	body {
		height: 100%;
		width: 100%;
		margin: 0px;
		font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 14px;
		color: #000;
		background-image: url(images/background.jpg);
		background-color: #ffff99;
		SCROLLBAR-FACE-COLOR: #FFFFFF;
		SCROLLBAR-TRACK-COLOR: #FFFFFF;
		SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
		SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
		SCROLLBAR-3DLIGHT-COLOR: #666666;
		SCROLLBAR-SHADOW-COLOR: #666666;
		SCROLLBAR-ARROW-COLOR: #666666;
	}


	#logo {		
		position: absolute;
		top: 61px;
		left: 465px;
		width: 520px;
		height: 28px;
		
	}
	
	#nav {
		position: absolute;
		background-color: #002640;
		top: 90px;
		left: 25px;
		width: 960px;
		height: 28px;
		text-indent: -9999px;
	}

	#nav a  {
		margin: 0px;
		padding: 0px;
		float: right;

	}

	.home a {
		display:block;
		width: 71px;
		height: 28px;
		background: url(images/home.gif) 0 0 no-repeat;
		text-decoration: none;
	}
	.home a:hover {
		background: url(images/home_on.gif) 0 0 no-repeat;
	}

	.films a {
		display:block;
		width: 65px;
		height: 28px;
		background: url(images/films.gif) 0 0 no-repeat;
		text-decoration: none;
	}
	.films a:hover {
		background: url(images/films_on.gif) 0 0 no-repeat;
	}

	.about a {
		display:block;
		width: 93px;
		height: 28px;
		background: url(images/about.gif) 0 0 no-repeat;
		text-decoration: none;
	}
	.about a:hover {
		background: url(images/about_on.gif) 0 0 no-repeat;
	}

	.awards a {
		display:block;
		width: 129px;
		height: 28px;
		background: url(images/awards.gif) 0 0 no-repeat;
		text-decoration: none;
	}
	.awards a:hover {
		background: url(images/awards_on.gif) 0 0 no-repeat;
	}

	.contact a {
		display:block;
		width: 79px;
		height: 28px;
		background: url(images/contact.gif) 0 0 no-repeat;
		text-decoration: none;
	}
	.contact a:hover {
		background: url(images/contact_on.gif) 0 0 no-repeat;
	}


	#mainLeft {
		background-image: url(images/left.jpg);
		position: absolute;
		top: 0px;
		left: 0px;
		width: 360px;
		height: 835px;
	}
	
	#mainLeftLong {
		background-image: url(images/left_long.jpg);
		position: absolute;
		top: 0px;
		left: 0px;
		width: 360px;
		height: 835px;
	}
	
	
	#main {		
		position: absolute;
		background: #E2EDE9;
		top: 118px;
		left: 360px;
		width: 625px;
		height: 671px;
	}
	
	#copy {		
		position: relative;
		top: 40px;
		left: 10px;
		width: 600px;
		height: 610px;
	}
	
	#mainLong {		
		position: absolute;
		background: #E2EDE9;
		top: 118px;
		left: 360px;
		width: 625px;
		height: 716px;
	}
	
	#copyLong {		
		position: relative;
		top: 40px;
		left: 10px;
		width: 560px;
		height: 675px;
		
	}
	
	
	#longBottom {		
		position: absolute;
		background: #E2EDE9;
		top: 834px;
		left: 25px;
		width: 960px;
		height: 1050px;
		margin-bottom: 10px;
		border-bottom: solid 28px #002640;
		
	}
	
	#longCont {		
		margin: 0 40px 20px 343px;	
	}	
	
	#footer {
	position: absolute;
	background: #E2EDE9;
	width: 600px;
	height: 30px;
	top: 750px;
	left: 365px;
	border-top: 3px double #000; 	
	font-size: 10px;}
	
		
	#footerLong {
	position: absolute;
	background: #E2EDE9;
	width: 600px;
	height: 30px;
	top: 1845px;
	left: 365px;
	border-top: 3px double #000; 	
	font-size: 10px;}
	
	.rightImage {float: right; padding-left: 15px; padding-bottom: 15px;}
	
	.clearer {clear: both;}
	
	img {border: none;}
	
	h1 {font: bolder 25px Arial, Helvetica, sans-serif;}
	h2 {font: bolder 16px Arial, Helvetica, sans-serif; color: #15725D; padding: 0px; margin: 0px;}
	
	.small {font-size: 11px;}
	
	a:link {color: #15725D;}
	a:hover {color: #;}
	a:visited {color: #15725D;}
	
	
