

/*======= header =======*/
#header{ height:300px; width:100%}

/*======= footer =======*/
#footer{ height:72px; width:100%}

/*======= content =======*/
#content{ width:100%}

.block { width:100%}
.block .lt{ background:url(images/lt.gif) no-repeat #FFFFFF}
.block .rt{ background:url(images/rt.gif) no-repeat right}
.block .lb{ background: url(images/lb.gif) no-repeat left bottom}


#header, #content, #footer{ min-width:800px}
.col_1, .col_2, .col_3, .col1, .col2, .col3 { float:left;}

/*======= index.html =======*/
#page1 #content .col1{ width:63%}
#page1 #content .col2{ width:36%}

/*======= index-1.html =======*/
#page2 #content .col1{ width:36%}
#page2 #content .col2{ width:63%}

/*======= index-2.html =======*/
#page3 #content .col1{ width:41%}
#page3 #content .col2{ width:58%}

/*======= index-3.html =======*/
#page4 #content .col1{ width:64%}
#page4 #content .col2{ width:35%}

/*======= index-4.html =======*/
#page5 #content .col1{ width:64%}
#page5 #content .col2{ width:35%}





