			body {
				font-family : garamond, times new roma, serif;
				background-color : #c4c4c4;
				color : #8d8d8d;
				font-size : 0.95em;
				letter-spacing : 0.1em;

				margin : 0px;
				padding : 0px;
			}

			#container {
				position : absolute;
				float : left;
				margin-left : 14px;
				margin-top : 75px;
				width : 746px;
			}

			p.title {
				margin : 0.5em;
			}
		
			
			a {
				color : #595959;
				text-decoration : none;
			}
			
			.title a:link {
				color : #8d8d8d;
			}

			.title a:hover {
				color : #595959;
			}

			.title {
				font-style : italic;
			}
			
			.title:first-letter {
				font-style : normal;
			}
						
			.director {
				text-transform : uppercase;			
				font-size : 0.7em;
				font-style : normal ! important;
			}

			#player {
				background-color : #cacaca;
				border : solid black 1px;
				padding-top : 10px;
				padding-left : 14px;
				padding-right : 14px;
				padding-bottom : 14px;
				display : table;
			}
			
			#clipholder {
				z-index : 100;
				visibility : hidden;
			}
	
			#poster {
				position : absolute;
				width : 352px;
				height : 288px;
				background-color : #595959;
				z-index : 1000;
			}
			
			#links {
				margin-left : 280px;
				margin-top : 60px;
			}
			
			#menu {
				color : #e0e0e0;
				font-size : 1.8em;
				letter-spacing : 0.2em;
			}
			
			#menu a {
				color : #e0e0e0;
			}
			
			#seal {
				float : left;
				width : 130px;
			}
			
