ul#nav {
	float: left;
	display: inline;
	list-style-type: none;
	width: 175px;
	margin: 0 auto;
	padding-left: 0px;
	left: 0px;
	text-align: center;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	font-family: Times;
}

ul#nav a {
	display: block;
	text-decoration: none;
	background: #fab9ff;
	color: #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

ul#nav a:hover {
	background: #e79dea;
	color: #000000;
}

ul#nav a:visited {
	color: #000000;
}

ul#nav li {
	width: 99px;
	display: inline;
}

ul#navv {
	float: left;
	display: inline;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	bottom: 0px;
	right: 0px;
	top: 0px;
	list-style-type: none;
	padding-left: 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	font-family: Times;
}

ul#navv a {
	display: block;
	float: left;
	text-decoration: none;
	background: #fab9ff;
	color: #000;
	padding-left: 1em;
	padding-right: 1em;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 2px solid #000000;
	width: 166px;

}

ul#navv a:hover {
	background: #e79dea;
	color: #000;
}

ul#navv a:visited {
	color: #000;
}

ul#navv li {
	display: inline;
}



ul#navr {
	display: inline;
	float: right;
	list-style-type: none;
	width: 175px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	font-family: Times;
	padding-left: 0px;
}

ul#navr a {
	display: block;
	text-decoration: none;
	background: #fab9ff;
	color: #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

ul#navr a:hover {
	background: #e79dea;
	color: #000000;
}

ul#navr a:visited {
	color: #000000;
}

ul#navr li {
	display: inline;
	width: 99px;
}

#footer {
	clear : both;
	padding : 5px 10px;
	text-align: right;
	font-size : 75%;
	color : #bbd2e0;
	background : #6e6a5a;
}
	
