body {
	background-image: url(gradient.png);
	background-repeat: repeat-x;
}
#container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	height: 660px;
	border: 3px solid #494f3d;
	margin-bottom: 0px;
	
}

#container #hottub {
	background-image: url(pink.png);
	background-repeat: no-repeat;
	height: 350px;
	width: 770px;
	margin-top: -200px;
	padding-top: 0px;
	border-bottom-width: 5px;
	border-bottom-style: groove;
	border-bottom-color: #838e6c;
}

#container  #leftgarden {
	float: left;
	width: 180px;
	height: 350px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #838e6c;
}

.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;
	}


 #hottub .descr {
	padding-top: 5px;
	color: #F00;
	font-size: 18px;
	float: left;
	padding-left: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #838e6c;
	width: 575px;
	margin-top: 30px;
}


#hottub #leftgarden .book {
	color: #494f3d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	height: 50px;
	padding-top: 50px;
}


 #hottub #rightgarden {
	height: 350px;
	width: 580px;
	float: right;
}


#hottub #leftgarden .name {
	font-family: Arial, Helvetica, sans-serif;
	color: #bf743a;
	text-align: center;
	font-size: 18px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #838e6c;
	padding-top: 100px;
	margin-bottom: 5px;
}


#hottub #leftgarden .check {
	font-family: Arial, Helvetica, sans-serif;
	color: #838e6c;
	text-align: center;
	margin-top: 5px;
}

#container .shell {
	position: relative;
	z-index: 30;
	width: 200px;
	height: 210px;
	left: 640px;
	bottom: 90px;
}
.small {
	color: #494f3d;
}

#container #footer {
	padding-top: 10px;
	height: 20px;
}
#container #footer a {
	padding-left: 10px;
	padding-top: 3px;
	text-decoration: none;
}
#container #footer p {
	margin-top: 0px;
	padding-top: 0px;
}

#container #footer .design {
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 420px;
}
a:link {
	color: #494f3d;
	text-decoration: none;
}
a:visited {
    color: #453333;
	   }
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}
