@charset "utf-8";
/**
 * StyleName	: _base
 * LayoutType	: left
 */


/** Layout blocks
------------------------------ **/

/** Main contents **/
#mainContents
{
	float:left;
}

/** Side contents **/
#sideContents
{
	float:right;
}

/** Contents **/
#contents
{
	background: url(../colors/blk/back_contents_left.gif) repeat-y center top;
}
