/* CSS Document   2_column  */

#content_2c{
	width:575px;
	padding:0px 0px 0px 0px;
	float:right;
	/*border:solid thin red;*/
	
}

#content_rigth_2c{
	width:340px;
	padding:15px 25px 0px 0px;
	float:right;
	/*border:solid thin black;*/
	
}

#content_left_2c{
	width:210px;
	padding:15px 0px 0px 0px;
	float:left;
	/*border:solid thin green;*/
}

#content_bottom_wide_2c{
	width:530px;
	padding:10px 0px 0px 0px;
	float:left;
	/*border:solid thin blue;*/

	
}