
/* Use full width */
div#body {
	padding-left: 10px;
	padding-right: 10px;
	width: 730px;
}

/* Info block */

#body div.infoblock {
	width: 420px;
	margin-left: auto;
	margin-right: auto;
}

/* Photo info */

#body div.photoinfo {
	width: 420px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#body div.photoinfo * {
	text-align: center;
}

#body div.photoinfo h1 {
	margin-bottom: 0px;
}

#body div.photoinfo h2 {
	margin-top: 0px;
}

/* Thumbnails */

#body div.previous,
#body div.next {
	border: 1px dotted #333;
	background-color: #f3f3ee;
	padding: 0px 10px;
	margin: 10px 0px;
}

#body div.previous {
	float: left;
}

#body div.next {
	float: right;
}

/* Photo */

#body p.photo {
	clear: both;
}

/* Hide the logo and the right column */
div#logo,
div#right {
	display: none;
}

