

/**
 *	CONTENT PART
 */
#body-contents table thead td.body-contents
	{
		background: url(images/2columns/body-content-head-bg.gif) no-repeat top;
	}
	
#body-contents table tbody td.body-contents
	{
		background: url(images/2columns/body-content-body-bg.gif) repeat-y;
		vertical-align: top;
	}
	
#body-contents table tfoot td.body-contents
	{
		background: url(images/2columns/body-content-foot-bg.gif) no-repeat bottom;
	}	
	
#body-contents table thead td.body-contents,
	#body-contents table tbody td.body-contents,
	#body-contents table tfoot td.body-contents
	{
		width: 551px;
		padding: 0px 10px;
	}
	
#body-contents table thead td.body-contents
	{
		padding-top: 10px;
	}
	
#body-contents ul.mcs {layout-2...lumns.css (line 142)
margin:0;
padding:0;
}	

	
	
	
	
	
	
	
	
/**
 *	NAVIGATION PART
 */	

#body-contents table thead td.body-navigation
	{
		background: url(images/2columns/body-nav-head-bg.gif) no-repeat right top;
		width: 149px;
		padding: 0px 5px 0px 10px;
	}
	
#body-contents table tbody td.body-navigation
	{
		background: url(images/2columns/body-nav-body-bg.gif) repeat-y right;
		vertical-align: top;
		text-align: center;
		
		padding: 0px 2px 0px 7px;
		
	}
#body-contents table tfoot td.body-navigation
	{
		background: url(images/2columns/body-nav-foot-bg.gif) no-repeat right bottom;
	}
	
#body-contents table tbody td.body-navigation ul.list
	{
		margin: 0px;
		padding: 0px;
		
	}
#body-contents table tbody td.body-navigation ul.list li
	{
		background: url(images/2columns/body-nav-item-bg.gif) repeat-x top #292929;
		
		line-height: 22px;
		padding: 0px;
		
		margin: 0px;
	}

#body-contents table tbody td.body-navigation ul.list li a
	{
		display: block;
		border-bottom: 1px solid #096bc6; /**/
		padding: 0px 5px;
		text-transform: uppercase;
		
		color: #8f8f8f;
		clear: both;
	}
#body-contents table tbody td.body-navigation ul.list li a:hover
	{
		color: #fff;
		text-decoration: none;
	}
#body-contents table tbody td.body-navigation ul.list li a sup
	{

	}
	
#body-contents table tbody td.body-navigation ul.list li li
	{
		background: url(images/2columns/body-nav-subitem-bg.gif) repeat-x top;
	}
	
#body-contents table tbody td.body-navigation ul.list li li a
	{
		border-bottom: none;
		text-transform: none;
		padding-left: 15px;
		background: url(images/2columns/icon-list.gif) no-repeat 5px 7px;
	}
#body-contents table tbody td.body-navigation ul.list li.separator
	{
		background: transparent;
		height: 15px;
		line-height: 15px;
	}
	
	
	

	
	
	
	
	
	
#body-contents table tbody td.body-contents h2.sub-title-bling
	{
		float: right;
		clear: right;
		border-bottom: none;
	}

/**
 *	MCS PAGES
 */
#body-contents ul.mcs
	{
		margin: 0px;
		padding: 0px;
	}
#body-contents ul.mcs li
	{
		padding: 0px;
		clear: both;
		background: transparent;
	}
	
#body-contents ul.mcs li h2
	{
		border: none;
	}
	
	


	
	
	
	
	
/**
 *	FEATURED GAMES PAGES
 */
#body-contents h2.list-title
	{
		font-size: 10pt;
		font-weight: bold;
		border: none;
	}
#body-contents table.list
	{
		margin: 10px 0px 20px 0px;
		clear: both;

	}
#body-contents table.list td
	{
		width: 176px;
		margin: 0px;
		padding: 10px 0px 0px 0px;
		vertical-align: bottom;
		text-align: center;

	}
#body-contents table.list h2
	{
		
		background: url(images/2columns/table-list-item-label-bg.gif) repeat-y center #3d3d3d;
		color: #dedede;
		
		
		float: right;
		clear: both;
		width: 100%;
	}
#body-contents table.list td.empty
	{
		background: transparent;
		border: none;
	}
	
