@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	background-color: #7AC44A;
}
a {
	text-decoration: none;
	color: #2E9E00;
}
a:hover {
	color: #7AC44A;
}
h1 {
	font-size: 1.3em;
	font-weight: normal;
	margin: .2em 0 .2em 0;
	padding: 0;
	color: #2E9E00;
}
p {
	margin: 0;
	padding: 0 0 1.3em 0;
}
div#wrapper {
	position: relative;
	background-color: #FFFFFF;
	width: 55em;
	margin: 25px auto;
	padding: 0 0 3px 0;
}
div#header {
	background-color: #B4D2FF;
	overflow: hidden;
	background-image: url(_images/grass-sky.jpg);
	background-repeat: repeat-x;
}
div#navbox {
	border: solid #7AC44A 2px;
	border-width: 2px 0;
	padding: 3px 0;
}
ul#nav {
	list-style: none;
	font-size: 1.1em;
	border: solid #2E9E00;
	border-width: 2px 0;
	margin: 0;
	padding: 3px 20px;
	overflow: hidden;
}
ul#nav li {
	display: inline;
	margin-right: 2.7em;
}
ul#nav li.last {
	margin-right: 0;
}
div#content {
	border: solid #7AC44A;
	overflow: hidden;
	border-width: 0 0 2px 0;
	padding: 20px;
}
div#sidebar {
	float: left;
	width: 185px;
}
div#text {
	padding-left: 205px;
}
div#text ul {
	margin: -1em 0 0 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: none;
}
div#ref {
	font-size: .8em;
	margin: 2em 0 0 0;
}
div#sidebar img {
	border: solid #7AC44A 2px;
	padding: 3px;
}
div#equip div {
	overflow: hidden;
	clear: left;
	padding-top: 10px;
	border-top: none #DCFAB4 2px;
	margin-bottom: 25px;
}
div#equip {
	border: solid #7AC44A;
	overflow: hidden;
	border-width: 0 0 2px 0;
	padding: 20px;
}
div#equip img {
	float: left;
	border: solid #7AC44A 2px;
	padding: 3px;
	margin-right: 20px;
}
div#equip ul {
	margin: -.6em 0 0 0;
	padding: 0;
	list-style-position: inside;
}
div#foot {
	border-top: solid #2E9E00 2px;
	padding: 5px 1.5em 4px 1.5em;
	margin:3px 0 0 0;
	text-align: center;
	font-size: .8em;
	color: #7AC44A;
}
div#foot a {
	color: #7AC44A;
}
div#foot a:hover {
	color: #2E9E00;
}
img.topleft {
	position: absolute;
	top: 0;
	left: 0;
}
img.topright {
	position: absolute;
	top: 0;
	right: 0;
}
img.bottomleft {
	position: absolute;
	bottom: 0;
	left: 0;
}
img.bottomright {
	position: absolute;
	bottom: 0;
	right: 0;
}
img.specialty {
	position: absolute;
	top: 125px;
	right: 15px;
}
sup {
	font-size: .7em;
	line-height: 0;
}
