body {
	background-image: url(imagesW/cardsmall/cardspage.png);
	background-repeat: repeat-x repeat-y;
}
#container {
	width: 800px;
	background-image: url(imagesW/cardsmall/cardsbackgr.png);
	background-repeat: repeat-y;
	margin:0  auto;
	}

#container #block1 {
	background-image: url(pink.png);
	background-repeat: no-repeat;
	width: 770px;
	border-bottom-width: 5px;
	border-bottom-style: groove;
	border-bottom-color: #838e6c;
	height: 300px;
}

#container  #left {
	float: left;
	width: 180px;
	height: 250px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #838e6c;
}
 #block1 #rightgarden {
	height: 250px;
	width: 580px;
	float: right;
}
.gardengallery{
	position: relative;
	height: 225px;
	width: 585px;
	margin-top: 5px;
	   }

.thumbnail img{
     border: 1px solid #bf743a;
	 margin: 0 5px 5px 0;
	 }
.thumbnail:hover{
    background-color: transparent;
	}
.thumbnail:hover img{
     border: 1px solid #bf743a;
	 }
.thumbnail span{
    position: absolute;
	background-color: transparent;
	padding: 5px;
	left: -1000px;
	border: 1px solid #494f3d;
	visibility: hidden;
	color: black;
	text-decoration: none;
	}
.thumbnail span img{
    border-width: 0;
	padding: 2px;
	}
.thumbnail:hover span{
    visibility: visible;
	top: 0;
	left: 230px;
	z-index: 50;
	}
 #block1 .descr {
	padding-top: 5px;
	color: #393333;
	font-size: 18px;
	float: left;
	padding-left: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #838e6c;
	width: 565px;
}



#container #header h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding-top: 10px;
	padding-left: 184px;
}
#container #header {
	height: 70px;
}
#container #block1 #left p {
	color: #FFF3FF;
	font-family: "Courier New", Courier, mono;
	padding-left: 10px;
}
#container #stamp  {
	position: relative;
	z-index: 30;
	left: 630px;
	width: 250px;
	bottom: 100px;
}
#container #stamp1  {
	position: relative;
	z-index: 30;
	left: 630px;
	width: 250px;
	bottom: 350px;
}
