/* CSS Document */

* {
	margin:0;
	padding:0;
}

#container {
	position:relative;
	width:900px;
	/*height:606px;*/
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	display:block;
	overflow:hidden;
	border:solid #e7e7e7 10px;
	background:url('images/brokenline_productions_bg.jpg') 100% 100% no-repeat;
}
#left {
	margin:0;
	padding:18px 12px 30px 8px;
	width:217px;
	text-align:justify;
	border-right:solid #e7e7e7 1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	display:block;
	float:left;
}
#left img {
	margin:0;
	margin-top:-10px;
}
#right {
	margin:8px 0 0 22px;
	float:left;
	text-align:justify;
	display:block;
}
#right_header {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	margin:0 0 20px 0;
	color:#999;
}
.right_image {
	width:262px;
	margin:0;
	padding:0;
	float:left;
}
#synopsis {
	float:left;
	margin:0 0 0 22px;
	width:333px;
	_width:314px;
	#width:314px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
#contact {
	position:absolute;
	bottom:20px;
	left:259px;
	width:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:left;
}
