#site_center {text-align:center;}
#main {width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1024)? "1024px" : "100%");}

#content { min-width:700px;} /*was 645px*/

#header {position: absolute; top: 0; left: 0; right: 0; bottom: 0; height:376px; min-width:740px;  }

#left_side {width: 340px; float:left; }

#right_side { margin-left:340px;}/*was 379*/

.col_1, .col_2, .col_3, .column1, .column2, .column3 { float:left;}

/*======= pages with 2 columns of text =======*/
#page1 #content .row_1 .col_1 {position: absolute; top: 255px; width:335;}
#page1 #content .row_1 .col_2 {position: absolute; top: 255px; left:675px; width:345;}

/*======= index-1.html =======*/
#page2 #content .row_1 .col_1 {width:100%;}

/*======= index-2.html =======*/
#page3 #content .row_1 .col_1 {width:100%;}

/*======= pages with one column of text =======*/
#page4 #content .row_1 .col_1 {position: absolute; top: 255px;  width:685px;}

/*======= index-4.html =======*/
#page5 #content .row_1 .col_1 { position: absolute; top: 255px; width:100%; }

/*======= index-5.html =======*/
#page6 #content .row_1 .col_1 {width:100%;}



/*=========================*/


#footer {height:95px; background:url(../images/footer_bgd.gif) left top repeat-x; left:0px}
