@import url(layout.css);
@import url(color.css);
@import url(nav.css);
@import url(form.css);

html { height: 100%; }

html, body {
  margin: 0px;
  background-color: #262626;
}

body {
  background: url(../img/bg_body.jpg);
  background-repeat: repeat-x;
  /* background-position: 50% 0; */
  background-color: #262626;
  font-family: 'Arial', "DejaVu Sans", sans-serif;
  font-weight: normal;
  padding: 0;
  color: #111;
}

h1, h2, h3, h4, h5, div, p, table, form, input, textarea, span {
  font-family: 'Arial', "DejaVu Sans", sans-serif;
  font-size: 100%;
  font-size: 15px;
}

h1, h2, h3, h4, h5, div    { line-height: 180%;                                      }
p                          { line-height: 140%;                                      }
a                          { text-decoration: none; font-weight: normal; outline: 0; }
ul li                      { list-style-type: square;                                }
