a, a:link {
	background-color: transparent;
	color: #000;
	text-decoration: underline;
}

a:hover {
	background-color: transparent;
	color: #e75231;
	text-decoration: none;
}

blockquote {
	color: #000;
	font-family: "Book Antiqua", times, georgia, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 120%;
	margin-left: 20px;
	margin-right: 20px;
	padding: 5px;
	background: transparent;
}

body {
	background-image: url(site-images/veggies.gif);
	background-repeat: repeat;
	background-position: top center;
	background-attachment: scroll;
	background-color: #fff7ad;
	color: #000;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", arial, verdana, helvetica, sans-serif;
	font-size: 13px;
}
 
html {
	scrollbar-3dlight-color: #000;
	scrollbar-arrow-color: #e75231; 
	scrollbar-base-color: #fff7ad;
	scrollbar-darkshadow-color: #000;
	scrollbar-face-color: #fff7ad;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-track-color: #524229;
}

dl dt {
	padding: 3px;
	color: #524229;
	background: transparent;
	font-family: "Times New Roman", "Book Antiqua", georgia, serif;
	font-size: 150%;
	font-style: italic;
}

dd {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", arial, verdana, helvetica, sans-serif;
	color: #000;
	padding: 2px;
	background: transparent;
	font-size: 100%;
}

input, textarea {
	background-color: #fff;
	border: #e75231 1px solid;
	color: #000;
	font-family: "courier new", courier, monospace;
	font-size: 12px;
}

p {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", arial, verdana, helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background: transparent;
	padding: 3px;
}

table, tr, td {
	color: #000;
	background: transparent;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", arial, verdana, helvetica, sans-serif;
	font-size: 100%;
}

.attrib {
	color: #000;
	background: transparent;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", arial, verdana, helvetica, sans-serif;
	font-size: 95%;
	font-style: italic;
	padding: 5px;
	text-align: left;
}

.title {
	background: transparent;
	color: #524229;
	font-family: georgia, "Times New Roman", "Book Antiqua", serif;
	font-size: 26px;
	letter-spacing: .1em;
	text-align: left;
	font-style: italic;
	margin-bottom: 5px;
	padding: 5px;
}

.title-ctr {
	background: transparent;
	color: #524229;
	font-family: georgia, "Times New Roman", "Book Antiqua", serif;
	font-size: 26px;
	letter-spacing: .1em;
	text-align: center;
	font-style: italic;
	margin-bottom: 5px;
	padding: 5px;
}

.divider {
	background-color: transparent;
	background-image: url(site-images/divider.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 36px;
	width: 38px;
	margin-bottom: 10px;
	margin-top: 5px;
	text-align: center;
}
#content {
	background-color: #fffff0;
	margin: 20px 100px 20px 100px;
	color: #000;
	border: 2px solid #524229;
	padding: 5px;
}

#masthead {
	background-color: transparent;
	background-image: url(site-images/jm-tapestry-text-logo.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 70px;
	padding-bottom: 20px;
}

#footer {
	text-align: center;
	padding: 5px;
	font-family: "Trebuchet MS", arial, verdana, tahoma, helvetica, sans-serif;
	font-size: 95%;
	border-top: 1px solid #524229;
	margin-top: 10px;
	text-align: center;
	background: transparent;
	color: #000;
}




