@charset "utf-8";
/**
 * StyleName	: _base
 * LayoutType	: right
 */


/** Layout blocks
------------------------------ **/
 
/** Main contents **/
#mainContents
{
	float:right;
}
.pankuz p{
	text-align:right;
}

/** Side contents **/
#sideContents
{
	float:left;
}
#sideContents{
	background-position: top left;
}



#topMenu .topMenu li{
	float:left;
}
#topMenu .topMenu li.first{
	margin-right:70px;
}
#topMenu .topMenu li.second,
#topMenu .topMenu li.third,
#topMenu .topMenu li.fourth{
	border-right:solid 1px #fff;
}