@charset "ISO-8859-1";

@media all
{
 /**
  * Design of the Basic Layout
  *
  * @section layout-basics
  */

  /* Page margins and background */
  body { text-align : center; margin : 0; }

  /* Layout: Width, Background, Border */
  #page_margins { width: 1000px; min-width: 1000px; max-width: 1000px; text-align : left; margin : auto;}
  #page { }
  #header { }
  #topnav { }
  #nav { }
  #footer { clear : both; }


 /**
  * Formatting of the Content Area
  *
  * @section layout-main
  */

  #col1 { float: left; width: 470px; margin:0 ;}
  #col1_bis { float: left; width: 699px; margin:0 ;}
  #col2 { float: right; width: 300px; margin:0; }
  #col3 { width: auto; margin: 0 300px 0 470px;}
  #col4 { float: left; width: 670px; margin:0}
  #col5 { float: right; width: 300px; margin:0}    
  #col1_content { padding: 0 ;	}
  #col2_content { padding: 0 }
  #col3_content { padding: 0 }
  #col4_content { padding: 5px }
  #col5_content { padding: 0 }


 /**
  * Design of Additional Layout Elements
  *
  * @section layout-misc
  */


}