﻿html {
	height: 100%; 
	margin-bottom: 5px;}

body {
	font: normal 80% Arial, Helvetica, sans-serif;
	background: #ffffff url('images/backbar.jpg') repeat-x;
	color: #000000;
	text-align: center;
	margin: 26px 0 0 0;}
img {
	border: none;}

a {
	color: #7a2d19;
	text-decoration: underline;
	font-weight: bold;
	outline: none;}

a:hover {
	color: #464646;
	text-decoration: underline;
	font-weight: bold;
	outline: none;}

h1 {
	color: #7a2d19;
	font: normal 26px Georgia, Georgia, serif;
	margin: 0 0 20px 0;}

h2 {
	color: #464646;
	font: normal 26px Georgia, Georgia, serif;
	margin: 0 0 20px 0;}

h3 {
	color: #7a2d19;
	font: normal 20px Verdana, Arial, sans-serif;
	margin: 5px 0;}

h4 {color: #ceb58c;
	font: normal 18px "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;}

h5 {color: #464646;
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;}

h6 {color: #ffffff;
	font: bold 12px Verdana, "Trebuchet MS", sans-serif;
	letter-spacing: 1px;
	margin: 5px 0;}
	
hr {
	background-color: #7a2d19;
	color: #7a2d19;
	height: 1px;
	width: 80%;}

#wrapper {
	background-image:url('images/back.jpg');
	color: #000;
	text-align: left;
	width: 900px;
	margin: 0 auto;}

#wrapper2 {
	background-image:url('images/back2.jpg');
	color: #000;
	text-align: left;
	width: 900px;
	margin: 0 auto;}

#headerwrapper{
	background: url('images/header.jpg') no-repeat;
	text-align:left;
	height: 100px;
	width: 880px;
	padding: 10px;}
	
#header {
	float:left;
	height: 109px;
	width: 570px;}
	
#global {
	float: right;
	text-align:center;
	color: #ffffff;
	height: 90px;
	width: 260px;
	padding: 30px 3px 10px 3px;
	margin: 0;
	padding: 2px;}
	
#global a {
	text-decoration:none;
	color: #fff;
	font-weight: bold;
	font-variant:small-caps;
	padding: 5px 5px;
	margin:0;}
	
#global a:hover {
	background: #7a2d19;
	height: 20px;
	text-decoration:none;
	font-weight: bold;
	font-variant:small-caps;
	color: #fff;}

#sidebar {
	width: 260px;
	float: right;
	color: #ffffff;
	text-align:left;
	font-size: 90%;
	line-height:18px;
	padding:10px 25px;}

#sidebar a {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	outline: none;}

#sidebar a:hover {
	color: #7a2d19;
	text-decoration: underline;
	font-weight: bold;
	outline: none;}
	
#nav {
	width: 200px;
	text-align:center;
	padding-left: 24px;}

#nav a {
	display: block;
	width: 200px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	margin: 4px 0;
	border: 1px dotted #ffffff;
	outline: none;}

#nav a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background-color: #7a2d19;
	border: 1px dotted #ffffff;
	outline: none;}

#content {
	float: left;
	width: 560px;
	text-align:left;
	padding: 10px 0 10px 20px;}
		
#contentwide {
	float: right;
	width: 860px;
	padding: 10px 20px;}

#footer {
	clear: both;
	background: url('images/footer.jpg') no-repeat;
	color: #ffffff;
	text-align: center;
	font-size: 80%;
	width: 900px;
	height: 45px;
	padding: 10px 0 5px 0;}
	
#footer p {
	padding: 0;
	margin: 0;}
	
#footer a {
	text-decoration:none;
	color: #fff;
	font-weight: bold;
	font-variant:small-caps;
	padding: 2px 2px;
	margin:0;}
	
#footer a:hover {
	background: #7a2d19;
	height: 18px;
	text-decoration:none;
	font-weight: bold;
	font-variant:small-caps;
	color: #fff;}
		
.catalog {
    padding: 0px; 
    border-collapse: collapse;
    width: 500px;
    font-size: 100%;
    text-align: center;}

.text-center {
	text-align: center;}
	
.imageleft {
	margin: 0 10px 0 0; 
	float: left;
	border: 3px double #7a2d19;}

.imageright {
	margin: 0 0 0 10px; 
	float: right;
	border: 3px double #7a2d19;}

.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;}