
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: 752px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  text-align: left;
}

#header {
  border: 0px solid;
  width: 752px;
  height: 236px;
  background: url('images/header.png') no-repeat;
}
#header_text {
  border: 0px solid;
  padding: 70px 0px 0px 40px;
}
#header_text h1 {
  border: 0px solid;
  margin: 0px;
  font-size: 27px;
  color: #fafbe9;
}

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

#main_body {
  border: 0px solid;
  width: 752px;
  background: url('images/main_body.png') repeat-y;
}
#main_body2 {
  border: 0px solid;
  width: 752px;
}

#framed{
  border: 1px solid #cbc9c4;
  padding: 4px;
}

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

#content_wrap_left {
  border: 0px solid;
  width: 325px;
  float: left;
  margin: 0px;
}

#content_wrap_right {
  border: 0px solid;
  width: 325px;
  float: right;
  margin: 0px;
}

small {
  font-size: 11px;
}

#sidebar_wrap {
  border: 0px solid;
  width: 215px;
  float: right;
  margin-right: 20px;
  padding: 0px;
  background: url('images/sidebar.png') repeat-y;
}

#sidebar_wrap ul{
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
#sidebar_wrap ul li h2{
  font-size: 16px;
  padding-left: 15px;
}
#sidebar_wrap ul ul{
  list-style: none;
  margin-left: 0px;
  padding-left: 15px;
  font-size: 14px;
}

#clear {
  clear: both;
}
#footer {
  border: 0px solid;
  width: 752px;
  height: 77px;
  clear: both;
  margin: 0px;
  background: url('images/footer.png') no-repeat;
}
#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;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 5px;
	line-height: 100%;
  color: #6b5215;

}

h1 { font-size: 27px; }
h2 { font-size: 24px; }
h3 { 
  font-size: 20px;
  font-weight: normal;
  color: #13397e;
}
h4 { font-size: 19px; }
h5 { font-size: 17px; }
h6 { font-size: 14px; }
/* end links */



