.col-1, .col-2, .col-3, .col-4{ float:left}
/*======= width =======*/
.main{
	text-align:center;
	width:930px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*======= header =======*/
#header {height:143px;  background:url(images/top.gif) no-repeat top center; overflow:hidden;}

/*======= index.html =======*/
#page1 #content .col-1{
	width:350px;
	margin-right:25px
}
#page1 #content .col-2{ width:210px; margin-right:15px}
#page1 #content .col-3{
	width:225px
}
/*======= index-1.html =======*/
#page2 #content .col-1{ width:655px; margin-right:15px}
#page2 #content .col-2{ width:210px}
#page2 #content .col-3{ width:210px}

/*======= footer =======*/
#footer { height:155px; }

