

body {
  background: #005E9E;
  color: #4D3012;
}

#container {
  background: url(../images/bgstripes2.gif) repeat-x top;
}

#rightcol {
  background: url(../images/bgrightcol.gif) no-repeat;
  color: #004161;
}

#rightcol a {
  color: #004161;
}


/* ----- content ----- */


#content h1 {
  margin-bottom: 4px;
  font: 26px/1em Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #681C13;
}

#content h2 {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #004161;
}

#content h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

#content b {
	color: #702820;
}

#footer {
  color: #999;
}