#allcontent {
	width: 900px;
	margin-top: 7%;
	margin-left: auto;
	margin-right: auto;
}

#homelogo {
	float: left;
	width: 700px;
}

#homelinks {
	position: absolute;
	margin-top: 0px;
	margin-left: -40px;
	line-height: 2.5em;
	font-size: 130%;
}


li {
	list-style-type: round;
}









a:link {
	color: #797979;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #797979;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-weight: bolder;
	color: black;
	text-decoration: none;
}