/* CSS Document */

body {
	background-color: #556B2F;
  	background-repeat: repeat;
  	margin: 0;
  	padding: 0;
	border: 0;
	width: 100%;
}

h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.7em;
	color: #663300;
}

h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: "Times New Roman", Georgia, serif;
	font-size: 16px;
	font-weight: normal;
	text-align: justify;
	color: #4D2600;
}

p {
	margin-top: 1px;
	font-family: Papyrus, Georgia, "Times New Roman", serif;
	font-size: 1.1em;
	color: #663300;
}

h4 {
	font-family: Palatino, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 1em;
	font-style: italic;
	margin-top: 10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px;
}

#mainback {
	clear: both;
	width: 900px;
	height: auto !important;
	height: 760px;
	min-height: 751px;
	background-color: #BDB76B;
	background-repeat: no-repeat;
	border: thick groove #808080;
	margin-top: 70px;
	background-image: url(galleryimages/Extras/swirls.png);
}

#centerblock {
	background-image: url(galleryimages/Extras/textback.gif);
	display: inline-block;
	height: auto !important;
	height: 480px;
	min-height: 470px;
	width: 600px;
	margin-left: 0;
	margin-top: 10px;
	border: medium double #663300;
	padding: 12px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#navcontainer ul {
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	list-style-type: none;
	color: #000000;
	font: bold normal 24px Papyrus, Georgia, "Times New Roman", serif;
	border-top: thick double #663300;
	border-bottom: thick double #663300;
}

#navcontainer ul li { 
	display: inline;
}

#navcontainer ul li a {
	text-decoration: none;
	color: #000000;
	padding: .2em .5em;
}

#navcontainer ul li a:hover {
	color: #663300;
}

#navlistleft ul {
	display: inline-block;
	text-align: center;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 5px;
	padding-left: 10px;
	padding-right: 0;
	font: normal 19px Papyrus, Georgia, "Times New Roman", serif;
	list-style-type: none;
	float: left;
}

#navlistleft ul li a {
	text-decoration: none;
	color: #000000;
}

#navlistleft ul li a:hover {
	color: #663300;
}

#navlistright ul {
	text-align: center;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	padding-right: 13px;
	padding-left: 0;
	font: normal 19px Papyrus, Georgia, "Times New Roman", serif;
	list-style-type: none;
	float: right;
}

#navlistright ul li a {
	text-decoration: none;
	color: #000000;
}

#navlistright ul li a:hover {
	color: #663300;
}

.gallery {
  	margin: 2px;
  	border: 1px solid #663300;
  	height: 130px;
  	width: auto;
	float: left;
}

.gallery img {
  	display: inline;
  	margin: 3px;
  	border: 1px solid #000000;
 }

.gallery a:hover img {
  	border: 1px solid #FFFFFF;
 }

.desc  {
 	text-align: center;
  	font-weight: normal;
  	width: 80px;
  	margin: 2px;
 }

.shop {
  	margin: 1px;
  	border: none;
  	height: 195px;
  	width: 173px;
	float: left;
	text-align: center;
}

.shop img {
  	display: inline;
  	margin: 3px;
  	border: 1px solid #000000;
 }

.shop a:hover img {
  	border: 1px solid #FFFFFF;
 }

.space {
	margin-top: 8px;
}

.bspace {
	margin-top: 4px;
}

#nxtpg {
	text-align: center;	
}

#imgbox {
	float: left;
	width: 456px;
	height: 325px;
	margin: 0;
	padding-top: 20px;
	padding-left: 66px;
}

.longimg {
	float: left;
	width: 100px;
	height: 300px;
	margin-left: 10px;
	border: 2px groove #C0C0C0;
}