.col1, .col2, .col3, .col4, .col5, .detail, .cols {float:left}
.col1 {width:346px;background:#f4f4f4;height:100%} 
.col2 {width:544px}
.cols {width:280px}
.col5 { width: 860px }
.col3 {width:1000px;background:#f4f4f4;height:100%} 
.col4 {width:1000px;background:#f4f4f4;height:100%}
.col5{width: 500px;background:#f4f4f4;height:100%}
.detail{
    width: 650px;
    background: #f4f4f4;
    height: 100%;
    margin-left: 4px;
    text-align: center;
}
.detail p{
	text-align: left;
	padding: 4px;
}
}
.fl{float: left;}
.fr{float: right;}
.clear{
	clear: both;
}
/* index.html */
#top_nav {padding-top:33px}
#page1 #menu {padding-top:58px}
#page2 #menu {padding-top:58px}
#page3 #menu {padding-top:58px}
#page1 #banner {background:url(../images/banner.png) 0 0 no-repeat;height:283px;padding:38px 0 0 60px}
/* index-1.html */
#page2 .cols {width:249px}
/* index-2.html */
#page3 .cols {width:249px}
