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

#header {
	height:436px;
	z-index: -10;
}

.col_1, .col_2, .col_3, .column1, .column2, .column3 { float:left;}

/*======= index.html =======*/
#page1 #content .col_1 {
	width:307px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#page1 #content .col_2 { width:504px;}
/*=========================*/

/*======= index-1.html =======*/
#page2 #content .col_1 {
	width:100%;
	text-align: justify;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#page2 #content .col_2 {
	width:100%;
	text-align: justify;
}
/*=========================*/

/*======= index-2.html =======*/
#page3 #content .col_1 {
	width:350px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	}
#page3 #content .col_2 {
	width: 480px;
}
#page3 #content .col_3 { width:280px;}
/*=========================*/

/*======= index-3.html =======*/
#page4 #content .col_1 { 
	width:542px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#page4 #content .col_2 { width:281px;}
/*=========================*/

/*======= index-4.html =======*/
#page5 #content .col_1 { 
	width:347px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	}
#page5 #content .col_2 {
	width:485px;
}
/*=========================*/

/*======= index-5.html =======*/
#page6 #content .col_1 {
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#page6 #content .col_2 {
	width:100%;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#page6 #content .col_3 {
	width:100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
/*=========================*/

#footer {
	height:85px;
	background-image: url(../images/footer.png);
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center bottom;
}
