body,html{
	padding: 0px;
	margin:0px;
	background-color: #fff;
	color: #000;
  margin: 0px;
	padding: 0px;
  text-align: left;
  font-family: "Lucida sans unicode";
  font-size: 11px;		
}

#container {
	position: relative;
	width: 900px;
	margin-left:-450px;
	left:50%;
	height: auto;
	z-index:1;
	background-image: url(../1/container.jpg);
	overflow:hidden;
}

#header{
	position: relative;
	background-image: url(../1/header.jpg);
	width: 900px;
	height:847px;
	z-index:1;
	cursor: pointer;
}

#imagesContainer{
	position: relative;
	width: 900px;
	left: 10px;
	padding: 10px;
	height: auto;
	overflow:hidden;
	float: left;
}


#descContainer{
	position: relative;
	width: 850px;
	top: 10px;
	left: 20px;	
	padding: 5px;
	height: auto;
	overflow:hidden;
	margin-bottom: 20px;
	float: left;
	background-color: #f0d0ff;
	border: 1px solid #9e56c1;
}


h1{
	font-size: 14px;
	margin:0px;
	padding:0px;
	margin-bottom: 3px;
}

#footerT{
	position: relative;
	width: 900px;
	height:auto;
	padding-top: 20px;
	padding-bottom: 20px;
	z-index:1;
	text-align: center;
}


.thumbnailHor{
	position: relative;
	width: 200px;
	height: 175px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #f0d0ff;
	border: 1px solid #9e56c1;
	padding:5px;
	overflow: hidden;
	text-align: center;
	padding-top: 30px;
}

.thumbnailVer{
	position: relative;
	width: 200px;
	height: 200px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #f0d0ff;
	border: 1px solid #9e56c1;
	padding:5px;
	overflow: hidden;
	text-align: center;
}

.thumbnailHor img{
	border: 0px;
}

.thumbnailVer img{
	border: 0px;
}

.thumbnailHor:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.6;
}

.thumbnailVer:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.6;
}

.clear{
	clear: both;
}

a:link { color: #ac00ff; text-decoration:none; }
a:visited { color: #ac00ff; text-decoration:none; }
a:hover { color: #000; text-decoration:none; }
a:active { color: #ac00ff; text-decoration:none; }
