html,body {
	margin: 0px;
	height: 100%;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	text-decoration: none;
	background-color: #DDDDDD;
	background-repeat: repeat-y;
}
#img_top {
	margin-bottom: 20px;
	margin-top: 0px;
}
#caption_right {
	text-align: left;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 30px;
}
#caption_bottom {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}
#close {
	position: absolute;
	width: 16px;
	right: 10px;
	bottom: 10px;
	float: right;
	height: 16px;
}
.caption {
	font-size: 11px;
}
.photographer {
	text-decoration: none;
	font-size: 10px;
	margin-top: 3px;
	}
.description {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 11px;
}
.bold {
	font-weight: bold;	
}
