﻿html {
	height: 100%;
	margin-bottom: 1px;}
	
body {
	background: #4f2808;
	font: normal 76% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;}
	
img {
	border: none;}
	
a {
	color: #4f2808;
	text-decoration: none;
	font-weight: bold;
	outline: none;}
	
a:hover {
	color: #4f2808;
	text-decoration: underline;
	font-weight: bold;
	outline: none;}
	
h1 {
	color: #4f2808;
	font: normal 26px "Tahoma" Georgia, Georgia, serif;
	margin: 0 0 20px 0;}
	
h2 {
	color: #4f2808;
	font: normal 20px "Tahoma" Verdana, Arial, sans-serif;
	margin: 5px 0;}
	
h3 {
	color: #404040;
	font: normal 20px  "Tahoma" Verdana, Arial, sans-serif;
	margin: 5px 0;}
	
h4 {
	color: #808080;
	font: normal 18px "Tahoma" "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;}
	
h5 {
	color: #4f2808;
	font: normal 16px "Tahoma" "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;}
	
h6 {
	color: #4f2808;
	font: bold 12px "Tahoma" Verdana, "Trebuchet MS", sans-serif;
	letter-spacing: 1px;
	margin: 5px 0;}
	
hr {
	background-color: #4f2808;
	color: #4f2808;
	height: 1px;
	width: 80%;}
	
ul {
	padding: 0;
	margin: 0 0 20px 20px;
	list-style: square;}
	
#wrapper {
	background-image: url('images/wrapper.jpg');
	text-align: left;
	width: 900px;
	margin: 0 auto;}

#global {
	position: absolute;
	left: 700px;
	top: 5px;
	z-index: 1;
	color: #4f2808;
	height: 40px;
	width: 250px;
	text-align: left;
	font: 75%;}
	
#global a {
	outline: none;
	color: #ffffff;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;}
	
#global a:hover {
	outline: none;
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;}
	
#header {
	position: relative;
	height: 125px;
	width: 900px;}
	
#topnav {
	position: absolute;
	left: 500px;
	top: 95px;
	z-index: 2;
	color: #4f2808;
	height: 30px;
	width: 380px;
	text-align: center;
	line-height: 30px;
	font: 75%;}
	
#topnav a {
	outline: none;
	color: #4f2808;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;}
	
#topnav a:hover {
	outline: none;
	color: #4f2808;
	text-decoration: underline;
	font-weight: bold;}
		
#content {
	width: 400px;
	float: right;
	line-height: 20px;
	padding: 0 25px;}
	
#sidebar {
	width: 400px;
	float: left;
	color: #404040;
	line-height: 20px;
	padding: 0 25px;}

#gallery {
  padding: 0; 
  list-style-type: none; 
  overflow: hidden; 
  width: 350px; 
  height: 600px; 
  border: 1px solid #888888; 
  background: #ffffff url(images/gallery/galleryimage.jpg);}
  
 #gallery li {
 float: left;}
  
#gallery li a {
  display: block; 
  height: 30px;
  width: 350px; 
  float: left;
  text-decoration: none; 
  border-bottom: 1px solid #ffffff; 
  cursor: default;}
  
#gallery li a img {
  width: 350px; 
  height: 30px; 
  border: 0;}
  
#gallery li a:hover {
  background: #eeeeee; 
  height: 300px;}
  
#gallery li a:hover img {
  height: 300px;}

		
#footer {
	clear: both;
	color: #000000;
	background: url('images/footer.jpg') no-repeat;	
	text-align: center;
	letter-spacing: 2px;
	font-size: 75%;
	line-height: 2em;
	padding: 45px 15px 0 15px;
	height: 45px;}
	
#footer p {
	padding: 0;
	margin: 0;}
	
		
.clear {
	clear: both;}
	
.center {
	text-align: center;}	
	
.imageborder {
   border: 3px double #4f2808;}
		
.imageleft {
	margin: 0 10px 0 0;
	float: left;
	border: 3px double #c0c0c0;}
	
.imageright {
	margin: 0 0 0 10px;
	float: right;
	border: 3px double #c0c0c0;}
	
.imageleft-noborder {
	margin: 0 10px 0 0;
	float: left;}
	
.imageright-noborder {
	margin: 0 0 0 10px;
	float: right;}
	
