@charset "utf-8";
/* 52framework grid

16 cols by 52px, with an 8px gutter

*/

.wrap_16 {
	margin-left:auto;
	margin-right:auto;
	width:952px;
	display:block;
}
.col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12, .col_13, .col_14, .col_15, .col_16 {

	margin-left:8px !important; margin-right:6px !important;
	display: inline;
	float: left;
	position: relative;

}
.col_1 {	width:40px;	 }
.col_2 {	width:100px; }
.col_3 {	width:160px; }
.col_4 {	width:220px; }
.col_5 {	width:280px; }
.col_6 {	width:340px; }
.col_7 {	width:400px; }
.col_8 {	width:460px; }
.col_9 {	width:520px; }
.col_10{	width:580px; }
.col_11{	width:640px; }
.col_12{	width:700px; }
.col_13{	width:760px; }
.col_14{	width:820px; }
.col_15{	width:880px; }
.col_16{	width:940px; }

.width_1 {	width:40px;	 }
.width_2 {	width:100px; }
.width_3 {	width:160px; }
.width_4 {	width:220px; }
.width_5 {	width:280px; }
.width_6 {	width:340px; }
.width_7 {	width:400px; }
.width_8 {	width:460px; }
.width_9 {	width:520px; }
.width_10{	width:580px; }
.width_11{	width:640px; }
.width_12{	width:700px; }
.width_13{	width:760px; }
.width_14{	width:820px; }
.width_15{	width:880px; }
.width_16{	width:940px; }
