/*
  --------------------------------------
  FlateckUSA Web Site: Page Layout CSS Style Sheet
  --------------------------------------
*/
#site_center { text-align:center; }
#main { width:990px; margin:0 auto; text-align:left; }

#header { height:403px; }
#footer { height:106px; }

.col_1, .col_2, .col_3 { float:left; }

/* default page */
#MasterPage #default_content .col_1 { width:434px; }
#MasterPage #default_content .col_2 { width:250px; }
#MasterPage #default_content .col_3 { width:284px; }

/* Clients page */
#MasterPage #clients_content .col_1 { width:250px; }
#MasterPage #clients_content .col_2 { width:740px; }

/*  Contact page */
#MasterPage #contact_content .col_1 { width:250px; }
#MasterPage #contact_content .col_2 { width:740px; }

/*  Corporate page */
#MasterPage #corp_content .col_1 { width:250px; }
#MasterPage #corp_content .col_2 { width:740px; }

/* Legal page */
#MasterPage #legal_content .col_1 { width:250px; }
#MasterPage #legal_content .col_2 { width:740px; }

/* News page */
#MasterPage #news_content .col_1 { width:250px; }
#MasterPage #news_content .col_2 { width:740px; }

/* Services page */
#MasterPage #serv_content .col_1 { width:250px; }
#MasterPage #serv_content .col_2 { width:740px; }

/* Sitemap page */
#MasterPage #sitemap_content .col_1 { width:250px; }
#MasterPage #sitemap_content .col_2 { width:740px; }

/* Support page */
#MasterPage #support_content .col_1 { width:250px; }
#MasterPage #support_content .col_2 { width:740px; }