body {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
}

h1 {
	color: rgb(167, 167, 167);
	text-align: center;
}

a {
	color: black
}

#frame {
	width: 800px;

}

#navigation a {}

#navigation {
	width: 800px;
	height: 20px;
	border-bottom: black 1px solid;
}

#navigation ul {
	display: block;
	width: 800px;
	list-style: none;
	font-size: 14px;
	

}

#navigation li {
	float: left;
	height: 20px;
	width: 160px;
}

#navigation li a {
	text-decoration: none;
	color: black;
}