html, body, h1, h2, h3, h4, h5, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	/*background: #504634;*/
	background: #D4C1B6;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #695F4C;
	padding-bottom: 10px;
}

/** layout **/
#main {
	text-align: left;
	margin: 37px auto;
	width: 972px;
	background: #ffffff;
	position: relative;
	background-color: #D4CAB6;
}

#header {
  background: #D9D1BC url(../images/header.jpg) no-repeat;
  height: 266px;
}
#logo {
  position: absolute;
  top: 24px;
  left: 280px;
  width: 700px;
  color: #52616E;
}
#logo h1 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
}
#logo p {
  margin: 0;
  font-weight: bold;
}
#nav {
  background: #4B5360;
  position: absolute;
  top: 101px;
  left: 287px;
  width: 685px;
  padding: 9px 0;
  text-align: center;
}
#nav li {
  list-style: none;
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #fff;
}
#nav a {
  text-decoration: none;
  color: #fff;
}
#gallery {
  position: absolute;
  top: 150px;
  left: 370px;
  width: 682px;
}
#gallery li {
	list-style: none;
	text-indent: -999px;
	float: left;
	overflow: hidden;
	height: 111px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#gallery .bass {
  background: url(../images/pic_1.jpg) no-repeat;
  width: 148px;
}
#gallery .yella {
  background: url(../images/pic_2.jpg) no-repeat;
  width: 181px;
}
#gallery .cod {
  background: url(../images/pic_3.jpg) no-repeat;
  width: 149px;
}

#body {
  padding-top: 3px;
  background-color:#D4C1B6;
}
#info {
  float: left;
  width: 195px;
  height: 390px;
  background: #D4C1B6;
}
#textgroup1 {
  float: right;
  width: 775px;
  background: #D4CAB6;
  margin-bottom: 2px;
}
#textgroup1 .inner {
  padding: 6px 24px;
}
#textgroup1 p {
  margin: 0.9em 0;
}
#textgroup1 ul {
  margin-left: 1.5em;
}
#textgroup1 li {
  margin: 0.2em 0;
}

.more a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
}
.more a:hover {
  text-decoration: underline;
}

h6 {
  font: bold 12px Arial, Helvetica, sans-serif; 
  color: #1B1812;
  /*padding-bottom: 5px;*/
  /*padding-top: 0px;*/
}

h5 {
  font: bold 14px Arial, Helvetica, sans-serif; 
  color: #1B1812;
  /*padding-bottom: 10px;*/
  /*padding-top: 20px;*/
}
h4 {
  font: bold 16px Arial, Helvetica, sans-serif; 
  color: #1B1812;
  padding-bottom: 10px;
  padding-top: 20px;
}
h3 {
  font: bold 18px Arial, Helvetica, sans-serif; 
  color: #1B1812;
  padding-bottom: 10px;
  padding-top: 20px;
}

h2 {
  font: 20px Arial, Helvetica, sans-serif; 
  color: #695F4C;
  
  padding-bottom: 10px;
}
#info h2 {
  color: #fff;
  padding: 4px 0 5px 39px;
  background: #847A67;
}
#info li {
  background: #D4CAB6 left url(../images/bullet.gif) no-repeat;
  border-top: 1px solid #F4EFDF;
  list-style: none;
  font-size: 12px;
  padding: 7px 0 8px 35px;
}
#info a {
  text-decoration: none;
  color: #000000;
}
#info a:hover {
  text-decoration: underline;
}

#textgroup2 {
	float: right;
	width: 775px;
	background: #D4CAB6;
	margin-bottom: 2px;
	position:relative;
}
#textgroup2 .inner {
  padding: 6px 24px;
}

#textgroup2 p {
  margin: 0.9em 0;
}
#textgroup2 li {
  margin: 0.2em 0;
  color: #463F32;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
#textgroup2 ul {
  margin-left: 1.5em;
}
#minigal {
  float: right;
  width: 222px;
  margin-top: 1em;
  margin-bottom: 1em;
}
#minigal div {
  float: left;
  margin: 6px;
}

#copyright {
  text-align: center;
  font-size: 9px;
  padding: 3px;
}

/*.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*
visibility: visible;
top: auto;
left: 0px; /*position where enlarged image should offset horizontally *
}
*/
#thumbs{
  width:700px;
}
#thumbs div {
  margin:5px;
  width:120px;
  height:110px;
  float: left;
}
#thumbs div img{
  border:none;
  display:block;
  margin:5px auto;
}

#bigDynPic{
  background: #CCCCCC;
  position: absolute;
  top: 500px;
  left:200px;
  padding:5px;
}
