body {
	background: url(img/news_gradient.jpg) #4E4F3F repeat-x top center;
	font: 11px lucida-grande, Helvetica, Arial, sans-serif;
	line-height: 13px;
	background-color: #4E4F3F;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

A {color:#111111; text-decoration: none; font-weight: bold;}
A:hover {color:#111111; text-decoration: underline;}

/* IE Windows Fix for Rollovers */
* html a:hover {visibility:visible;}

.content_table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	border-spacing: 0;
	vertical-align: top;
}

#main {
	vertical-align: top;
}

#footer {
	text-align: center;
	color: white;
	position: relative;
	padding-top: 20px;
}

#container {
	background: url(img/news_topbg.jpg) transparent no-repeat top center;
	margin: 0px auto 0px auto;
	width: 750px;
	height: 500px;
	position: relative;
}

#title h1 {
	background: url(img/news_title.gif) transparent no-repeat top left;
	margin: 40px 0px 0px 480px;
	width: 270px;
	height: 70px;
	position: absolute;
}

	#title h1 span {
		display: none;
	}

#nav {
	margin: 35px 0px 0px 0px;
	position: absolute;
	z-index: 2;
}

	#nav img {
		position: absolute;
	}
	
	.screening_room {
		width: 115px;
		height: 42px;
		margin-left: 20px;
		float: left;
	}
	
	.projects {
		width: 90px;
		height: 42px;
		margin-left: 20px;
		float: left;
	}
	
	.news {
		width: 78px;
		height: 42px;
		margin-left: 20px;
		float: left;
	}

	.store {
		width: 87px;
		height: 42px;
		margin-left: 20px;
		float: left;
	}
	

	.nav_overs img {
		margin: 0px 0px 0px 0px;
		position: absolute;
		visibility: hidden;
		z-index: 2;
		float: left;
	}
	
	a:hover .nav_overs img {
		visibility: visible;
	}

#subnav {
	margin: 5px 0px 0px auto;
	width: 750px;
	text-align: right;
	color: black;
	position: absolute;
	font-size: 10px;
}

	#subnav a {
		color: black;
	}

#content {
	padding: 129px 0px 0px 285px;
}

#content_area {
	background: url(img/content_plane.gif) #f0f0f0 no-repeat top right;
	padding-top: 10px;
	position: relative;
	width: 450px;
	border: solid #737373 2px;
	border-top: none;
	z-index: 2;
	opacity: .75;
}

	#content_area a {
		text-decoration: underline;
	}
	
	#content_area p {
		margin: 0px auto 10px 0px;
		padding: 0px 0px 0px 10px;
		width: 420px;
		font: 12px georgia, times, serif;
		line-height: 16px;
	}
	
	#content_area ul {
		margin: 0px auto 10px 0px;
		padding: 0px 35px 0px 30px;
		width: 420 px;
		font: 12px georgia, times, serif;
		line-height: 16px;
	}
	
	#content_area form {
		margin: 0px 0px 0px 0px;
		padding: 0px 20px 0px 0px;	
	}
	
#content_area_bio {
	background: url(img/content_plane.gif) #f0f0f0 no-repeat top right;
	padding-top: 10px;
	position: relative;
	width: 450px;
	border: solid #737373 2px;
	border-top: none;
	z-index: 2;
	opacity: .75;
	}

	#content_area_bio p {
		margin: 0px auto 10px 0px;
		padding: 0px 0px 0px 10px;
		width: 420px;
		font: 12px georgia, times, serif;
		line-height: 16px;
		}
		
	#content_area_bio img {
		padding-left: 10px;
		padding-bottom: 8px;
		}
		
	#content_area_bio a {
		text-decoration: underline;
	}

#leftbar {
	margin: 150px 0px 0px 0px;
	width: 200px;
	position: absolute;
	z-index: 2;
	opacity: .99;
	-moz-opacity: .99;
}

	.lefttitle {
		/*background: #ABAB9C; */
		font-size: 12px;
		font-weight: bold;
		font-variant: small-caps;
		text-align: center;
		/* border: solid 1px #666666; */
		width: 200px;
	}

	.left_box {
		font: 11px lucida-grande, Helvetica, Arial, sans-serif;
		border-top: solid 1px #222222;
		padding-top: 7px;
		width: 200px;
		text-align: center;
	}

	.left_news {
		font: 12px georgia, times, serif;
		border-top: solid 1px #222222;
		padding-top: 7px;
		padding-left: 6px;
		width: 200px;
		text-align: left;
	}
	
	.left_bios {
		font: 11px lucida-grande, Helvetica, Arial, sans-serif;
		border-top: solid 1px #222222;
		padding-top: 7px;
		width: 200px;
		text-align: center;
	}
	
	.left_news a {
		font-weight: normal;
	}
	
	.left_box form, input {
		margin-top: 0px;
		font-family: verdana, arial, helvetica, sans-serif;
		color:#000000;
		font-size: 10px;
	}

