.shelf {
	text-align: center;
	overflow: hidden;
	width: 100%;
	margin-right: 0px;
	position: relative;
	background-image: none;
	padding-top: 10px;
}

.shelf p {
	margin: 0px;
	padding: 0px;
	line-height: 100%;
	background-image: none;
	clear: none;
	display: inline-block;
}

.shelf p a {
	text-align: left;
}

.shelf a.contact {
	width: auto;
	height: auto;
	background-image: none;
	text-indent: 0px;
	display: inline-block;
	float: none;
	margin-right: 0px;
	text-align: center;
	background-color: #eee;
	padding: 6px 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #8b191b;
}

.shelf a.contact:hover {
	background-image: none;
}

.shelf a.photos {
	width: auto;
	height: auto;
	background-image: none;
	text-indent: 0px;
	display: inline-block;
	float: none;
	text-align: center;
	background-color: #eee;
	padding: 6px 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #8b191b;
}

.shelf a.photos:hover {
	background-image: none;
}


header form, header fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: auto;
	float: none;
	display: inline-block;
}

header form {
	padding-top: 10px;
}

#searchfield {
	padding: 3px 3px 3px 10px;
	width: 100px;
	background-color: #ebebeb;
	border: 0px;
	color: #8b191b;
	font-family: Banda, Helvetica, sans-serif;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-right: 5px;
}

.shelf .subby {
	padding: 3px;
	font-family: Banda, Helvetica, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #9a8479;
	border: 0px;
	width: 25px;
}

header h2 {
	font-weight: 400;
	font-size: 1.5em;
	color: #8b191b;
	line-height: 100%;
	margin: 0px 0px 0px 0px;
	clear: none;
	float: none;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 30px;
	display: inline-block;
}

#flickr {
	clear: both;
	padding-top: 40px;
	padding-bottom: 25px;
	max-width: 450px;
}

#flickr img {
	margin-bottom: 10px;
}