#main {
	width:980px;
	margin:0 auto;
	position:relative;
	z-index: 1;
}

#header {height:208px; background:url(../images/header-bg.jpg) no-repeat left top;}
#header, #content, #footer { font-size:0.75em;}

.col-1, .col-2, .col-3 { float:left;}

/*======= index.html =======*/
#page1 #content .col-1 {width:242px; margin-right:17px}
#page1 #content .col-2 { width:466px; margin-right:13px;}
#page1 #content .col-3 { width:242px;}

/*======= index-1.html =======*/
#page2 #content .col-1 {width:242px; margin-right:17px}
#page2 #content .col-2 { width:466px; margin-right:13px;}
#page2 #content .col-3 { width:242px;}

/*======= index-2.html =======*/
#page3 #content .col-1 {width:242px; margin-right:17px}
#page3 #content .col-2 { width:466px; margin-right:13px;}
#page3 #content .col-3 { width:242px;}

/*======= index-3.html =======*/
#page4 #content .col-1 {width:242px; margin-right:17px}
#page4 #content .col-2 { width:466px; margin-right:13px;}
#page4 #content .col-3 { width:242px;}

/*======= index-4.html =======*/
#page5 #content .col-1 {width:242px; margin-right:17px}
#page5 #content .col-2 { width:530px; margin-right:20px;}
#page5 #content .col-3 { width:430px;}

/*======= shop.php =======*/
/* #page5 #content .col-1 {width:242px; margin-right:17px} */
#page6 #content .col-2 {
	width:718px;
	margin-right:20px;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
}
#page6 #content .col-3 {
	width:242px;
	float: left;
	position: relative;
}
/*=========================*/


/*#footer {height:105px;} */
