html {
	height: 100%; 
	margin-bottom: 1px;}
body {
	font: normal 80% Arial, Helvetica, sans-serif;
	background: #484540 url('images/back.jpg');
	color: #484540;
	text-align: center;
	margin: 20px 0 10px 0;}
img {
	border: none;}

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

a:hover {
	color: #6f7165;
	text-decoration: overline underline;
	font-weight: bold;}

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

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

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

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

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

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

#wrapper {
	text-align: left;
	width: 900px;
	background: url('images/content.jpg');
	margin: 0 auto;}
	
#wrapper2 {
	text-align: left;
	width: 900px;
	background: url('images/mainback.jpg');
	margin: 0 auto;}

#header {
	width: 896px;
 	height: 125px;
 	padding: 16px 0 0 1px;
 	background: url('images/headerback.jpg');
 	text-align:center;}

#header a {
	text-decoration: none;}

#header a:hover {
	text-decoration: none;}
	
#header-bottom {
	width: 900px;
 	height: 12px;}
  	
#header-bottomwide {
	width: 900px;
 	height: 12px;}

#maincell {
	background-color: #fff;
 	width: 900px;
 	background: url('images/mainback.jpg');
 	text-align:center;}
	
#content {
	width: 595px;
	float: right;
	text-align: left;
	padding: 10px 30px 10px 5px;}
	
#contentnarrow {
	background-color: #fff;
 	width: 575px;
 	padding: 0 150px 0 165px;
 	background: url('images/mainback.jpg');
 	text-align:left;}
	
#contentwide {
    clear: both;
	width: 840px;
	float: right;
	text-align: left;
	padding: 10px 30px;}
	
#sidebar {
	width: 215px;
	float: left;
	text-align:left;
	font-size: 90%;
	line-height:20px;
	padding: 10px 5px 10px 30px;}

#sidebar a {
	color: #4F0000;
	padding: 0 15px;
	text-decoration: none;
	font-weight: bold;
}

#sidebar a:hover {
	color: #6f7165;
	text-decoration: overline underline;
	font-weight: bold;}
	
#footertop {
	clear: both;
	height: 13px;
	background-image:url('images/footertop.jpg');}
	
#footerbottom {
	height: 23px;
	background-image:url('images/footerbottom.jpg');}

#footer {
	clear: both;
	color: #484540;
	background-image:url('images/footerback.jpg');
	text-align: center;
	font-size: 90%;
	padding: 20px 0;}
	
#footer p {
	padding: 0;
	margin: 0;}
	
#footer a {
	color: #4F0000;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
    color:#6f7165;
	text-decoration: overline underline;
	font-weight: bold;}
		
#footertop-wide {
	clear: both;
	height: 13px;
	background-image:url('images/footertop-wide.jpg');}
	
#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;}
  	
.catalog {
    padding: 0px; 
    border-collapse: collapse;
    width: 500px;
    font-size: 100%;
    text-align: center;}
	
.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;}
	
.centertext {
	text-align: center;}

