@charset "UTF-8";
/* CSS Document */

* { margin: 0; padding: 0; border: 0; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

html {  }

h3 { text-align:center; }
body { width: 1024px; margin: 0 auto; background-color: #FF9933;}

#wrapper { background-color:#FFFFFF; }
#header { width: 100%; display: block; height: 58px;}
#logo { float: left; padding-left: 15px; }
#title { float: right; padding: 15px 15px 15px 0; display: inline; font-size:16px; font-weight:bold; color: #ff9933;}

#gallery { text-align: center; }
#content p.instruction{ text-align: center; }
.item { width: 200px; height: 220px; display: inline-block; text-align: center; vertical-align:bottom; padding: 8px; border: 1px dotted #ccc; }

.item a .preview
{
	display: none;
}

.item a:hover .preview
{
	display: block;
	position: absolute;
	bottom: 150px;
	left: auto;
	z-index: 1;
}

#thanksphoto { border: 3px solid #FF9933; padding: 3px; }
p.instruction p { text-align:center; }

#content { min-height: 700px; }