h1 {
	background-image: url("/photo/themes/BumbleMonkey/PhotographyBlue.jpg");
}
div.thumbnail {
	width: 133px;
}
div.name {
	width: 129px;
}

#instruct {
	display: none;

	color: #4E3925;
	background-color: #FFFF99;
	border: 1px solid #FF7600;
	border-width: 0px 1px 1px 1px;
	margin: auto;
	padding: 3px 6px;
	width: 360px;
	text-align: center;

	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft:  8px;
	
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius:  8px;
	
	border-bottom-right-radius: 8px;
	border-bottom-left-radius:  8px;
	
	-moz-box-shadow: 2px 2px 6px #92673E;
	-webkit-box-shadow: 2px 2px 6px #92673E;
	box-shadow: 2px 2px 6px #92673E;
}

#newLink {
	color: #4E3925;
	background-color: #FFFF99;
	border: 1px solid #FF7600;
	border-width: 0px 1px 1px 1px;
	margin: auto;
	padding: 3px 6px;
	width: 460px;
	text-align: center;
	
	position: absolute;
	top: 30px;
	left: 500px;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	
	-moz-box-shadow: 2px 2px 6px #92673E;
	-webkit-box-shadow: 2px 2px 6px #92673E;
	box-shadow: 2px 2px 6px #92673E;
}

#newLink a {
  color: #003366;
  text-decoration: underline;
}