/* reset */

* {
  margin : 0;
  padding : 0;
}

IMG {
  border: 0;
}

TABLE {
  border : 0;
  border-collapse : collapse;
  border-spacing : 0;
  empty-cells : show;
}





/* GRID */
.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12, .c13, .c14, .c15, .c16, .c17, .row {
  float : left;
}

.c1 { width : 60px; }
.c2 { width : 120px; }
.c3 { width : 180px; }
.c4 { width : 240px; }
.c5 { width : 300px; }
.c6 { width : 360px; }
.c7 { width : 420px; }
.c8 { width : 480px; }
.c9 { width : 540px; }
.c10 { width : 600px; }
.c11 { width : 660px; }
.c12 { width : 720px; }
/*
.c13 { width : 780px; }
.c14 { width : 840px; }
.c15 { width : 900px; }
.c16 { width : 960px; }
.c17 { width : 1020px; }
*/
.row { width : 780px; clear : both; }




/* COMMON CLASSES */

.l { text-align : left; }
.r { text-align : right; }
.c { text-align : center; }
.fl { float : left; }
.fr { float : right; }
.hidden { display : none; }
.no-bg { background-color : transparent; background-image : none !important; }
.no-border { border : none !important; }
.no-margin { margin : 0 !important; }
.no-padding { padding : 0 !important; }





/* MAIN ELEMENTS */

#w {
  margin : 0 auto 0 auto;
  width : 900px;
}

#c {
  margin-top : 20px;
  margin-bottom : 50px;
  overflow : hidden;
}