#content{
	width:540px;
	margin-right:40px;
}

div#picture{
	width:540px;
	background:url(/images/shadow_500x0-middle.jpg) 0 0 repeat-y;
}
div#picture span.top{
	display:block;
	height:20px;
	width:540px;
	background:url(/images/shadow_500x0-top.jpg) 0 0 no-repeat;
}
div#picture span.bottom{
	display:block;
	height:20px;
	width:540px;
	background:url(/images/shadow_500x0-bottom.jpg) 0 0 no-repeat;
}
div#picture img{
	display:block;
	margin:0 20px;
}
#content a,
#content a:visited{
	text-transform:uppercase;
}

a.go_back,
a.go_back:visited{
	display:block;
	float:left;
	height:19px;
	line-height:19px;
	background:url(/images/icon-arrow_left.gif) 0 0 no-repeat;
	padding:0 0 0 25px;
}
p.enlarge a,
p.enlarge a:visited{
	display:block;
	float:right;
	height:30px;
	line-height:19px;
	background:url(/images/icon-enlarge.gif) 0 0 no-repeat;
	padding:0 10px 0 25px;
}