@charset "utf-8";
/* fansite css document */
body {
	margin: 0;
	padding: 0;
	font-family: lucida, verdana, arial, sans-serif;
	font-size: .9em;
	color: #black;
	background-image: url(images/bodybg.jpg);
}
#container {
	margin: 1px auto;
	width: 800px;
}
#header {
	width: 775px;
	background: #00923e;
	padding: 10px 0 10px 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	font-weight: bold;
	color: #fff;
}
#navigation {
	height: 203px;
	background: #fff;
	background-image: url(images/scenery.jpg);
	background-repeat: no-repeat;
}
#navigation img {
	width: 134px;
	height: 127px;
	background: #fff;
	border: 0;
}
#nav1, #nav2, #nav3, #nav4 {
	margin-right: 15px;
}
#nav1 {
	margin-top: 75px;
	margin-left: 175px;
}
#content {
	height: 300px;
	background: #bfe4cf;
}
#content img {
	margin-top: 50px;
	margin-left: 30px;
	border: 0;
}
#textarea {
	margin-left: 225px;
	color:#003333;
	padding: 15px 15px 5px 25px;
}
#textarea h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#textarea p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#footer {
	background: #00923e;
}
#footer p {	
	margin: 0;
	text-align: center;
	font-size: .7em;
	color: #66FF66;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer a, a:link, a:visited {
	text-decoration: none;
	color: #66FF66;
}
#footer a:hover {
	color: #fff;
}
