@charset "utf-8";
/* CSS Document */
body {
	background-color: #C4CBB6;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: auto;
	background-image: none;
}
#container h1 {
	font-family: Papyrus;
	font-size: 40px;
	font-weight: bolder;
	color: #660;
	padding-left: 50px;
	padding-top: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #nav {
	float: none;
	width: 750px;
	text-align: left;
	padding-right: 50px;
	background-color: #C4CBB6;
	height: 40px;
	padding-top: 2px;
	padding-bottom: 5px;
}
#container #nav ul li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	display: inline;
	list-style-type: none;
	padding-left: 10px;
	padding-top: 20px;
}
#container #nav ul li a {
	color: #183408;
	text-decoration: none;
}
#container #nav ul li a:hover {
	color: #6F7567;
	text-decoration: none;
}
#container #text p a {
	color: #183408;
	text-decoration: none;
	font-weight: bold;
}
#container #text p a:hover {
	color:#660;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
}
#container #text h2 {
	font-family: Papyrus;
	font-size: 20px;
	font-style: normal;
	font-weight: bolder;
	color: #660;
	text-align: center;
	padding-bottom: 0px;
}
#container #img {
	float: left;
	width: 300px;
	margin-left: 20px;
	margin-top: 25px;
}
#footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C4CBB6;
	text-decoration: none;
	text-align: center;
	display: inline;
	background-color: #6F7567;
	width: 801px;
	float: left;
	height: 75px;
}
#footer ul li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	list-style-type: none;
}
#footer ul li a {
	text-decoration: none;
	color: #183408;
}
#footer ul li a:hover {
	color: #C4CBB6;
}
#container #text h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #660;
	margin-bottom: 0px;
}


