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

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


/*======= index.html =======*/
/*#page1 .column1 { width:279px; }*/

#page1 .column1 { width:250px;}
#page1 .column3 {  margin-left:290px;}

#page1 .column4 { margin-left:0px;}
#page1 .column5 { width:350px; margin-top:30px; }

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

/*======= index-2.html =======*/
#page3 .column1 { width:52%}
#page3 .column2 { width:48%; border:1px solid;}

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

/*======= index-4.html =======*/
#page5 .column1 { width:40%; }
#page5 .column2 { /*margin-left:30px;*/ width:50%; float:right; }
#page5 .column4 { width:100%}

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


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


/*#main {width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 710)? "710px" : "100%"); min-width:710px; margin: 0px auto;}
#content {width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 710)? "710px" : "100%"); min-width:710px; max-width:1200px; }
#footer {width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 710)? "710px" : "100%"); min-width:710px}*/

/*#main {width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 980)? "980px" : "100%"); min-width:980px; margin: 0px auto;}*/

#main {width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1200)? "1200px" : "100%"); min-width:1200px; margin: 0px auto;}



/*#content {width:expression(((document.documentElement.clientWidth || document.getElementById('main').clientWidth) < 710)? "710px" : "100%"); min-width:710px; max-width:1200px; }
#footer {width:expression(((document.documentElement.clientWidth || document.getElementById('main').clientWidth) < 710)? "710px" : "100%"); min-width:710px}*/

/*#main {width:100%}
#content {width:100%}
#footer {wwidth:100%}
*/

