﻿/* HTML TAG DEFINITIONS */

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

body {
	font: normal 80% Arial, Helvetica, sans-serif;
	background: #fbeacf url(images/background.jpg) repeat-x;
	color: #000;
	text-align: center;
	margin: 0;}

hr {
	background-color: #bd6312;
	color: #bd6312;
	height: 1px;
	width: 100%;}

img {
	border: none;}

h1 {
	color: #bd6312;
	font: normal 26px Georgia, Georgia, serif;
	text-align: left;
	margin: 0 0 20px 0;}

h2 {
	color: #4d7e27;
	font: normal 20px Verdana, Arial, sans-serif;
	text-align: left;
	margin: 5px 0;}

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

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

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

h6 {
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	color: #4d7e27;
	letter-spacing: 2px;
	margin: 5px 0;}

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

a:hover {
	color: #75a94B;
	text-decoration: underline;
	font-weight: bold;}
	
p.center {
	text-align: center;}	

/* PAGE LAYOUT IDs AND CLASSES */

#header {
	width: 900px;
	height: 200px;
	margin: 0 auto;}
	
#mainnavigation {
	background-color: #bd6312;
	color: #fff;
	text-align: center;
	font-weight: normal;
	height: 24px;
	padding: 6px 0 0 0;}
	
#mainnavigation a {
	color: #fff;
	padding: 0 20px;
	font-variant: small-caps;
	text-decoration: none;
	font-weight: bold;}

#mainnavigation a:hover {
	color: #fff;
	font-variant: small-caps;
	text-decoration: underline;
	font-weight: bold;}
	
#wrapper {
	background-color: #fff;
	color: #000;
	text-align: left;
	width: 898px;
	border-right: 1px solid #dc9017;
	border-bottom: 1px solid #dc9017;
	border-left: 1px solid #dc9017;
	margin: 0 auto;}
	
#sidebar {
	width: 260px;
	float: left;
	padding: 10px 20px 10px 20px;
	font-size: 90%;}

span.hottopic {
	color: #bd6312;
	font-weight: bold;}

.calendar {
	text-align: center;
	padding: 10px;}

#content {
	width: 558px;
	float: right;
	padding: 10px 20px 10px 20px;}
	
.topicbox {
	padding: 2px;
	line-height: 18px;
	background-color: #fbeacf;
	border: 3px double #c0c0c0;
	margin-bottom: 25px;}

#contentwide {
	clear: both;
	padding: 10px 30px 10px 30px;}
	
#footer {
	clear: both;
	height: 60px;
	text-align: center;
	padding: 20px 0 0 0;
	border-top: 3px double #dc9017;}
	
#footer p {
	padding: 2px 0;
	margin: 0;}

/* MISCELLANEOUS FORMATTING CLASSES */

.contact {padding: 5px; text-align: left; margin: 20px 0;}
.contact label {width: 150px; float: left; text-align: right; margin: 3px 5px 5px 5px; clear: both;}
.contactbox {margin: 3px 5px 5px 5px; background-color: #fff; color: #fff; border: 1px solid #c0c0c0;}
.contactbutton {text-align: center; margin: 5px 0 0 170px; border: none;}

.catalogleft {
	width: 260px;
	padding: 0 10px 5px 0;
	float: left;
	text-align: left;}
	
.catalogright {
	width: 260px;
	padding: 0 0 5px 10px;
	float: right;
	text-align: left;}	
	
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;}

.imageleft {
	margin: 0 10px 0 0; 
	float: left;
	border: 3px double #c0c0c0;}

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

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