/* CSS Document */
body {
  background: #eeeeee;
  margin: 0px;
  padding: 0px;
}

#wrapper {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

#header {
  height: 200px;
  padding: 20px;
  text-align: center;
}

#content {
  color: #444444;
  font: normal 15px arial;
  padding: 20px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: left;
}

#content a {
  color: #c00000;
  text-decoration: none;
}

#content a:hover {
  color: #0000c0;
  text-decoration: none;
}

#content h1 {
  font-family: Tahoma;
  font-weight: normal;
  margin: 0px;
  margin-bottom: 10px;
}

#content li {
  line-height: 1.5em;
}

#contact_form {
  background: #dddddd;
  padding: 10px;
}

#contact_form h2 {
  color: #00c000;
  margin: 0px;
  margin-bottom: 10px;
}

#contact_form h3 {
  color: #0000c0;
  margin: 0px;
}

#footer {
  color: #777777;
  font: normal 12px arial;
  height: 40px;
  padding: 5px;
  text-align: center;
}

#footer a {
  color: #c00000;
  text-decoration: none;
}

#footer a:hover {
  color: #0000c0;
  text-decoration: none;
}

input[type=checkbox] { border: none; }
input[type=reset] { background: #0000c0; border: 2px solid #0000c0; color: #ffffff; }
input[type=submit] { background: #c00000; border: 2px solid #c00000; color: #ffffff; }
input[type=button] { background: #c00000; border: 2px solid #c00000; color: #ffffff; }
input[type=text] { border: 1px solid #cccccc; padding: 3px; }
select { border: 1px solid #a48453; }
textarea { border: 1px solid #cccccc; }

