#gallery .text, #gallery .menu, #gallery .box  {
	margin: 10px;
}
#gallery .box {
	float: left;
	width: 116px;
	height: 87px;
	overflow: hidden;
}
h1 {
	font-size: 18px;
	background-image: url(img/sprites-h.png);
	background-position: 0 -302px;
	height: 32px;
	padding-top: 10px;
	overflow: hidden;
	padding-left: 15px;
	font-family: /*MyriadBlack, */Verdana, Arial, Helvetica, sans-serif;
	color: white;
	background-color: #00306F;
	text-transform: uppercase;
	width: 665px;
	margin: 0;
}
h1 span {
	font-size: 14px;
}

#menuBox {
	//position: fixed;
	background-color: white;
	padding: 10px;
}
textarea {
	width: 665px;
	height: 200px;
}
#PictureZoomVeil {
	background-color: white;
}
