/* CSS Document */

	body {
		margin:10px 10px 0px 10px;
		background-image: url(/images/mvbggreyfish03rs.jpg);
		background-repeat: no-repeat;
		background-color: #000000;
		padding:0px;
		}
	
	#leftcontent {
		position: absolute;
		left:10px;
		top:160px;
		width:200px;
		background:transparent;
		border:none;
		visibility:visible;
		overflow:hidden;
		}
		
		#leftcontent p {
		color:#FFFFFF;
		font-size:12px;
		}

		#centercontent {
		background:transparent;
   		margin-left: 199px;
   		margin-right:199px;
		border:none;
		}
		
		#centercontent p {
		text-align: left;
		color:#FFFFFF;
		font-size:14px;
		}
		
		#centercontent h2 {
		font-size:15px;
		font-weight:bolder;
		color:#FFFFFF;
		
		}
		
	#rightcontent {
		position: absolute;
		right:5px;
		top:160px;
		width:200px;
		background:transparent;
		border-right: 2px solid #000;
		}
	
	#banner {
		background:transparent;
		height:150px;
			}
	
	
	#filmstrip {
	position:relative;
	top:0px;
	left:0px;
	width:auto;
	height:175px;
	background:transparent;
	}
	
	#pich01 {
	position:relative;
	top:0px;
	width:169px;
	height:132px;
	background-image:url(/images/entnow02.jpg);
	border: 3px green ridge;
	overflow: hidden;
		}
		
		
			#pich02 {
	position:relative;
	top:-140px;
	left:200px;
	width:169px;
	height:132px;
	background-image:url(/images/entnow02.jpg);
	border: 3px green ridge;
	overflow: hidden;
		}
		
					#pich03 {
	position:relative;
	top:-281px;
	width:169px;
	height:132px;
	left:400px;
	background-image:url(/images/entnow02.jpg);
	border: 3px green ridge;
	overflow: hidden;
		}
		
		html>body #banner {
		height:150px;
		background-color:transparent;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		color:#FFFFFF;
		}
		
	h1 {
		font: italic normal georgia, sans-serif;
		font-size:13px;
		padding-top:10px;
		}
		
	#banner h1 {
		font-size:30px;
		padding:10px 10px 0px 10px;
		margin:0px;
		}
	
	#rightcontent p {
		font-size:12px;
		}
		
		h2 {
	font-size:15px;
	font-weight:bolder;
	color: #FFFFFF;
}

h3 { 
	font: italic normal 1em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #000000;
}

a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #FFFFFF;
}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #FFFFFF;
}
a:hover, a:active { 
	font-weight:normal;
	text-decoration: underline; 
	color:#33FF33;
}

#invisibility {display:none;
}