#site_center {text-align:center;}
#main {
	width:721px;
	margin:0 auto;
	text-align:left;
}

#header {
    height:330px;
    width:721px;
    overflow: hidden;
}

#content {
    width:721px;
    top: 330px;
}


.col_1, .col_2, .col_3 { float:left;}

/*======= index.html =======*/
#page1 #content .row_1 .col_1 {width:364px;}
#page1 #content .row_1 .col_2 { width:300px;}
#page1 #content .row_2 .col_1 { width:222px;}
#page1 #content .row_2 .col_2 { width:221px;}
#page1 #content .row_2 .col_3 { width:218px;}

/*======= learn.html =======*/
#page2 #content .row_2 .col_1 { width:443px;}
#page2 #content .row_2 .col_2 { width:218px;}

/*======= cart.html =======*/
#page3 #content .row_1 .col_1 {width:359px;}
#page3 #content .row_1 .col_2 { width:300px;}
#page3 #content .row_2 .col_1 { width:333px;}
#page3 #content .row_2 .col_2 { width:328px;}

/*======= support.html =======*/
#page4 #content .row_2 .col_1 {	width:654px;}
#page4 #content .row_2 .col_2 { width:432px;}

/*======= privacy.html =======*/
#page5 #content .row_2 .col_1 { width:661px;}



/*=========================*/


#footer {height:43px;}

