/* Template 2
used by 2-column-layout pages like articles, reviews pages....
some elogic layouts using this template: 
- Story
- article
- blogs
- review
- reports
- latest_news
- rss
- contentTOC
*/


div#contentcontainer1{
	margin:0 0 5px 0;
	overflow:hidden;
	padding:0;
	width:994px;
}

div#contentcontainer2{
	background:url("http://images2.variety.com/contents/images/evRmaincontentcontainertile.gif") transparent repeat-y 672px top;
	margin:0;
	overflow:hidden;
	padding:0;
	width:994px;
}

* html div#contentcontainer1{height: 1%;}/*ie only*/
* html div#contentcontainer2{height: 1%;}/*ie only*/

div#leftmiddlecontainer{
	background-color:transparent;
	float:left;
	margin:0;
	padding:0;
	width:670px;
}

div#leftcolumn{
	clear:left;
	float:left;
	margin:0px 5px;
	overflow:hidden;
	padding:0;
	width:665px;
}

*html div#leftcolumn { 
	width:655px;
}

div#middlecolumn{
	display:none;
}

div#rightcolumn{
	display:block;
	float:right;
	margin:0;
	overflow:hidden;
	padding:0;
	width:320px;
}

div#contentheader{
	background-color:#fff;
	border-bottom:10px solid #fff;
	float:left;
	margin:0;
	overflow:hidden;
	padding:0;
	width:660px;
}

div#contentfooter{
	display:none;
}


/* people listings */
div#entitycontentcontainer1, 
div#entitycontentcontainer2 {
	margin:0 0 5px 0;
	overflow:hidden;
	padding:0;
	width:994px;
}

div#entitycontentcontainer2{
	background:url("http://images2.variety.com/contents/images/evRmaincontentcontainertile.gif") transparent repeat-y 662px top;
	margin:0;
}

*html div#entitycontentcontainer1{height: 1%;}/*ie only*/
*html div#entitycontentcontainer2{height: 1%;}/*ie only*/

div#entityleftmiddlecontainer{
	background-color:transparent;
	margin:0;
	padding:0;
}

div#entityleftcolumn {
	float:left;
	margin:0 5px;
	padding:0;
	width:642px;
	position:relative;
}

div#entityrightcolumn{
	float:right;
	margin:0 0 0 6px;
	padding:0;
	width:330px;
}

div#entitycontentheader{
	background-color:#fff;
	float:left;
	margin:0;
	padding:0;
	width:647px;
}


