/* CSS Document *//* Copyright Uptown New Media Inc. 2009 *//* 1867 7th Ave., Suite 6B, New York, NY 10026 *//* everything */* {	margin: 0;	padding: 0;}/* body of page */body {	font-family: Verdana, Arial, Helvetica, sans-serif;	text-align: center;	font-size: small;	color: #333333;	margin-top: 25px;	line-height: 15px;}/* containing shell */#outer_shell {	margin: 0 auto;	width: 1000px;	text-align: left;	border: 3px solid #FFFFFF;}/* title and primary menu */#title_menu {	background: #666666;	padding: 10px;	height: 115px;}/* home: flash/splash media space */#media_space {	background: #ffffff;	height: 100px;}/* home: left panel */#left_panel {	width: 310px;	float: left;	background: #FFCC66;	height: 250px;	padding: 10px;}/* home: center panel */#center_panel {	width: 318px;	float: left;	background: #CC0000;	height: 250px;	padding: 10px;	border-right-width: 1px;	border-left-width: 1px;	border-right-style: solid;	border-left-style: solid;	border-right-color: #FFFFFF;	border-left-color: #FFFFFF;}/* home: right panel */#right_panel {	width: 310px;	float: left;	background: #FF9900;	height: 250px;	padding: 10px;}/* web: thumb nails and text */#thumb_web {	float: left;	width: 310px;	height: 250px;}/* web: full images */#full_web {	float: left;	border-right-width: 1px;	border-left-width: 1px;	border-right-style: solid;	border-left-style: solid;	border-right-color: #999999;	border-left-color: #999999;	width: 458px;	height: 250px;}/* site descriptions */#text_web {	float: left;	width: 160px;	height: 250px;	padding-right: 10px;	padding-left: 20px;	text-align: left;	font-size:smaller;}/* film: full images */#full_film {	float: left;	border-right-width: 1px;	border-left-width: 1px;	border-right-style: solid;	border-left-style: solid;	border-right-color: #999999;	border-left-color: #999999;	width: 368px;	height: 250px;}/* film: descriptions */#text_film {	float: left;	width: 250px;	height: 250px;	padding-right: 10px;	padding-left: 20px;	text-align: left;	font-size:smaller;}/* contact: form */#contact_form {	width: 550px;	float: left;}/* contact: content section */#content_contact {	background-color: #FF6633;	padding: 20px;	height: 330px;	background-image: url(images/contact_content_bg.jpg);	background-repeat: repeat-y;}/* web: content section */#content_web {	background-color: #FFCC00;	padding: 20px;	height: 330px;	background-image: url(images/web_content_bg.jpg);	background-repeat: repeat-y;}/* film: content section */#content_film {	background-color: #FFFF99;	padding: 20px;	height: 330px;	background-image: url(images/film_content_bg.jpg);	background-repeat: repeat-y;}/* contact: container for info */#contact_info_container {	width: 300px;	float: left;	text-align: center;	padding: 40px 30px 30px 70px;}/* contact: contact info */#contact_info {	width: 250px;	text-align: center;	border: 1px dashed #999999;	background-image: url(images/info.gif);	background-repeat: repeat;}/* footer */#footer {	background: #666666;	padding: 10px;	clear: left;	border-top-width: 1px;	border-top-style: solid;	border-top-color: #FFFFFF;	text-align: center;}/* Menu Links */.menu {	color: #FFFFFF;	text-decoration: underline;}/* footer text, sub title, | font color*/.white {	color:#FFFFFF;}/* Main title */.header {	color:#FFFFFF;	font-size: x-large;	font-weight: bold;	line-height: 25px;}/* Non-menu links */.links {	color: #333333;	text-decoration: underline;}/* Enable Display of PNG in IE */img { behavior: url("png_ie.htc"); }