body {
	font: x-small verdana, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #CEB86F;
}

table {
	width: 100%;
}

th, td {
	padding: 0;
}

#navbar a {
	text-decoration: none;
	color: #000;
}
#navbar {
	white-space: nowrap;
	position: absolute;
	top: 44px;
	right: 0px;
	border-top: 1px solid #AA8551;
	display: block;
	width: 80%;
}

#navbar a:hover {
	color: #000;
	font-weight: bold;
}

a.navlink {
	text-decoration: none;
}

#nickhome {
	position: absolute;
	top: 115px;
	left: 50px;
}

#masthead img {
	display: block;
	position: absolute;
	top: 35px;
	left: 0;
}
