html {
	font-size: 100.01%;
	text-align: center;
}
body {
	font-family: arial, geneva, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems. if you want to change anything, just change this.*/
	color: #000000;
	background-color: #DAE7C9;
	line-height: 1.3;
	text-align: left;
}
#all {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 95%;
	background-color: #FFFFFF;
}
#header  {
	width: 432px;
	margin: 0px auto 10px auto;
	padding-top: 10px;
}
#nav {
	margin-right: auto;
	margin-left: auto;
	width: 54em;
	margin-bottom: 5px;
}
#bl {
	background-image: url(/images/bl.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;
}
#br {
	background-image: url(/images/br.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
#tl {
	background-image: url(/images/tl.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
#tr {
	background-image: url(/images/tr.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}
#content {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	text-align: left;
	clear: both;
}
/*typography*/
.clear {font-size: 1px; height: 1px}
a {
	color: #851917;
}
a:visited {
	color: #48701A;
}
a:hover {
	color: #B67574;
}
a:active {
	color: #B67574;
}
h1 {
	font-size: 2.4em;
	text-align: center;
	color: #851917;
}
h2 {
	font-size: 2.4em;
	color: #4a721c;
	text-align: center;
	margin-top: .25em;
	margin-bottom: .25em;
}
h3 {
	font-size: 1.8em; 
	color: #851917;
	margin-left: 20px;
	padding: 0px;
}
h4 {
	font-size: 1.8em;
	font-weight: bold;
	margin-left: 20px;
	padding: 0px;
}
h5 {
	font-size: 1.3em; /*displays as 1em*/
	color: #4a721c;
	margin-left: 20px;
}
h6 {
	font-size: 1.3em; /*displays as 1em*/
	font-weight: bold;
}
img {
	border: 0;
}
p {
	font-size: 1.2em;
	margin-right: 20px;
	margin-left: 20px;
}
.footertext {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.75em;
	padding-bottom: 1px;
	clear: both;
}
.footertext a {
	color: #851917;
}
.footertext a:visited {
	color: #48701A;
}
.footertext a:hover {
	color: #B67574;
}
.footertext a:active {
	color: #B67574;
}
strong, b {
	font-weight: bold;
}
.indent {
	padding-left: 3em;
}
.photo td {
	font-size: 1.2em;
	margin-right: 20px;
	margin-left: 20px;
}
.framescore {
	border: 1px solid #851917;
	border-collapse:collapse;
}
.framescore td, .framescore th {
	border: 1px solid #851917;
}
.list ul, .list li {
	font-size: 1.2em;
}
.lft {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}
.rt {
	padding: 0px;
	clear: both;
	float: right;
	margin: 0px 10px 10px 20px;
}
.photocaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}
hr {
	border: none;
	color: #851917;
	background-color: #851917;
	width: 80%;
	height: 2px;
}
.sale {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #4a721c;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.lm {
	margin-left: 10px;
	margin-top: 20px;
}
.rm {
	margin-right: 10px;
	margin-top: 20px;
}
.ctr432 {
	width: 432px;
	margin-right: auto;
	margin-left: auto;
}
