@charset "utf-8";

/* CSS Document */

#nav {
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#nav a {
	font-size: small;
	text-decoration: none;
	color: #330000;
	font-weight: bold;
}
#nav a:hover {
	font-size: small;
	color: #993300;
	text-decoration: none;
	font-weight: bold;
}
#nav li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
	margin-left: 10px;
}
#nav ul {
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E3D9CC;
	border-right-color: #E3D9CC;
	border-bottom-color: #E3D9CC;
	border-left-color: #E3D9CC;
}
#footer {
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#footer a {
	font-size: small;
	text-decoration: none;
	color: #330000;
	font-weight: bold;
}

#footer a:hover {
	font-size: small;
	color: #993300;
	text-decoration: none;
	font-weight: bold;
}
#footer li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
	margin-left: 10px;
}
#footer ul {
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E3D9CC;
	border-right-color: #E3D9CC;
	border-bottom-color: #E3D9CC;
	border-left-color: #E3D9CC;
}
