@charset "utf-8";
/* CSS Document */

/* created by Lori Petersen on 7-16-10
All files for this web site link to this style sheet*/

 #navbar	{
	width: 90%;
	text-align: center;
	margin: 0 auto;
	color: #400000;
	display: inline;
	list-style-type: none;
	vertical-align: middle;
		}

#navbar ul li {
	width: 90%;
	color: #400000;
	display: inline;
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	}

#navbar li a {
	padding: 1em;
	color: #400000;
	text-decoration: none;
	}

#navbar li a:hover{
	color: gray;
	text-decoration: underline;
	}
