@CHARSET "ISO-8859-1";

#header {
  width: 800px;
}

#footer {
  width: 800px;
  text-align: center;
}
#maincontent{
  width: 780;
  padding: 10px
}

#wrapper {
  width: 800px;
  margin: auto;
  background-color: #fff;
  border: 1px solid #ccc;
}

body {
  background: #eee;
  font: 90% Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  }
  
h1, h2, h3, h4, h5, h6 {
  margin: 2px 0 4px 0;
}
h1 {
  font-size: 1.6em;
  color: #69c;
}
h2 {
  font-size: 1.25em;
  color: #690;
}
h3 {
  font-size: 1.1em;
  color: #d72;
}
h4, h5, h6 {
  font-size: 1.1em;
}

a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #379;
}
a:visited {
  color: #157;
}
a:hover {
  text-decoration: underline;
  color: #157;
}
