body {
	background: white;
	color: #000000;
	font-family: sans-serif;
	font-size: 13px;
	text-align: left;
	margin: 0;
	padding: 0;
}

.workthumb {
	border: 1px black solid;
}

.thumbcontainer {
	float: left;
	width: 200px;
	margin-bottom: 20px;
}

.space {
	float: left;
	width: 20px;
	height: 10px;
}

.nav_left {
	float: left;
}

.nav {
	margin-top: 10px;
	text-align: center;
}

.nav_right {
	float: right;
}

.centered {
	width:660px;
	margin: auto;
	font-size: 12px;
}

.clear {
	clear:both;
}

a:link { color:#000000; text-decoration:underline; font-weight: bold; }
a:visited { color:#000000; text-decoration:underline; font-weight: bold; }
a:hover { color:#000000; text-decoration:none; font-weight: bold; }
a:active, a:focus{ outline:none; }