body {
	background-color: #ffff00;
	font-family: 'Trebuchet MS', trebuchet, arial, helvetica, verdana, sans, sans-serif;
}
header h1 {
	float: left;
	color: #990000;
}
header h1 a {
	color: #990000;
	text-decoration: none;
}
header h2 {
	float: right;
}
#mainnav {
	width: 19%;
	float: left;
}
#content {
	width: 79%;
	float: right;
}
.clearboth {
	clear: both;
}
.gallery_thumb {
	width: 200px;
	height:280px;
	float: left;
	margin: 0px 10px 10px 0px;
}
.thumbwrapper {
	width: 180px;
	height: 180px;
	padding: 10px;
	background-color: #000000;
}
.thumbwrapper a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}
.thumbwrapper img {
	display: block;
	margin: auto;
	max-width: 180px;
	max-height: 180px;
}
footer {
	clear: both;
}
