/* Basic Column Styles */
.cg			{ clear: both; }
.c			{ vertical-align: top; float: left; }
* html .c	{ overflow: visible; }

.cg:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Three Content Columns */
.cw_sidebars_content					{ padding-right:  432px; }
* html .cw_sidebars_content				{ padding-right: -432px; }

.cg_sidebars_content					{ width: 100%; }

	.cg_sidebars_content .c_sidebar							{ position: relative; }
	.cg_sidebars_content .c_sidebar#sidebar_right			{ float: right; width: 429px; height: 787px; margin-right: -432px; background: #5f6d3d url(../images/sidebar_bg.jpg) no-repeat left bottom; }
	* html .cg_sidebars_content .c_sidebar#sidebar_right	{ left:  432px; margin-right: 0px; }
	
	.cg_sidebars_content .c_content							{ width: 100%; background: url(../images/content_bg.jpg) no-repeat top right; }
	* html .cg_sidebars_content .c_content					{ margin-right: -432px; overflow: hidden; }
		
		.cg_sidebars_content .c_content .cm_content			{ margin: 4px 20px 80px 14px; }
		
/* Content/Resources */
.cg_resource							{ width: 100%; }

/* Two Widgets */
.cg_two_widgets							{ margin: 26px 0px 0px 0px; }