.col1, .col2, .col3, .cols {float:left}
.col1 {width:480px}
.col2 {width:155px}
.col3 {width:275px}
/* index.html */
#page1 .body1 {
	background:url(../images/bg_img1-4.png) top center no-repeat;
	height:641px;
	position:absolute;
	width:100%;
	z-index:1
}
#page1 h1 {
	padding-top: 21px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
#page1 .text1 {
	font-size:35px;
	font-weight:300;
	color:#06C;
	line-height:40px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#page1 header p {padding-bottom:50px}
/* index-1.html */
#page2 .col2 {width:345px}
/* index-2.html */
#page3 .col3 {width:258px}
#page3 .col2 {width:570px}
#page3 .list2 li a {text-decoration:none}
#page3 .list2 li a:hover {text-decoration:underline}
/* index-3.html */
#page4 .col2 {width:345px}
#page4 .col3 {
	width:187px;
	height: auto;
	padding-top: 15px;
}
/* index-4.html */
#page5 .col3 {width:258px}
#page5 .col2 {width:570px}
#page5 .col3 strong {width:86px;float:left}
