.sidebar-first #content {
	width: 760px;
	margin-left: 206px; /* LTR */ /* The width of .region-sidebar-first. */
	margin-right: -966px; /* LTR */ /* Negative value of #content's width + left margin. */
}

.two-sidebars #content {
	width: 570px;
	margin-left: 206px; /* LTR */ /* The width of .region-sidebar-first. */
	margin-right: -776px; /* LTR */ /* Negative value of #content's width + left margin. */
}

.region-sidebar-second {
	float: left; /* LTR */
	width: 190px;
	margin-left: 570px; /* LTR */ /* Width of content + sidebar-first. */
	margin-right: -776px; /* LTR */ /* Negative value of .region-sidebar-second's width + left margin. */
	padding: 0; /* DO NOT CHANGE. Add padding or margin to .region-sidebar-second .section. */
}

.region-sidebar-second .section {
	margin-top: 50px;
}

div#main, div#front-wrapper {
	overflow: hidden;
}

div#main div#content, div#main div.region-sidebar-second, div#main div#front-left-column,
div#front-wrapper div#front-main, div#front-wrapper div#front-main div#front-main-content,div#front-wrapper div#front-left-column {
	margin-bottom: -999999px;
	padding-bottom: 999999px;
}

#main #content div.section {
	margin-left: 40px;
	margin-top: 40px;
	width: 530px;
	padding-bottom: 50px;
}

#main #content div.section h1.title {
	display: block;
	padding-left: 15px;
	padding-right: 10px;
	background: #dbe3f1;
	line-height: 22px;
}

#main #content div.section div.tabs,
#main #content div.section div#content-area
{
	margin-top: 30px;
}

div.node-form,div#content-area {
	background: #fff;
}
