*{
	margin: 0;
	padding: 0;
}
body{
	background: #000;
	font-family: sans-serif;
	color: #fff;
	text-align: justify;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Old English Text MT";
	font-weight: normal;
	text-shadow: 2px 2px 0 #000;
	text-align: center;
}
p, ol{
	margin: 10px 60px;
}
ul{
	margin: 0 0 0 20px;
}
a, a:visited{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
a:hover{
	color: #ff0;
}
a:active{
	color: #f00;
}
img{
	vertical-align: middle;
	border: 0;
}
#navbar{
	width: 200px;
	color: #888;
	text-align: center;
	float: left;
}
#menu a{
	width: 200px;
	padding: 4px 0 0 15px;
	display: block;
	background: url('button.gif') no-repeat;
	color: #fff;
	text-align: left;
	font: 36px 'Old English Text MT';
	text-shadow: 2px 2px 0 #000;
}
#midcol{
	width: 800px;
	min-height: 933px;
	background: url(bg.png) no-repeat fixed 200px 0px;
	line-height: 180%;
	position: absolute;
	left: 200px;
}
#inventory{
	width: 300px;
	height: 400px;
	padding: 4px;
	border-style: solid;
	margin-left: 96px;
	float: left;
	overflow: auto;
}
#inventory a{
	height: 35px;
	display: block;
}
#inventory a:hover{
	height: 31px;
	border-style: solid;
	border-width: 2px;
	color: #fff;
}
#inventory a:active{
	background-color: #a00;
	color: #fff;
}
#stats{
	width: 300px;
	height: 400px;
	padding: 4px;
	border-style: solid;
	border-left: 0;
	text-align: left;
	line-height: 125%;
	float: left;
}
#stats p{
	margin: 5px;
}
#info{
	width: 600px;
	height: 65px;
	border-style: solid;
	border-top: 0;
	padding-right: 19px;
	margin-left: 96px;
	clear: left;
}
#inventory, #stats, #info{
	background: #1d1d5c;
	background-image: -moz-linear-gradient(top, #020223, #1d1d5c);
	background-image: -webkit-gradient(linear, 0 top, 0 bottom, from(#020223), to(#1d1d5c));
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#020223', EndColorStr='#1d1d5c');
}
#enemy{
	background:-moz-linear-gradient(#550, #500);
	background-image: -webkit-gradient(linear, 0 top, 0 bottom, from(#550), to(#500));
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#555500', EndColorStr='#550000');
	width: 600px;
	line-height: 31px;
	border: solid;
	padding: 5px;
}
p.breadcrumb{
	font-size: 12px;
	margin: 0 60px;
}
.none{
	color: #f90;
}
.element{
	color: #0f0;
}
.note{
	font-size: 80%;
	line-height: 100%;
	text-align: center;
}