/* CSS for 3D movie pages */

A:link {color: #5572dd;}
A:visited {color: #006000;}
A:hover {color: #990000; text-decoration: underline;}

body {
	font-family: "Arial, Helvetica, sans-serif";
}



#container {
	width: 100%;
	background: #e6e6e6;
	min-width: 10.5in;
	background-image: url("trans.jpg");
	background-position: top center;
}

#header {
	clear: both; color: #000000; font-size: 13pt; text-align: center; background: #a9997c;
}

#header a {
	text-decoration: none;
}

#nav {
	float: left; text-align: left; margin-top: 7%; width: 30%; background: #e5e5ff; border: none; 
	margin-bottom: 5%; line-height: 2em;
}

#nav a {
	padding-right: 0%; text-decoration: none; font-size: 11pt; line-height: 0em;
}

#nav ul li {
	list-style-type: none; display: block;
}

#text1 {
	float: right; text-align: left; width: 45%; margin: 5%; font-size: 12pt; color: #454545;
}

#text2 {
	clear: both; text-align: center; width: 65%; margin-left: 16%; margin-top: 7%; font-size: 12pt; color: #454545;
}

#table1 {
	clear: both; text-align: center; margin-left: 27%; margin-top: 7%; width: 42%; background: #e5e5ff; 		padding-top: 2%; border-style: solid; border-color: black;
}

#image1 {
	clear: both; margin: 5%; text-align: center;
}

#image2 {
	float: left; margin: 1%; padding-top: 5%; text-align: center;
}

#footer {
	clear: both; text-align: center; background: #a9997c; font-size: 9pt;
}
