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