body {
  text-align: center;
  margin:0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 23px;
  background-color: #cbc9c4;
  color: #4a4a4a;
}

p {
  margin: 20px 0px 10px 0px;
}

#wrapper_body {
  border: 0px solid;
  background: url('images/footer_background.png') repeat-x bottom;
}

#wrapper {
  border: 0px solid;
  width: 1054px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  text-align: left;
}

#header {
  border: 0px solid;
  width: 1054px;
}
#header_text {
  border: 0px solid;
  padding: 10px 0px 0px 0px;
  text-align: center;
  font-size: 30px;
}

#description {
  font-size: 12px;
  margin: 0px;
  color: #fafbe9;
}

#main_body {
  border: 0px solid;
  width: 1054px;
}

#content_wrap_full {
  border: 0px solid;
  width: 974px;
  float: left;
  margin-left: 40px;
}

h1 {
  font-size: 25px;
  margin: 10px 0px 0px 5px;
  color: #6b5215;
}
h2 {
  font-size: 18px;
  margin: 10px 0px 0px 5px;
}
p {
  font-size: 14px;
}
small {
  font-size: 11px;
}

#clear {
  clear: both;
}
#footer {
  border: 0px solid;
  width: 1054px;
  height: 77px;
  clear: both;
  margin: 0px;
}
#footer p {
  font-size: 10px;
  text-align: center;
}

hr {
	margin: 17px 35px 7px 35px;
	display: block;
	background: #BABABA;
	color: #BABABA;  
	height: 1px;
	border: none;
}


/* links */
a:link, a:visited { 
  text-decoration: underline;
  color: #234fa0;
}
a:hover { 
  text-decoration: underline;
  color: #234fa0;
}
