﻿html {
	height: 100%;
	margin-bottom: 1px;}
	
body {
	background: #cdd3cf url('images/back.jpg') repeat-x;
	font: normal 80% Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	margin: 10px 0 0 0;
	padding:0;}
	
img {
	border: none;}
	
a {
	color: #414c45;
	text-decoration: none;
	font-weight: bold;}
	
a:hover {
	color: #a77855;
	text-decoration: underline;
	font-weight: bold;}
	
h1 {
	color: #414c45;
	font: normal 26px Verdana, Arial, sans-serif;
	margin: 0 0 20px 0;}
	
h2 {
	color: #414c45;
	font: normal 20px Verdana, Arial, sans-serif;
	margin: 5px 0;}
	
h3 {
	color: #a77855;
	font: normal 20px Verdana, Arial, sans-serif;
	margin: 5px 0;}
	
h4 {
	color: #414c45;
	font: normal 18px Verdana, Arial, sans-serif;
	margin: 5px 0;}
	
h5 {
	color: #414c45;
	font: normal 16px Verdana, Arial, sans-serif;
	margin: 5px 0;}
	
h6 {
	color: #a77855;
	font: bold 12px Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	margin: 5px 0;}
	
hr {
	background-color: #414c45;
	color: #414c45;
	height: 1px;
	width: 80%;}
	
#topwrapper {
	height: 90px;
	width: 900px;
	margin: 0 auto;}	
	
#wrapper {
	text-align: left;
	width: 900px;
	margin: 0 auto;}
	
#wrappertext {
	width: 900px;
	background-color: #ffffff;
	float: left;
	text-align: left;
	margin: 10px 0;
	border: 1px solid #000000;}
	
#wrapper2 {
	clear: both;
	text-align: left;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	width: 900px;
	margin: 0 auto;}
	
#global {
	float:right;
	width: 220px;
	background-color:#414c45;
	text-align:right;
	margin: 0 10px;}
	
#header {
	float:left;
	background-color:#414c45;
	height: 100px;
	width: 640px;
	text-align: left;
	padding-left: 10px;}
	
#maincell {
	text-align: left;
	background-color: #ffffff;
	padding:0 0 0 10px;
	border:1px solid #000000;
	height: 250px;
	width: 890px;}
	
#toptextarea {
	float:left;
	width: 400px;
	height: 250px;
	text-align:left;}

#mainimagearea  {
	float: right;
	text-align:right;
	width: 480px;
	height: 250px;}
	
#topnav {
	clear:both;
	height: 23px;
	padding-top: 7px;
	text-align: center;
	background-color:#414c45;}
	
#topnav a {
	text-decoration:none;
	color: #fff;
	font-weight: bold;
	font-variant:small-caps;
	padding: 5px 15px;
	margin:0;}
	
#topnav a:hover {
	background: #a77855;
	height: 20px;
	text-decoration:none;
	font-weight: bold;
	font-variant:small-caps;
	color: #fff;}
	
#content {
	width: 610px;
	float: right;
	text-align: left;
	margin: 10px 0 10px 0;
	padding: 0 25px 0 5px;}
	
#contentwide {
	clear: both;
	width: 880px;
	background-color: #fff;
	float: right;
	text-align: left;
	margin: 10px 0 10px 0;
	padding: 10px 10px;
	border: 1px solid #000;}
	
#sidebar {
	width: 230px;
	float: left;
	text-align: left;
	font-size: 90%;
	line-height: 20px;
	margin: 10px 0 10px 0;
	padding: 0 0 10px 15px;}
	
#sidebar a {
	color:  #414c45;
	padding: 0 15px;
	text-decoration: none;
	font-weight: bold;}
	
#sidebar a:hover {
	color:#a77855;
	text-decoration: overline underline;
	font-weight: bold;}
	
#navigation {
	width: 230px;
	text-align:center;
	font-size:100%;}	

#navigation a {
	display: block;
	width: 220px;
	color: #414c45;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	margin: 4px 0;
	border: 1px solid #414c45;
	outline: none;}

#navigation a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background-color: #a77855;
	border: 1px solid #414c45;
	outline: none;}
	
#footer {
	clear: both;
	width: 880px;
	color: #000000;
	text-align: center;
	font-size: 80%;
	font-weight:bold;
	padding: 5px 10px;}
	
#footer p {
	padding: 0;
	margin: 0;}
	
#footer a {
	color: #414c45;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;}
	
#footer a:hover {
	color: #a77855;
	text-decoration: overline underline;
	font-weight: bold;}
	
#footerbottom {
	clear: both;
	height: 30px;}
	
.catalog {
	padding: 0px;
	border-collapse: collapse;
	width: 500px;
	font-size: 100%;
	text-align: center;}
	
#gallery {
  padding:0; 
  margin:0 0 0 90px; 
  list-style-type:none; 
  overflow:hidden; 
  width:400px; 
  height:600px; 
  border:1px solid #888; 
  background:#fff url(images/gallery/galleryimage.jpg);}
  
 #gallery li {
 float:left;}
  
#gallery li a {
  display:block; 
  height:30px;
  width:400px; 
  float:left;
  text-decoration:none; 
  border-bottom:1px solid #fff; 
  cursor:default;}
  
#gallery li a img {
  width:400px; 
  height:30px; 
  border:0;}
  
#gallery li a:hover {
  background:#eee; 
  height:300px;}
  
#gallery li a:hover img {
  height:300px;}
	
.imageleft {
	margin: 0 10px 0 0;
	float: left;
	border: 3px double #a77855;}
	
.imageright {
	margin: 0 0 0 10px;
	float: right;
	border: 3px double #a77855;}
	
.imageleft-noborder {
	margin: 0 10px 0 0;
	float: left;}
	
.imageright-noborder {
	margin: 0 0 0 10px;
	float: right;}
	
.centertext {
	text-align: center;}
	

