@charset "utf-8";
/* CSS Document */

*, html {
	margin: 0;
	padding: 0;
}
html, body {
height: 100%;
}

body {
	background-color:#fef9f0;
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
}
p {
	font-family:Tahoma, Geneva, sans-serif;
	color:#2e1f03;
	text-align: left;
	font-size:smaller;
}
h3 {font-family:Tahoma, Geneva, sans-serif;
	color:#2e1f03;
	}
img {border:0px;}
a:link {color:#7aaf53; text-decoration:none;}
a:visited {color:#7aaf53; text-decoration:none;}
a:hover {color:#2e1f03; text-decoration:none;}  
a:active {color:#7aaf53; text-decoration:none;}

#content {
	top:50px;
	position:relative;
	width: 800px;
	margin:0 auto;
	z-index:0;
	overflow:visible;
}

#sidebar {
	width: 201px;
	height: 600px;
	float: left;
	padding: 0px;
	overflow:hidden;
}
#sidebar p {text-align:center;}
#maincontent {
	width: 500px;
	float: left;
	padding: 0px;
}

#mainmenu {width:599px; 
	height:39px; 
	padding:0px; 
	margin: 0 auto;
	top: 99px;}

#mainmenu a { height:39px; display:block;}
#mainmenu li span{display:none;}
#mainmenu li {margin:0; list-style:none; float:left;}

#mainmenu a.youarehere,
#mainmenu a:hover {background-position:0 -39px !important;position:relative;}
#mainmenu a.youarehere {z-index:99;}
#mainmenu #about {width:96px;background:url(about-menu.gif);}
#mainmenu #gallery {width:128px;background:url(gallery-menu.gif);}
#mainmenu #store {width:102px;background:url(store-menu.gif);}
#mainmenu #contact {width:123px;background:url(contact-menu.gif);}

#textbox { padding: 10px;
}

.index-image {padding-left:2px; padding-right:2px;}

.thumbnail {width: 80px; text-align: center;}
.caption {text-align: left; padding: 10px;}

#filler {width: 99px;}

#footer {
	width: 500px;
	position:relative;
	border-top: 2px solid #7aaf53;
	padding-top: 2px;
}

#footer p {
	color:#2e1f03;
	font-size:x-small;
	text-align:center;
}