*, h1, h2, h3, h4, a{
	font-family: Georgia, serif;
	font-size:12pt;
}
a:after {
    content: " (" attr(href) ") ";
}

#header{
	display:none;
}
#footer{
	display:none;
}
#content ul.buttons{
	display:none;
}
#gallery{
	display:none;
}
#sidebar{
	display:none;
}
.meta-functions{
	display:none;
}
.download-box:before{
	content:"Download: ";
}
.left-col{
	float:left;
	width:80%;
}
.right-col{
	margin-left:82%;
}
.image-with-caption a:after{
	content: "";
}
.clearfix{
	clear:both;
}