.navlink
{
	vertical-align: middle;
	font-size: 1.4em;
	font-weight: bold;
	padding-right: 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS";
	line-height: 34px;
}

.navlink:hover
{
	color: #ccc;
	text-decoration:none;
}

#holder
{
	width: 800px;
	margin: 0 auto;
}

#navbar
{
	width: 100%;
	overflow: hidden;
	height: 34px;
	vertical-align: middle;
	font-size: 11px;
}

#navbar a
{
	color: #20200D;
	text-decoration:none;
}

#navbar a:hover
{
	color: #CCC;
	text-decoration:none;
}
