body {
	background: #CCCCCC url("img/bg_back.gif") repeat-y;
	margin: 0;
	padding: 0;
	border: none;
}

body.front {
	background: #CCCCCC url("img/bg_front.gif") repeat-y;
}

img {
	border: none;
}

hr {
	background: transparent url("img/hr.gif") center no-repeat;
	height: 10px;
	border: none;
	margin-right: 20px;
	margin-left: 20px;
}

/* IE only */
* html hr {
	border-bottom: 1px solid #999999;
	color: white;
	display: block;
}

div#navigation {
	margin: 0;
	padding: 0;
	width: 211px;
	background: transparent url("img/bg_logo.jpg") no-repeat;
	text-align: center;
	float: left;
}

div#navigation img {
	display: block;
	margin: 20px auto;
}

div#navigation #logo {
	display: block;
}
div#navigation #logoprint {
	display: none;
}

div#navigation a {
	display: block;
	text-align: center;
	font: bold 14px/23px Georgia, "Times New Roman", Times, serif;
	color: #4A2D01;
	text-decoration: none;
	font-variant: small-caps;
}

/* IE only */
* html div#navigation a {
	font: bold 13px/21px Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}

div#navigation a:hover {
	color: white;
}

div#navigation a.viewing {
	color: white;
}

div#navigation div#address {
	color: #FDDB9C;
	font: normal 10px/17px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin: 60px 0 20px 30px;
	padding: 8px 0;
	/* border-top: 1px solid #E8E8E8; */
}

/* IE only */
* html div#navigation div#address {
	margin-left: 14px;
	font-size: 11px;
}

div#navigation div#address a {
	text-decoration: none;
	color: #FDDB9C;
	font-variant: normal;
	font: normal 11px/17px Georgia, "Times New Roman", Times, serif;
	display: inline;
	text-align: left;
}

div#navigation div#address a:hover {
	text-decoration: underline;
}

div#main, div#mainfront {
	width: 509px;
	margin-left: 212px;
}

/* IE Windows Only */
* html div#main, * html div#mainfront {
	float: left;
	margin-left: 1px;
}

div#mainfront img {
	display: block;
	border-bottom: 1px solid white;
}

div#mainfront div.quote {
	background: #BDC975 url(img/bg_quote.gif) repeat-x;
	padding: 28px;
	padding-top: 1px;
	font: 15px/23px "Times New Roman", Times, serif;
	color: #1F1F1F;
	margin-bottom: 10px;
	/* border-bottom: 1px solid #656D37; */
}

div#mainfront div.quote p {
	margin: 0;
	padding: 0;
}

div#mainfront div.quote p.credit {
	margin: 4px -14px 10px 0;
	text-align: right;
	font: normal 9px Arial, Helvetica, sans-serif;
	color: white;
}

div#mainfront div.quote p.sig {
	margin-top: 12px;
	text-align: right;
	font-size: 12px;
	line-height: 15px;
}

div#mainfront div.quote img {
	display: block;
	margin: 10px 0 0 auto;
	border: none;
}

div.copyright {
	padding: 10px 20px 30px 20px;
	font: 10px/20px Georgia, "Times New Roman", Times, serif;
	color: #3A3A3A;
}

div.copyright a {
	color: #3A3A3A;
	text-decoration: none;
}

div.copyright a:hover {
	text-decoration: underline;
}

div#main div#header {
	/* border-bottom: 1px solid #999999; */
	background: transparent url("img/bg_clouds.jpg") no-repeat;
	padding: 100px 20px 0 20px;
}

div#main div#header h1 {
	color: #B86E01;
	font: normal 24px "Times New Roman", Times, serif;
	margin: 0;
}

div#main div#textarea {
	font: 12px/19px Georgia, "Times New Roman", Times, serif;
	color: #1F1F1F;
	padding: 4px 20px 20px 20px;
}

div#main div#textarea h2 {
	color: #1F1F1F;
	font: normal 19px "Times New Roman", Times, serif;
}

div#main div#textarea img {
	padding: 2px;
	border: 1px solid #999999;
	display: inline;
}

div#main div#textarea img.left {
	float: left;
	margin: 16px 16px 10px 0;
}

div#main div#textarea img.right {
	float: right;
	margin: 16px 0 10px 16px;
}

div#main div#textarea a {
	color: #DE6706;
}