
/* -------------------------------------------
 * Left Content - make right content.
  ------------------------------------------- */
#LeftContent
{
	float: right;
	background: Transparent url('../../images/bg/rightcontent_bg.png') no-repeat left top;
	margin-top: 20px;
}

/* -------------------------------------------
 * Main Content
  ------------------------------------------- */
#MainContent
{
	margin-left: 0;
	margin-right: 250px;
}

/* -------------------------------------------
 * Right Content - none
  ------------------------------------------- */
#RightContent
{
	display: none;
}
