/* STANDARD CONTENT PAGE LAYOUT */
/* content container on all standard content pages */
#sc_container {
	display:inline;
	float: left;
	width: 935px;
	padding: 0px 0px 9px 0;
	margin:0 0 0 9px;
	background: url(../images/bg_sc_container_bottom.gif) no-repeat bottom left;
}
#sc_container_top {
	float: left;
	width: 935px;
	padding:23px 0 0 0;
	background: url(../images/bg_sc_container_top.gif) no-repeat top left;
}
#sc_container_middle {
	float: left;
	width: 935px;
	background: url(../images/bg_sc_container_middle.gif) repeat-y top left;
}
/* content columns */
#sc_leftcol {
	float: left;
	padding: 9px 0px 0px 14px;
	width: 160px;
}
#sc_rightcol {
	float: left;
	padding: 9px 0px 0px 28px;
	width: 723px;
}
#content_area:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#content_area { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
#content_area { 
	display: block;
	clear: both;
 }
/* End hide from IE-mac */
#sc_rightcol div.rightCol {
	float:right;
	width:180px;
} 
div.wysiwygCol {
	float:left;
	width:480px;
	line-height:140%;
}
