#main {
	width:900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {height:300px; width:900px; background: #ffffff;}
#header, #content, #footer {
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif;
}

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

/*======= index.html =======*/
#page1 #content .col-1 {
	width:650px;
	margin-right:0px;
	margin-left: 0px;
}
#page1 #content .col-2 {
	width:320px;
	margin-right:10px;
	margin-left: 25px;
	text-align: center;
}
#page1 #content .col-3 {
	width:320px;
}

#page1 #content .col-2 .col-1 { width:129px; margin-right:56px;}
#page1 #content .col-2 .col-2 { width:129px; margin-right:52px;}
#page1 #content .col-2 .col-3 { width:129px;}

/*======= index-1.html =======*/
#page2 #content .col-1 {
	width:220px;
	margin-right:20px;
}
#page2 #content .col-2 {
	width:600px;
}

/*======= index-2.html =======*/
#page3 #content .col-1 {
	width:220px;
	margin-right:20px;
}
#page3 #content .col-2 {
	width:600px;
}

/*======= index-3.html =======*/
#page4 #content .col-1 {
	width:220px;
	margin-right:20px;
}
#page4 #content .col-2 {
	width:600px;
}

/*======= index-4.html =======*/
#page5 #content .col-1 {
	width:220px;
	margin-right:20px;
}
#page5 #content .col-2 {
	width:250px;
}
#page5 #content .col-3 {
	width:250px;
	margin-left: 20px;
	margin-right: 20px;
}

/*======= index-5.html =======*/
#page6 #content .col-1 {
	width:220px;
	margin-right:20px;
}
#page6 #content .col-2 {
	width:425px;
	padding-top:15px;
}
#page6 #content .col-2 .col-1 { width:183px; margin-right:0;}
#page6 #content .col-2 .col-2 { width:329px; padding:0;}


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


#footer {height:75px; background:url(images/footer-tail.gif) repeat-x top;}

