#main { 
	width:1000px; 
	margin:0 auto;
}
#header { 
	height: 340px;
}
#header, 
#content, 
#footer { 
	font-size:0.75em;
}
.col-1, 
.col-2, 
.col-3 { 
	float:left;
}

#content{

	padding-top: 65px;
	}
/*======= index.html =======*/
#page1 #content .col-1 { width:620px; margin-right:61px;}
#page1 #content .col-3 { width:240px;}



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


#footer { 
	height:100px;
}