body {
	background-color: #333333;
	background-image:url("../../content/images/random_grey_variations.png");
}

h1 {
	font-size: 24px;
}

h2 {
	font-size:18px;
}

#nav {
	font-family: Trebuchet, "Trebuchet MS", sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	position: relative;
	top: 0px;
	left: 30px;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	padding: 0 22px 0 22px;
}

#nav li a {
	color: #000000;
	text-decoration: none;
	border-bottom: 5px solid #e3e3e3;
}

#nav li a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 5px solid #e9dd9b;
}

#nav li.focus a {
	border-bottom: 5px solid #e9dd9b;
}