body {
	text-align: center;
	background-color: rgb(130,52,63);
	color: black;
	font-size: 15px; 
	font-family: papyrus, sans-serif, serif;
}
#wrapper {
	background-image: url('images/parch_strip2.gif');
	background-repeat: repeat-y;
	width: 775px;
	margin-right:auto; 
	margin-left:auto;
}
#parchment_top{
	background-image: url('images/parch_strip_top2.gif');
	background-repeat: no-repeat;
	background-color: rgb(130,53,63);
	height: 40px;
}
table {
	border-collapse: collapse;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}
#top_rug {
	margin:0;
	padding:0;
}
img.rug {
	padding: 0;
	margin: 0;
	vertical-align: middle;
}
#mainnav {
	font-size: 20px;
	width: 280px;
	padding-right: 45px;
	padding-left: auto;
}
a.nav:link, a.nav:visited {
	color: rgb(130,52,63);
	text-decoration: none;
}
a.nav:hover {
	color: black;
	text-decoration: none;
}
a.links:link, a.links:visited {
	color: rgb(130,52,63);
	text-decoration: none;
}
a.links:hover {
	color: black;
	text-decoration: none;
}
#content {
	margin-top: 10px;
	text-align: left;
}
.title {
	font-weight: bold;
}
.highlight {
	color: rgb(87,108,91);
	font-weight: bold;
}
img.pic_lft {
	margin-right: 15px;
	float: left;
	border: 1px solid black;
}
img.pic_rght {
	margin-left: 15px;
	float: right;
	border: 1px solid black;
}
#bnav {
	padding-bottom: 10px;
	font-size: 12px;
}
#parchment_bottom {
	background-image: url('images/parch_strip_bottom2.gif');
	background-repeat: no-repeat;
	background-color: rgb(130,53,63);
	height: 43px;
}