
#main {
	margin:0 auto;
}

#header {
	height:403px;
}

.col_1, .col_2, .col_3 {
	float:left;
}

/*======= index.html =======*/
#content .row_1 .col_1 {width:217px;}
#content .row_1 .col_2 {
	position:absolute;
	top:0;
	right:0;
	padding:0 20px 0 250px;
}
#content .row_1 .col_3 {width:217px;}

#footer {height:84px}

