.center thumbs {
	text-align: center;
}
.onpage a {
	color: #FFF;
	background-color: #333;
	display: marker;
}
body {
	margin-top: 0px;
	background-color: #FFF;
}
#nav {
	background-color: #000;
	text-align: center;
	width: 954px;
	height: 82px;
}
a {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666;
}
a   {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-decoration: none;
	color: #333;
}
a:visited {
	color: #630;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: none;
}
link {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar1 {
	width: 20%;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	vertical-align: top;
}

