body {
	margin: 0;
	padding: 0;
	/*font: 11px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	/*background:#000;*/
	background:#FCFEEA;
	/*color: #fff;*/
	color: #5B5721;
	text-align: center;
}

/*redefine*/

::-moz-selection {
	/*background: #fff;
	color: #000;*/
	background: #5B5721;
	color: #eee;
}

::selection {
	/*background: #fff;
	color: #000;*/
	background: #5B5721;
	color: #eee;
}

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

.special
{
	width:450px;
	height:350px;
	font-size:12pt;
	/*border:#000 double;*/
	border:#000 double;
}




/*shared*/

span.clr {
	display: block;
	clear: both;
}



/*content*/

#container {
	position: relative;
	/*z-index: 1000;*/
	width: 800px;
	/*border-right: 1px solid #1c1c1c;*/
	/*background: #000;*/
	margin: auto;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}

.title {
	width: 800px;
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
	background: #FCFEEA;
	overflow:hidden;
}


.thumbnailContainer {
	width: 810px;
	border-top: 1px solid #000;
	margin-top: 10px;
	display: none;
	height: 0px;
	overflow: hidden;
}

.thumbnailContainer .clipper {
	margin: 10px 0 0 0;
}
.thumbnailContainer .clipper2 {
	margin: 10px 0 0 0;
	display:block;
}
.thumbnailContainer .clipper3 {
	margin: 10px 0 0 0;
	display:none;
}

.thumbnailContainer .horizontal {
	/*border: 1px solid #fff;*/
	border: 1px solid #000000;
	width: 100px;
	height: 95px;
	margin:3px;
	float: left;
	cursor: pointer;
	text-align:center;
}

.thumbnailContainer .vertical {
	/*border: 1px solid #fff;*/
	border: 1px solid #000000;
	width: 93px;
	height: 110px;
	padding: 10px 0 0 27px;
	margin: 5px;
	float: left;
	cursor: pointer;
}

.thumbnailContainer img {
	/*border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin: 5px 4px;*/
}

#footer {
	width: 800px;
	/*border-top: 1px solid #fff;*/
	border-top: 1px solid #000;
	margin-top: 10px;
	text-align: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/*a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color:#cccccc;
	text-decoration: none;
}*/
a {
	color: #5B5721;
	text-decoration: none;
}

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

.left {
	float: left;
}

.right {
	float: right;
}

#images {
	display: none;
}

#clipper3 {
	display: none;
}

