.col1, .col2, .col3, .col4, .col5{
	float:left;
}

.w{
	width:960px;
	min-width: 760px;
	background-repeat: repeat-x;
	background-position: top;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(Images/bg.gif);
}
/*======= width =======*/
.main{
	width:960px;
	margin-right: auto;
	margin-left: auto;
}
/*======= header =======*/
#header {
	height:305px;
	width:960px;
}
#header .col1{ width:422px;}
#header .col2{ width:358px;}
/*======= index.html =======*/
#page1 #content .col1{width:457px}
#page1 #content .col2{
	width:46%
}
/*======= index-1.html =======*/
#page2 #content .col1{
	width:37%
}
#page2 #content .col2{
	width:60%;
	margin-left: 20px;
}
/*======= index-2.html =======*/
#page3 #content .col1{ width:66%}
#page3 #content .col2{ width:34%}
/*======= index-3.html =======*/
#page4 #content .col1{ width:37%}
#page4 #content .col2{
	width:70%
}
/*======= index-4.html =======*/
#page5 #content .col1{ width:63%}
#page5 #content .col2{ width:37%}
/*======= index-5.html =======*/
#page6 #content .col1{ width:100%}
/*======= footer =======*/
#footer {
	height:103px;
	background-image: url(Images/bg_bot.gif);
}
#footer .col1{ height:103px; width:35%}
#footer .col2{
	height:103px;
	width:65%;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(Images/bg_bot1.gif);
}

