body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat;
	line-height: 1.5em;
}
#wrapper {
	width: 762px;
	margin: 10px auto 20px auto;
	border: 12px solid #D5C9A8;
	background-image: url(../images/paper_bg.jpg);
	background-position: center;
	position: relative;
}
#page {
	width: 760px;
	border: 1px solid #C7BC9D;
	overflow: hidden;
	position: relative;
	background-image: url(../../images/paper_bg.jpg);
}
#main_nav {
	
}
#content {
	width: 750px;
	text-align: left;
	padding: 0px 5px;
	margin: 0px;
	position: relative;
}
#left_col {
	float: left;
	padding: 17px 0px 0px;
	width: 145px;
	text-align: left;
	clear: left;
	position: relative;
}






/* LEFT HAND COLUMN NAVIGATION */
/*this class provides line at top of subnav */
.left_nav_line {
	display: block;
	border-bottom: 1px solid #a59b7d;
	text-align: left;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #322F23;
	letter-spacing: 0.1em;
	width: 141px;
	padding-left: 4px;
}
/* first level of sub-navigation */
#left_col ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#left_col li a:link, #left_col li a:visited {
	font-size: 13px;
	color: #251E17;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #a59b7d;
	width: 137px;
	padding: 4px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#left_col li a:hover {
	color: #000000;
	display: block;
	border-bottom-color: #6F6750;
	background-color: #F6F4E7;
}
/* second level of sub-navigation */
#left_col ul ul {
	margin: 0px;
	padding: 0px;
}
#left_col ul ul li {
	margin: 0px;
	padding: 0px;
}
#left_col ul ul a:link, #left_col ul ul a:visited {
	font-size: 12px;
	color: #425B3A;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a59b7d;
	width: 132px;
	padding: 4px 3px 4px 10px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#left_col ul ul a:hover {
	color: #003300;
	border-bottom-color: #6f6750;
	background-color: #F6F4E7;
}
/* the following corrects Mozilla, IE Mac and Netscape - IE Windows ignores 
html>body #left_col li a:link {
		width: 112px;
}
html>body #left_col li a:visited {
		width: 112px;
}*/
/* END OF LEFT HAND COLUMN NAVIGATION */




/* online store styles */
#ol_store {
	float: left;
	width: 601px;
	text-align: left;
	color: #040404;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
}
.thumb {
	float: left;
	position: relative;
	margin-right: 8px;
	margin-bottom: 3px;
	margin-top: 4px;
	border: 1px solid #4A4A30;
	display: block;
}
#ol_store .line {
	font-size: 1em;
	background-color: #C7BC9D;
	text-align: right;
	border-bottom: 1px solid #999966;
	vertical-align: bottom;
}
#ol_store .line-top {
	font-size: 1em;
	background-color: #C7BC9D;
	text-align: right;
	border-bottom: 1px solid #999966;
	border-top: 1px solid #999966;
	vertical-align: bottom;
}
#ol_store th {
	text-align: center;
	padding-left: 12px;
	font-size: 20px;
	color: #000000;
	padding-top: 30px;
	letter-spacing: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999966;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999966;
	margin: 0px;
	padding-bottom: 10px;
}
#ol_store td {
	vertical-align: top;
	margin: 0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	border-top: #999966;
	border-right: 1px solid #999966;
	border-bottom: 1px solid #999966;
	border-left: #999966;
	line-height: 1.5em;
}
#link_in {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.1em;
}






#right_col {
	width: 601px;
	float: left;
	text-align: left;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #C7BC9D;
}
#bottom_nav {
	clear: both;
	width: 740px;
	padding: 10px 5px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A59B7D;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	display: block;
	color: #003300;
}
#bottom {
	margin: 0px;
	padding: 0px;
	width: 760px;
	clear: both;
	float: left;
}
.first_letter {
	font-size: 1em;
}
.subHead {
	font-size: 13px;
	font-weight: normal;
	letter-spacing: normal;
	font-style: italic;
	text-align: center;
	display: block;
	color: #443F33;
	padding-right: 20px;
	padding-left: 20px;
}
.head2 {
	font-weight: bold;
	font-size: 13px;
	color: #170000;
}
#blurb {
	padding: 20px 50px 50px;
	color: #27150C;
}
.head1 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
#one_col {
	padding: 40px 75px 20px;
}
.first_letter {
	font-size: 1.3em;
}
#float_l_img {
	float: left;
	margin: 20px 20px 10px 0px;
	border: 2px solid #9c9463;
	background-color: #605A3C;
	display: block;
	padding: 1px;
}
#float_r_img {
	float: right;
	margin: 15px 0px 10px 20px;
	border: 2px solid #9c9463;
	background-color: #605A3C;
	display: block;
	padding: 1px;
}
.question {
	color: #000000;
	line-height: 2em;
}
.answers {
	color: #2F402A;
	line-height: 1.2em;
}
.under_line {
	display: block;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #330000;
}
form {
	margin: 3px;
	padding: 0px;
}
input {
	margin: 0px;
	padding: 0px;
}
#bottom_nav a:link, #bottom_nav a:visited {
	color: #003300;
	text-decoration: none;
}
#bottom_nav a:hover {
	text-decoration: underline;
}
input {
	border: none;
}
#ol_store select {
	font-size: 11px;
	color: #1E0203;
	background-color: #FBF9F3;
	width: 120px;
}
#ol_store a:link, #ol_store a:visited {
	color: #0F3111;
	text-align: left;
	display: block;
	vertical-align: baseline;
}
#ol_store a:hover {
	color: #006600;
}
#one_col table {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #492511;
	border-bottom-color: #4F2C18;
}
#one_col td {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #472512;
	border-right-color: #472512;
	border-bottom-color: #472512;
	border-left-color: #472512;
	}
#plist {
	padding: 5px;
	font-style: oblique;
	width: 560px;
	text-align: center;
	font-size: 1.1em;
	line-height: 2em;
}
#plist a:link, #plist a:visited {
	display: inline;
}
h2 {
	font-weight: normal;
	color: #2F4728;
	font-size: 22px;
	margin: 25px 0px 5px 0px;
}
#latest_news {
	border: 1px solid #879B3C;
	background-image: url(../images/paper_bg2.jpg);
	color: #2F4728;
	padding: 0px;
	background-position: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	height: 440px;
	overflow: auto;
	width: 598px;
}
#news_content {
	margin: 0px;
	padding: 5px 30px 15px 30px;
}
.news_date {
	color: #4F2B17;
	font-size: 1.2em;
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-bottom: 1px dashed #4B2815;
}
fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
select {
	display: block;
	margin-bottom: 6px;
}
.submit {
	display: block;
	margin-bottom: 6px;
}a:link, a:visited {
	color: #0033CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

