/**
 * @package Ana Starter Theme
 * @subpackage CSS
 *
 * Columns: 4
 * Widths: Total:890px / Post:344px / Sidebars:162px / Gutter:20px
 * Posts: On the second column from the right.
 * Sidebars: On the Left, Subsidiary on the Left, On the Right
 */

/* Columns width
*	*	*	*	*	*	*	*	*	*	*	*/
.sidebar_left{
	float:left;
	width:162px;
	margin-right:20px;
}
.sidebar_left_subsidiary{
	float:left;
	width:162px;
	margin-right:20px;
}
.blog_posts{
	width:344px;
	margin-right:20px;
}
.sidebar_right{
	float:left;
	width:162px;
}

/* Make you changes below
*	*	*	*	*	*	*	*	*	*	*	*/