/* 
	Title:			Merrimack.TV screen 2 Column styles 
	Author:			Lokesh Dhakar 
	Last Modified:	08/01/2005

	Used on pages that require widening main content area to make text
	more legible. Currently implemented on the three schedule listing pages.
*/




/* layout
----------------------------------------------- */

#leftcols{
	width: 729px;
	float: left;
	}

#main{
	width: 504px;	/* Opera 5 */
	\width: 564px;	/* IE5Win */
	w\idth: 504px;	/* Others */
	padding: 11px 50px 0 10px;
	float: right;
	background: url(../../images/content/sidebar/bg.gif) top right no-repeat;
	}

#navcol{
	width: 149px;	/* Opera 5 */
	\width: 165px;	/* IE5Win */
	w\idth: 149px;	/* Others */
	padding: 8px;
	float: left;
	background: url(../../images/content/nav/bg.gif) top no-repeat;
	}

#sidebar{
	width: 200px;	/* Opera 5 */
	\width: 214px;	/* IE5Win */
	w\idth: 200px;	/* Others */
	padding: 7px 8px 0 6px;
	float: right;
	background: url(../../images/content/sidebar/bg.gif) top no-repeat;
	display: none;
	}