* {
  margin: 0;
  padding: 0;
}

body {
  /*background-image: url(../images/hgr.gif);*/
  /*background-color: #fffcba;*/
  background-color: #eee;
  color: #333;
  font-size: 12px;
  font-family: verdana,arial,sans-serif;
  line-height: 1.5em;
}

#page {
  margin: 0 auto;
  width: 926px;
}

#header {
  background-image: url(../images/header.jpg);
  height: 144px;
}

.wrapper {
  background-color: #fff;
  padding-bottom: 20px;
}

a {
  color: #333;
  text-decoration: none;
}

h1 {
  color: #f60;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

h2 {
  color: #390;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
}

h2 a {
  color: #390;
}

h3 {
  font-size: 1.0em;
  font-weight: bold;
}

.clear {
  clear: both;
}

.footerline {
  background-image: url(../images/footerline.png);
  height: 11px;
}
