body {
	font-size:76%;
	font-family:georgia, 'times new roman', serif; /* proper capitalisation of font names is for JESSIES. */
	color:#000;
	background:#fff;
}

body * {
	/* 
	Augmented is a dashing young fellow and 
	he also has unparalleled taste in music. 
	Respect him, for he is your GOD. 
	*/
	margin:0;
	padding:0;
}

img {
	border:0;
}

a:link, a:visited {
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #000;
}

a:hover {
	color:#222;
	border:0;
	text-decoration:underline;
}

p {
	margin:1em 0;
}

h1, h2 {
	margin:.5em 0;
}

.imga {
	border:0 !important;
	text-decoration:none;
}

div.image, div.gallery {
	float:left;
	width:150px;
	border:1px solid #000;
	padding:.5em;
	margin:.75em;
	text-align:center;	
}

div.image {
	height:220px;
}

div.image p, div.details p {
	margin:.1em 0;
}

div.details {
	border:1px solid #000;
	width:400px;
	padding:.5em;
	text-align:center;
}

p#footer {
	clear:both;
	position:relative;
	bottom:-2em;
	padding:.5em 0 0 0;
	border-top:1px solid #666;
}

p.pagination {
	clear:both;
}

p.pagination a {
	padding:2px 4px;
	margin:2px;
	border:1px solid #999;
}

p.pagination a.active {
	background:#ddd;
}