
BODY {
	background-image: url(images/background.gif);
	background-repeat: repeat;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 1em;
	color: #543c30;
}

#headingcontent {
	font-size: 90%;
	text-align: justify;
}

#homepagemaincontent {
	font-size: 90%;
	text-align: justify;
}

#subpageimageborder {
	border-left: medium double #e0ce96;
	border-bottom-width: medium;
	text-align: right;
}

#subtext {
	font-size: 85%;
}

#footer {
	font-size: 75%;
}

div.hr {
  height: 15px;
  background: #fff url(../images/beigedot.gif) repeat scroll center;
}
div.hr hr {
  display: none;
}		

