/* RESET */
* {
  margin : 0;
  padding : 0;
}

img {
  border : 0;
}

/* GRID */
.c1 { width : 50px; float : left; }
.c2 { width : 100px; float : left; }
.c3 { width : 150px; float : left; }
.c4 { width : 200px; float : left; }
.c5 { width : 250px; float : left; }
.c6 { width : 300px; float : left; }
.c7 { width : 350px; float : left; }
.c8 { width : 400px; float : left; }
.c9 { width : 450px; float : left; }
.c10 { width : 500px; float : left; }
.c11 { width : 550px; float : left; }
.c12 { width : 600px; float : left; }
.c13 { width : 650px; float : left; }
.c14 { width : 700px; float : left; }
.c15 { width : 750px; float : left; }
.c16 { width : 800px; float : left; }
.c17 { width : 850px; float : left; }
.c18 { width : 900px; float : left; }
.row { width : 900px; float : left; }

.fLeft { float : left; !important }
.fRight { float : right; !important }
.l { text-align : left; !important }
.r { text-align : right; !important }
.c { text-align : center; !important }

.noBorder { border : 0; !important }
.noMargin { margin : 0; !important }
.noPadding { padding : 0; !important }

.clearDiv { overflow : hidden; display : block; width : 100%; float : none; clear : both; padding-bottom : 30px; }

/* MAIN ELEMENTS */
#w {
  width : 900px;
  margin : 0 auto 0 auto;
  clear : both;
  overflow : hidden;
}

#c {
  width : 800px;
  margin : 434px auto 0 auto;
}

.padding-left50 {
  padding-left : 50px;
}