/*header*/
#header .row1{height:55px; width:100%}
#header .row2{height:175px; background:url(../images/temp/top.jpg) no-repeat right top; width:100%}
#header .row3{height:88px; width:100%}

.column1, .column2{float:left}
.col1, .col2 { float:left}

/*======= index.html =======*/
#page1 .column1 { width:349px}
#page1 .column3 {  margin-left:349px;}

/*======= index-1.html =======*/
#page2 .column1 { width:100%}

/*======= index-2.html =======*/
#page3 .column1 { width:52%}
#page3 .column2 { width:48%}

/*======= index-3.html =======*/
#page4 .column1 { width:52%}
#page4 .column2 { width:48%}

/*======= index-4.html =======*/
#page5 .column1 { width:52%}
#page5 .column2 { width:48%}

/*======= index-5.html =======*/
#page6 .column1 { width:100%;}


/*======= footer =======*/
#footer { height:86px; }
#footer .col1 { width:70%;}
#footer .col2 { width:30%;}


#main {width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 710)? "710px" : "100%"); min-width:710px}
#content {width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 710)? "710px" : "100%"); min-width:710px}
#footer {width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 710)? "710px" : "100%"); min-width:710px}

