@charset "utf-8";
/* CSS Document */

h2 {
	font-size: 12px;
	color: #ff0000;
	}
	
#right_col {
	float:right;
	}
	
#left_col { 
	float: left;
	}
