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

body {
	font: normal 80% Arial, Helvetica, sans-serif;
	background-color: #3d2e1f;
	color: #000000;
	text-align: center;
	margin: 20px 0 0 0;}
img {
	border: none;}

a {
	color: #c46972;
	text-decoration: none;
	font-weight: bold;
	outline: none;}

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

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

h2 {
	color: #960518;
	font: normal 20px Verdana, Arial, sans-serif;
	margin: 5px 0;}

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

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

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

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

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

#wrapper2 {
	background-color: #ffffff;	
	color: #000;
	text-align: left;
	width: 900px;
	margin: 0 auto;}

#logoarea {
	float: right;
	background-color: #960518;
	text-align:center;
	height: 105px;
	width: 600px;
	border-top: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;}
	
#address {
	float: left;
	background-color: #960518;
	text-align:left;
	font-weight:bold;
	color: #ffffff;
	height: 100px;
	width: 265px;
	padding-right:3px;
	padding-top:5px;
	border: 10px solid #ffffff;}
	
#tagline {
	float: right;
	background-color: #645b42;
	color:#3d2e1f;
	text-align:left;
	padding-left: 5px;
	padding-top: 10px;
	height: 40px;
	width: 595px;
	border-right: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;}
	
#tagline h1 {
	margin: 0;
	padding: 0;}
	
#global {
	float: left;
	background-color: #645b42;
	text-align:center;
	height: 50px;
	width: 268px;
	padding-right:3px;
	border-right: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;
	border-left: 10px solid #ffffff;
	margin: 0;
	padding: 0;}
	
#sidebar {
	width: 259px;
	float: left;
	background-color: #960518;
	color: #ffffff;
	text-align:left;
	font-size: 90%;
	line-height:18px;
	border-right: 10px solid #ffffff;
	border-left: 10px solid #ffffff;
	padding:10px 5px;}

.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 solid #ffffff;
	outline: none;}

.nav a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background-color: #645b42;
	border: 1px solid #ffffff;
	outline: none;}

#content {
	float: right;
	width: 600px;
	border-right: 10px solid #ffffff;}
	
#contentwide {
	float: right;
	width: 880px;
	border-right: 10px solid #ffffff;}

#footer {
	clear: both;
	background-color: #960518;
	color: #ffffff;
	text-align: center;
	width: 880px;
	border: 10px solid #ffffff;
	padding: 20px 0 20px 0;}
	
#footer p {
	padding: 0;
	margin: 0;}
	
#footer a {
	color: #ffffff;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;}

#footer a:hover {
    color: #3d2e1f;
	text-decoration: underline;
	font-weight: bold;}
	
.calendar {
	text-align: center;}
	
.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 #3d2e1f}

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

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

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