@charset "utf-8";
/* CSS Document */

body {
	background-color: #616161;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
a, a:visited {
	color:#FFFFFF
}
#container {
	background-color: #7c7c7c;
	border: 1px solid #000000;
	position: static;
	min-height: 570px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
#navbar {
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	margin-top: 15px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #b6ee5c;
}
#navbar ul {
	margin-left: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navbar li {
	display: inline;
	list-style-type: none;
	padding-right: 30px;
	font-size: small;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#story {
	border: 3px solid #b6ee5c;
	height: 321px;
	width: 754px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	position: absolute;
	visibility: hidden;
	left: -50em;
}
#navbar a, #navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;	
}
#footer {
	font-size: x-small;
	color: #9e9e9e;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
#footer a, #footer a:visited {
	color: #9e9e9e;
}
#navbar a:hover {
	text-decoration: underline;
	background-color: #b6ee5c;
	color: #000000;
}
.sell {
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 12px;
}
.sell h2, .sell h3, .sell h4 {
	font-weight: normal;
	margin-bottom: .25em;
}
.sell h4 {
	font-weight: bold;
}
.sell ul {
margin-top: 0;
padding: 0;
padding-left: 24px;
}