@charset "utf-8";
/* One Column Full Width pages */

body.OneColumn #main.twocol-page #content {
	width: 100%;
}

/* main box */
body.OneColumn .box {
	background: url(/images/template/content/main-box_inner_full.gif) repeat-y 0 100px;
	width: 920px;
}
body.OneColumn .box-top {
	background: url(/images/template/content/main-box_top_full.gif) no-repeat 0 0;
	width: 920px;
	height: 100px;
}
body.OneColumn .box-inner {
	width: 870px;
}
body.OneColumn .box-bottom {
	background: url(/images/template/content/main-box_bottom_full.gif) no-repeat;
	width: 920px;
}
body.OneColumn .two-cols .column {
	margin-right: 8%;
}


body.OneColumn .box.nested-box {
	width: 868px;
	background: url(/images/template/content/nested-box-inner-full.gif) repeat-y;
	margin-left: 3px;
	margin-top: 15px;
	margin-bottom: 5px;
}

body.OneColumn .nested-box .box-top {
	width: 868px;
	background: url(/images/template/content/nested-box-top-full.gif) no-repeat;
	height: 92px; /* height: 184px; */
	top: -4px;
}
body.OneColumn .nested-box .box-inner {
	width: 868px;
}
body.OneColumn .nested-box .box-bottom {
	background: url(/images/template/content/nested-box-bottom-full.gif) no-repeat;
	height: 4px;
	width: 868px;
	/* ie6 styles */
	_background-position: 0 8px;
}


