body {
	background-color: #fef9f0;
	background-image: url(graphics/offwhite-canvas.jpg);
	color: #000000;
	text-align: center;
}
#header {
	background-image: url(graphics/logo-wc-ty.jpg);
	background-repeat: no-repeat;
	background-position: 10px;
	height: 100px;
	text-align: right;
	padding: 10px;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#main {
	width: 93%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#header h1 {
	display: none;
}
.frametn {
	background-color: #FFFFFF;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AF9D92;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #AF9D92;
	padding: 2px;
}
.innerFrame {
	border: 1px solid #660000;
	padding: 20px;
}
.info {
	height: 100px;	
	position: relative;
	bottom: 5px;
	padding: 5px;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.picwrap {
	text-align: center;
	position: relative;
}
.enlargement {
	border-top-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #AF9D92;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #AF9D92;
	padding: 20px;
	background-color: #FFFFFF;
}
.imgCaption {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}
.imgTable {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.enlTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.bigText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
}
.smText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.footer a {
	color: #000000;
	text-decoration: none;
}
.hideThis { display: none; }
.clear { line-height: 1px; clear: both; height: 1px; }

