body {
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #2D4355;
}
#wrap {
   width: 880px;
   margin: 20px auto 30px auto;
  
}
#top {
	width: 870px;
	text-align: left;
	background: url(teddy.jpg) no-repeat left bottom;
	padding-top: 10px;
	
}
#top img {
    margin: 0 0 24px 420px;
}
p {
    width: 400px;
	margin: 0 0 0 430px;
}
#gallery {
	width: 870px;
	margin: 20px 0 20px 0;
	
}

/* =gallery, based on the Hoverbox by http://sonspring.com
----------------------------------------------------------------------*/
.gallery
{
	width: 870px;
	list-style: none;
	float: right;
	margin: 0px;
	padding: 0px;
}



.gallery a .preview
{
	display: none;
}

.gallery a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.gallery img
{
	background: #FFFFFF;
	vertical-align: top;
	width: 103px;
	height: 80px;
	border: 0;

}

.gallery li
{
	background: #FFFFFF;
	border: 1px solid #2D4355;
	display: inline;
	float: left;
	padding: 10px;
	position: relative;
	margin-right: 16px;
	margin-bottom: 8px;
}

.gallery .preview
{
	border: 1px solid #212D41;
	width: 240px;
	height: 170px;
	padding: 10px;
}
.clear {
  clear: both;
  }
  #close {
    
	font-size: 10px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
#close a {
	text-decoration: none;
	color: #2D4355;
}

