body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 50px;
	background-color: #000000;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	padding: 0;
}
#hdr {
	height: 160px;
	width: 800px;
	margin: 0 auto;
	background-image: url(../imgs/hdr.jpg);
	z-index: 0;
	background-repeat: no-repeat;
}
#ftr {
	height: 37px;
	width: 800px;
	margin: 0 auto;
	background-image: url(../imgs/ftr.jpg);
	z-index: 0;
	background-repeat: no-repeat;
}
#menu {
	height: 30px;
	width: 360px;
	position: relative;
	top: 101px;
	left: 367px;
	overflow: hidden;
	z-index: 5;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}
#menu a {
	float: left;
	height: 30px;
	margin: 0;
	padding: 9px 12px 0 12px;
	text-decoration: none;
	font-size: 14px;
	color: #000000;
	outline: none;
}

#menu a:hover {
	text-decoration: underline;
}a:link {
	color: #000000;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	color: #000000;
}
a:active {
	color: #000000;
}
