﻿/* HTML TAG DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;}

body {
	font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
	background: #eeebd9 url(images/background.jpg) repeat-x;
	color: #000;
	text-align: left;
	margin: 0;}

hr {
	background-color: #a46822;
	color: #a46822;
	height: 1px;
	width: 100%;}

img {
	border: none;}

h1 {
	color: #a46822;
	font: normal 28px Georgia, Georgia, serif;
	text-align: left;
	margin: 0 0 20px 0;}

h2 {
	color: #706a4c;
	font: normal 20px Verdana, Arial, sans-serif;
	text-align: left;
	margin: 5px 0;}

h3 {
	color: #a46822;
	font: normal 20px Verdana, Arial, sans-serif;
	text-align: left;
	margin: 5px 0;}

h4 {
	color: #706a4c;
	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: #a46822;
	letter-spacing: 2px;
	margin: 5px 0;}

h6 {
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	color: #706a4c;
	letter-spacing: 2px;
	margin: 5px 0;}

a {
	color: #FF9A04;
	text-decoration: none;
	font-weight: inherit;}

a:hover {
	color: #949180;
	text-decoration: underline;
	font-weight: regular;}
	
p.center {
	text-align:center;}	

/* PAGE LAYOUT IDs AND CLASSES */

#wrapper {
	background: #fff url('images/textbg.jpg');
	color: #000;
	text-align: left;
	width: 900px;
	margin: 0 auto;}
	
#global {
	background-image: url('images/global.jpg');
	text-align: right;
	font-size: 90%;
	letter-spacing: 2px;
	height: 15px;
	padding: 5px 30px 0 30px;}

#logo {
	text-align: left;}

#mainimage {
	background-image: url('images/mainimagebg.jpg');
	text-align: left;
	float: left;
	width: 550px;
	height: 206px;
	padding: 10px 20px 30px 30px;}
	
#mainimage img {
	margin: 0 10px 0 0; 
	float: left;
	border: 3px double #d8d2ae;}

#mainnavigation {
	background-image: url('images/mainnavbg.jpg');
	text-align: right;
	float: right;
	letter-spacing: 3px;
	width: 250px;
	height: 206px;
	padding: 10px 30px 30px 20px;}

#mainnavigation a {
	display: block;
	width: 230px;
	color: #F47735;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	margin: 4px 0;
	border: 1px solid #F47735;}

#mainnavigation a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-color: #F47735;
	border: 1px solid #d8d2ae;}
	
#sidebar {
	width: 250px;
	float: left;
	padding: 0 20px 0 30px;
	font-size: 90%;}

span.hottopic {
	color: #a46822;
	font-weight: bold;}

#content {
	width: 550px;
	float: right;
	padding: 0 30px 0 20px;}

#contentwide {
	clear: both;
	padding: 0 40px;}
	
#footer {
	clear: both;
	background: #eeebd9 url('images/footer.jpg') no-repeat;
	height: 60px;
	color: #000;
	text-align: center;
	padding: 30px 0 10px 0;}
