/**
 * @package Ana Starter Theme
 * @subpackage CSS
 *
 * Columns: 3
 * Widths: Total:890px / Post:434px / Sidebars:206px / Gutter:22px
 * Posts: On the left.
 * Sidebars: On the Right, Subsidiary on the Right
 */

/* Columns width
*	*	*	*	*	*	*	*	*	*	*	*/

.blog_posts{
	width:434px;
	margin-right:22px;
}
.sidebar_right{
	float:left;
	width:206px;
	margin-right:22px;
}
.sidebar_right_subsidiary{
	float:left;
	width:206px;
}

/* Make you changes below
*	*	*	*	*	*	*	*	*	*	*	*/