/**
 * default frame
 * [frame description]
 * @type {[type]}
 */
body { background-color:#D9F3FE; margin:0; }

#header, #content, #footer { margin:0 auto; width:960px; }
#header { padding-top:5px; }
#content { padding:1.5em 0pt; }
#wrapper_left {  }
	#wrapper_left #container { float:left; margin-right:-192px; width:100%; }
	#wrapper_left #innercontent { margin-right:192px; overflow:visible; }
	#wrapper_left .content { }
	#wrapper_left .content-wide { margin:auto; overflow:visible; }
	#wrapper_left .sidebar { float:right; width:192px; }
	#wrapper_left .sidebar-hide { display:none; float:right; }
#wrapper_right {  }
	#wrapper_right #container { float:right; margin-left:-192px; width:100%; }
	#wrapper_right #innercontent { margin-left:192px; overflow:visible; }
	#wrapper_right .content { }
	#wrapper_right .content-wide { margin:auto; overflow:visible; }
	#wrapper_right .sidebar { float:left; width:192px; }
	#wrapper_right .sidebar-hide { display:none; float:right; }
.wrapper_left {  }
	.wrapper_left #container { float:left; margin-right:-192px; width:100%; }
	.wrapper_left #innercontent { margin-right:192px; overflow:visible; }
	.wrapper_left .content { }
	.wrapper_left .content-wide { margin:auto; overflow:visible; }
	.wrapper_left .sidebar { float:right; width:192px; }
	.wrapper_left .sidebar-hide { display:none; float:right; }
.wrapper_right {  }
	.wrapper_right #container { float:right; margin-left:-192px; width:100%; }
	.wrapper_right #innercontent { margin-left:192px; overflow:visible; }
	.wrapper_right .content { }
	.wrapper_right .content-wide { margin:auto; overflow:visible; }
	.wrapper_right .sidebar { float:left; width:192px; }
	.wrapper_right .sidebar-hide { display:none; float:right; }