@charset "utf-8";
/* CSS Document */

#mainNav {
	clear:both;
}

#mainNav ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	line-height:35px;
	width:570px;
}

#mainNav li {
	display:inline;
	color:#E9E9EB;
	font-size:.7em;
	font-weight:bold;
	padding:7px;
	
}

#mainNav a {
	text-decoration:none;
	color:#E9E9EB;
}

#bottomNav {
	clear:both;
}

#bottomNav ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width:570px;
}

#bottomNav li {
	display:inline;
	color:#E9E9EB;
	font-size:.65em;
	font-weight:bold;
	padding:0;
	margin:0;
}

#bottomNav a {
	text-decoration:none;
	color:#E9E9EB;
}

#bottomNav p {
	color:#E9E9EB;
	font-size:.65em;
	font-weight:bold;
	padding:4px 0 0;
	margin:0 0 -4px 0;
}

.bottom {
	margin-bottom:40px;
}

a.linkLight {
	text-decoration:none;
	color:#E9E9EB;
}

a:hover.linkLight {
	text-decoration:none;
	color:#E9E9EB;
	font-weight:bold;
}

a:active.linkLight {
	text-decoration:none;
	color:#E9E9EB;
}

a:visited.linkLight {
	text-decoration:none;
	color:#E9E9EB;
}

a.linkDark {
	text-decoration:none;
	color:#571519;
}

a:hover.linkDark {
	text-decoration:none;
	color:#571519;
	font-weight:bold;
}

a:active.linkDark {
	text-decoration:none;
	color:#571519;
}

a:visited.linkDark {
	text-decoration:none;
	color:#571519;
}

ul#coffeeCafe {
	padding-top:5px;
}


