﻿html {
	height: 100%;
	margin-bottom: 1px;}
	
body {
	background: #353d31 url('images/back.jpg') repeat-x;
	font: normal 80% Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	margin: 0;
	padding:0;}
	
img {
	border: none;}
	
a {
	color: #172a16;
	text-decoration: none;
	font-weight: bold;}
	
a:hover {
	color: #172a16;
	text-decoration: overline underline;
	font-weight: bold;}
	
h1 {
	color: #172a16;
	font: normal 26px Georgia, Georgia, serif;
	margin: 0 0 20px 0;}
	
h2 {
	color: #404040;
	font: normal 20px Verdana, Arial, sans-serif;
	margin: 5px 0;}
	
h3 {
	color: #363634;
	font: normal 20px Verdana, Arial, sans-serif;
	margin: 5px 0;}
	
h4 {
	color: #e3e6e2;
	font: normal 18px "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;}
	
h5 {
	color: #554e44;
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;}
	
h6 {
	color: #172a16;
	font: bold 12px Verdana, "Trebuchet MS", sans-serif;
	letter-spacing: 1px;
	margin: 5px 0;}
	
hr {
	background-color: #172a16;
	color: #172a16;
	height: 1px;
	width: 80%;}
	
#wrapper {
	background-image: url('images/back2.jpg');
	text-align: left;
	width: 900px;
	margin: 0 auto;}
	
#wrapper2 {
	clear: both;
	text-align: left;
	width: 900px;
	margin: 0 auto;}
	
#topnav {
	height: 85px;
	text-align: center;}
	
#topnav ul {
	margin: 0;
	padding:  60px 20px 0 20px;
	list-style: none;}
	
#topnav li {
	display: inline;
	height: 85px;
	margin: 1px 0 0 0;
	padding: 0;}
	
#topnav a {
	text-decoration:none;
	color: #fff;
	font-weight: bold;
	font-variant:small-caps;
	padding: 85px 20px 0 20px;
	margin:0;}
	
#topnav a:hover {
	background: url(images/bkgrd.jpg);
	text-decoration:none;
	font-weight: bold;
	font-variant:small-caps;
	color: #fff;}

#header {
	background-color: #353d31;
	height: 105px;
	text-align: right;
	padding-right: 10px;}
	
#maincell {
	text-align: center;
	background-image: url('images/contentwide.jpg');}
	
#content {
	width: 570px;
	float: right;
	text-align: left;
	padding: 10px 25px 0 5px;}
	
#contentwide {
	clear: both;
	background-image: url('images/contentwide.jpg');
	width: 850px;
	float: right;
	text-align: left;
	padding: 10px 25px;}
	
#sidebar {
	width: 260px;
	float: left;
	text-align: left;
	color: #e3e6e2;
	font-size: 90%;
	line-height: 20px;
	padding: 10px 0 10px 25px;}
	
#sidebar a {
	color: #fff;
	padding: 0 15px;
	text-decoration: none;
	font-weight: bold;}
	
#sidebar a:hover {
	color: #afc896;
	text-decoration: overline underline;
	font-weight: bold;}
	
#footer {
	clear: both;
	color: #fff;
	background-color: #353d31;
	text-align: center;
	font-size: 80%;
	font-weight:bold;
	padding: 20px 10px;}
	
#footer p {
	padding: 0;
	margin: 0;}
	
#footer a {
	color: #fff;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;}
	
#footer a:hover {
	color: #e3e6e2;
	text-decoration: overline underline;
	font-weight: bold;}
	
.catalog {
	padding: 0px;
	border-collapse: collapse;
	width: 500px;
	font-size: 100%;
	text-align: center;}
	
.maincellborder {
	height: 16px;}
	
.maincellborder2 {
	clear:both;
	height: 16px;}
	
.imageleft {
	margin: 0 10px 0 0;
	float: left;
	border: 3px double #c0c0c0;}
	
.imageright {
	margin: 0 0 0 10px;
	float: right;
	border: 3px double #c0c0c0;}
	
.imageleft-noborder {
	margin: 0 10px 0 0;
	float: left;}
	
.imageright-noborder {
	margin: 0 0 0 10px;
	float: right;}
	
.centertext {
	text-align: center;}
	
