html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #371A1A;
  background-repeat: repeat-x;
  color: #2c2c2e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #371A1A;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #371A1A;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #dd545e;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #974a63;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #c8314b;
  text-decoration: underline;
}
a:focus {
  color: #c8314b;
}
a:active {
  color: #761b36;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 780px;
}
#outerWrapper #header {
	background-color: #9db368;
	background-image: url("pix/capitol_hemp_logo_sign.png");
	background-position: 25px;
	background-repeat: no-repeat;
	border-bottom: solid 1px #667f45;
	font-size: 18px;
	font-weight: bold;
	height: 160px;
	line-height: 15px;
	padding: 40px 10px 10px 250px;
}
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 0;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #footer {
	background-color: #f7f9dd;
	background-image: url(pix/capitol_hemp_logo_for_footer.png);
	border-top: solid 1px #9db368;
	height: 80px;
	padding: 10px 10px 10px 10px;
	background-repeat: repeat-x;
}
