/**
 * Style sheet xBodyRegular
 */
/* the two images for each film */
.leftImage
{
	clear:both;
	padding-top:6px;
}

#contentLeft
{
	width:140px;
	float:left;
}

#contentMid
{
	width:140px;
	float:left;
	margin-right:14px;
	margin-left:14px;
}

#contentRight
{
	width:140px;
	float:left;
}


/**
 * Layout
 */
/* the left info pane */
#main .inside
{
	width:408px;
	height:360px;
	margin:0px;
	padding:0px;
	background-image:url("tl_files/layout/bg_body-left.jpg");
	background-position:center top;
	background-repeat:no-repeat;
}

#right .inside
{
	width:448px;
	height:328px;
	margin:0px;
	padding:16px;
	background-color:#1D1D1D;
}
