div#content {
	color: #000;
	text-align: left;
	width: 500px;
	font: .9em Georgia, "Times New Roman", Times, serif;
}

div#content p.info {
	width: 150px;
	font-weight: bold;
	font-size: .75em;
	display: block;
	position: fixed;
	position: fixed;
	margin-top: 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
div#content p.desc {
	width: 160px;
	font-size: .75em;
	display: block;
	position: fixed;
	margin-top: 15px;
	padding-top: 5px;
}
div#content p.desc a{
	color: #000;
}
div#content p.desc a:hover{
	color: #df006e;
}
div#content p.desc a:active{
	color: #df006e;
	text-decoration: line-through;
}

div.photos {
	margin-left: 120px;
	margin-bottom: 100px;
}

div.photos span img{
	text-shadow: #000000 0 0 0;
	padding: 0 10px 10px 60px;
}