* {
  margin: 0;
  padding: 0;
}

body {
  font-family: arial;
  background-color: #322c2d;
  color: #322c2d;
  font-size: 14px;  
}

h1 {
  color:#ef3a41;
  font-size:28px;
  padding-bottom: 8px;
}

h2 {
  font-size: 16px;
  padding-bottom: 4px;
  margin-bottom: 15px;
  color: #249;
  border-bottom: 1px solid #666;
}


a img {
  border: 0px;
}

a {
  color: #E22436;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

.form-field input, .form-field textarea {
  border: 1px solid #999;
}

#errors {
  background-color:#FFCCCC;
  border:1px solid #DD7777;
  color:#A30000;
  margin: 5px 0px;
  padding: 5px;
}

#messages {
  color: #254117;
  border: 1px solid #254117;
  padding: 5px;
  background-color: #B5EAAA;
  margin: 5px 0px;  
}

#wrap {
  width: 798px;
  margin: 0 auto;
  padding-top: 30px;
}

#content-top {
  width: 736px;
  height: 9px;
  margin: 0px auto;
  background-color: #fed965;
}

#content-container {
  background-color: #FFF;
  width: 100%;
}

#content {
  width: 740px;
  margin: 0 auto;
}

#nav-content {
  padding: 0px 12px;
  font-size: 11px;
}

#nav-container {
  width: 740px;
  margin: 5px auto 0px;  
  height: 97px;
  clear: both;
}

#nav-logo {
  width: 120px;
}

div.nav-column {
  height: 90px;
  background: url("/images/dotted_grey.jpg") top right repeat-y;
  float: left;
  width: 140px;
}

div.nav-column ul {
  list-style: none;
  margin: 0;
  margin-left: 28px;
  padding: 0;
}

div.nav-column li {
  font-family: Futura;  
  font-size: 11px;
  margin-bottom: 5px;
}

div.nav-column li a {
  color: #e22436;
  text-decoration: none;
}

div.nav-column li a:hover {
  color: #322c2d;
}

#content-bottom {
  background-color: #e22436;
  width: 736px;
  height: 9px;
  padding-top: 12px;
  margin: 0px auto;    
}

#copyright {
  font-family: futura;
  float: right;
  color: #fff;
  padding: 7px 40px;
  font-size: 10px;
}

div.corners {
  width: 100%;
  height: 9px;
  font-size: 1px;
}

div.corners div {
  width: 9px;
  height: 9px;
  float: right;
}

div.main-top {
  background: url("/images/corner_tl.gif") no-repeat top left;
}

div.main-top div {
  background: url("/images/corner_tr.gif") no-repeat top left;
}

div.main-bottom {
  background: url("/images/corner_bl.gif") no-repeat top left; 
}

div.main-bottom div {
  background: url("/images/corner_br.gif") no-repeat top left;
}

div.content-bottom {
  background: url("/images/corner_grey_bl.gif") no-repeat top left; 
}

div.content-bottom div {
  background: url("/images/corner_grey_br.gif") no-repeat top left;
}

