body {
  background-color: #BC7D20;
}

/* HOMEPAGE */

#homePlaque {
  background-image:url(../images/home_plaque_bottom.png);
  background-repeat:no-repeat;
  background-position: 0 100%;
  margin-top: 26px;
  width:377px;
  height:83px;
}

#homePlaqueContent {
  text-align: center;
  padding-top: 10px;
  font-family: times new roman,times;
  font-size: 17px;
}

#desc {
	font-size: 10px;
	font-family: arial;
	color: #BC7D1E;
	line-height: 10px;
	margin-top: 35px;
}

/* END HOMEPAGE */

#leftColumn,#rightColumn {
  background-color: #BC7D20;
}

#centerColumn {
  background-image:url(../images/interior_back.gif);
  background-repeat: repeat-y;
}

#plaqueTop {
  width: 235px;
  height: 42px;
  background-image: url(../images/interior_plaque_top.gif);
  background-repeat: no-repeat;
  background-position: 0 100%;
}

#headerTopLeft {
  background-image: url(../images/interior_top_left.gif);
}

#headerTopRight {
  background-image: url(../images/interior_top_right.gif);
}

#content {
  padding: 30px 69px 20px 69px;
  font-family: arial;
  font-size: 13px;
  line-height: 18px;
}

#content a {
  color: #815516;
}

#content a:hover {
  text-decoration: none;
}

.underline {
	text-decoration: underline;
}

h1 {
	font-size: 2em;
}
