#main {
	width:994px;
	margin:0 auto;
	position:relative;
}
#header {
	height:140px;
}
#header, #content, #footer {
	font-size:0.9em;
}
.col-1, .col-2, .col-3 {
	float:left;
}
/*======= index.html =======*/
#page1 #content .col-1 {
	width:594px;
	margin-right:50px;
}
#page1 #content .col-2 {
	width:287px;
}
/*======= index-1.html =======*/
#page2 #content .col-1 {
	width:594px;
	margin-right:50px;
}
#page2 #content .col-1 .col-1 {
	width:275px;
	margin-right:39px;
}
#page2 #content .col-1 .col-2 {
	width:275px;
}
#page2 #content .col-2 {
	width:287px;
}
#footer {
	height:103px;
}
#page2 .extra-box {
	display: none;
}

