/*2_col_float.css*/

	#main-body3 { /* main-body3 is 3-column layout */
		float: left;
		width:98%;
	}
	#content3 { /* 3-column layout */
		width: 78%;
	}
	#sidebar-rt, .sidebar-rt {
		color: #191814;
		float: right;	
		width: 22%;
		margin:25px 36px 0px 10px;
	}
	
	.sidebar-rt { clear:right;}
	
	.sidebar-rt h2 {
		margin-bottom: 0.1em;
		font-size: 1.5em;	
		font-weight: bolder;
		line-height: 1.1em;
		color: #f4f4f4;/*#3B3B2E;*/
		background-color: transparent;
	}
	.sidebar-rt p {
		font-size: 1.1em;
	}

	#sidebar-left { /* 3-column layout */
		width: 22%;
	}
	