body {
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
}

a img{
  border: none;
}

a:link {
  text-decoration: none;
  color: #4b3712;
}

a:visited {
  text-decoration: none;
  color: #4b3712;
}

a:hover {
  text-decoration: none;
  color: #8d6722;
}

.hidden {
  display: none;
}

.show {
  display: inline;
}
#content {
 float: left;
 background-image: url('../images/background-parchment.png');
 background-repeat: repeat-y;
 width: 100%;
 font-family: 'Comic Sans MS', sans-serif;
 font-size: 12pt;
 padding: 0px 20px 0px 0px;
 color: #8d6722;
}

#footer {
  font-size: 10pt;
  padding: 50px 50px;
}
#header {
	display: block;
	height: 300px;
}

#nav {
  float: left;
	list-style: none;
	width: 230px;
	margin-top: 0px;
}

#nav a {
  
}

.nav-image {

}

.nav-text {
	background-image: url('../images/willow-under-branch-new.png');
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 30px;
  padding-top: 10px;
  width: 255px;
  font-size: 13pt;
  font-style: bold;
}
.nav-leaf {
  padding-left: 5px;
}
.nav-text-up {
	background-image: url('../images/willow-under-branch-new-up.png');
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 30px;
  padding-top: 10px;
  width: 255px;
  font-size: 13pt;
  font-style: bold;
}

#main {
  padding: 0px 40px 0px 250px;
  color: #07430d;
}

.img-right {
	float: right;
	padding: 5px;
}
.img-center {
  text-align: center;
  display: inline;
}
.img-left {
	float: left;
	padding: 5px;
}

.header-img {
	padding: 50px 0px 5px 0px;
}

#product-list {
  list-style-type: none;
}
#product-list li {
  float: left;
  display: inline;
  padding: 5px;
}
#product-list img{
  display: inline;
}

#product-list p {
  display: block;
}
#page-title {
  margin: 25px 0px 0px 300px;
  background-image: url('../images/long-elf-birds-branch.png');
  background-repeat: no-repeat;
  background-position: bottom left;
  height: 200px;
  color: #4b3712;
}
#page-title-toads {
  margin: 25px 0px 0px 300px;
  background-image: url('../images/toad-top.png');
  background-repeat: no-repeat;
  background-position: bottom left;
  height: 200px;
  color: #4b3712;
}
#title-text {
  margin: 10px 0px 0px 300px;
}

#page-title h1 {
  
}
.title-img {
	padding-left: 65px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.lg-img {
	padding-left: 100px;
}
.med-img {
	padding-left: 200px;
}
.sm-img {
	padding-left: 300px;
}
.gallery-set {
	list-style-type: none;
}

.gallery-set li {
	display: inline;
	margin: 5px;
}

.gallery {
	width: 145px;
	height: 145px;
}

.gallery-wide {
	width: 300px;
}

.center-text {
	text-align: center;
}

.text-large {
	font-size: 14pt;
	font-style: bold;
}

