﻿html {
	height: 100%; 
	margin-bottom: 1px;}
	
body {
	background: #f1f797;
	color: #08330e;
	font: normal 85% Verdana, Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;	
	text-align: center;}

hr {
	background-color: #f1f797;
	color: #40634a;
	border: none;
	height: 1px;
	width: 100%;}
	
ul {
	padding: 0;
	margin: 0 0 20px 20px;
	list-style: square;}

img {
	border: none;}

a {
	color: #f8cb00;
	text-decoration: underline;
	font-weight: bold;}

a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;}

h1{
	color: #08330e;
	font: normal 16px Tahoma, Geneva, sans-serif;
	text-align: left;}

h2{
	color: #08330e;
	font: normal 14px Tahoma, Geneva, sans-serif;
	text-align: left;}

h3{
	color: #08330e;
	font: normal 20px Tahoma, Geneva, sans-serif;
	text-align: left;}
	
h4 {
	color: #08330e;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-align: left;}

.style1 {
	color: #08330E;
	font: normal 12px Tahoma, Geneva, sans-serif;
}

a.style1:hover { 
	color: #f17109;
	font: normal 12px Tahoma, Geneva, sans-serif;
 }
 
.style2 {
	color: #08330E;
 }

a.style2:hover { 
	color: #f17109;
 }
  
.style3 {
	font-size: xx-small;
}

.center {
	text-align: center;}	

.clear {
	clear: both;}
	
.centered table { 
	margin-left: auto;
	margin-right: auto;
}

.centered form { 
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	width: 900px;
	text-align: left;
	border-right: 3px double #f1f797;
	border-bottom: 3px double #f1f797;
	border-left: 3px double #f1f797;
	margin: 0 auto;}

#header {
	position: relative;
	width: 900px;
	height: 250px;}
	
#topnav {
	position: absolute;
	left: 0;
	top: 220px;
	z-index: 1;
	width: 890px;
	text-align: center;
	padding-right: 10px;
	color: #f8cb00;
	height: 30px;
	font-size: 90%;}

#content {
	font-size: 90%;
	float: left;
	width: 680px;
	padding: 10px 10px 10px 10px;}


#sidebar {
	float: right;
	width: 120px;
	line-height: 1.5em;
	padding: 10px 20px 10px 10px;}

#footer {
	clear: both;
	border-top: 3px double #08330e;
	padding: 20px 0;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.7em;
	font-size: 80%;
	height: 85px;}

#footer a {
	font-weight: normal;}
	
#footer a:hover {
	font-weight: normal;}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;}

table {
	padding: 0px;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;}

.catalog {
	padding: 10px;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	width: 50%;}

.image-border {
	border: 3px double #c2c2c2;}
	
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;}
	
.imageleft-border {
	margin: 0 10px 0 0; 
	float: left;
	border: 3px double #c2c2c2;}

.imageright-border {
	margin: 0 0 0 10px; 
	float: right;
	border: 3px double #c2c2c2;}

