@charset "utf-8";
body  {
	font: 12px Tahoma;
	background: #fcedc4;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10x;
	text-align: center;
	color: #543001;
}

p, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

#container {
	position: relative;
	width: 708px;
	padding: 0px 0px 0px 0px;
	background-image: url(files/blank.gif);
	margin: auto;
	text-align: center;
}

.thumbnailContainer {
	width: 708px;
	margin-top: 6px;
	display: none;
	height: 100px;
	overflow: hidden;
}

.thumbnailContainer .clipper {
	margin: 1px 0 0 0;
}

.thumbnailContainer img {
	border: 2px solid #a38f6d;
	width: 89px;
	height: 89px;
	margin: 12px;
	float: left;
	cursor: pointer;
	/*border-left: 1px solid #a38f6d;
	border-right: 1px solid #a38f6d;
	margin: 5px 4px;*/
}

a {
	color: #493c25;
	text-decoration: none;
}

a:hover {
	color: #836c44;
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

#images {
	display: none;
}

a.link {
          COLOR: #fff7e3
}


a.link:hover {
          COLOR: #fff7e3
}

a img {
  border: 2px solid #fff7e3;
}

h1 {
	font-size: 16px;
	font-family: Tahoma;
	font-weight: bold;
	text-align: left;
	color: #543001;
}

h2 {
	font-size: 16px;
	font-family: Tahoma;
	font-weight: bold;
	text-align: center;
	color: #543001;
}

h3 {
	font-size: 16px;
	font-family: Tahoma;
	font-weight: bold;
	text-align: right;
	color: #543001;
}