* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #222222;
	color: #dfdfdf;
	padding: 0px;
	margin: 0px;
}

h1 {
	margin: 0px;
	padding: 5px;
	margin-left: 60px;
}

.center {
	text-align: center;
}

.small {
	font-size: small;
}

ul {
	list-style: none;
}

#menu ul {
	padding-top: 5px;
	padding-left: 40px;
	margin: 0px;
}

#menu li {
	padding: 0px 25px;
	float: left;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

a {
	color: #bbbfbf;
}


#menu {
	width: 100%;
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
	height: 30px;
}

#main {
	margin-left: 325px;
	margin-right: 5%;
	padding-right: 20px;
}

#static {
	margin: 0px 10%;
	padding: 20px;
}

#map {

}

#map a {
	text-decoration: underline;
	color: #afafaf;
}

#map a:hover {
	text-decoration: none;
	color: #bbbfbf;
}

table.map {
	border-spacing: 0;
	border-collapse: collapse;
}

table.map th {
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
}

table.map td {
	width: 75px;
	height: 75px;
	text-align: center;
	font-size: small;
}

td.wasteland {
	background-color: #745544;
	border: 1px solid #634433;
}

td.town {
	background-color: #447544;
	border: 1px solid #336433;
}

td.ruins {
	background-color: #6f6f6f;
	border: 1px solid #506050;
}

td.water {
	background-color: #555589;
	border: 1px solid #66c;
}

td.mountain {
	background-color: #6f7f6f;
	border: 1px solid #506050;
}

td.ocean {
	background-color: #454579;
	border: 1px solid #66c;
}

#stats {
	padding-top: 20px;
}

#stats table {
	width: 225px;
}

.stat {
	font-weight: bold;
}

td.quarter {
	width: 25%;
}

#sidebar {
	padding-left: 65px;
	float: left;
}

.low {
	color: #e11;
	font-weight: bold;
}

.full {
	color: #1e1;
	font-weight: bold;
}

.spfull {
	color: #9fbbff;
	font-weight: bold;
}

.hp{
	color: #1e1;
}

.sp {
	color: #9fbbff;
}

#skills {
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 20px;
	width: 170px;
}

#skills ul {
	float: left;
}

#skills a {
	text-decoration: none;
	padding: 0px 10px;
	margin-left: 1px;
	color: #afafaf;
	cursor: pointer;
}

#skills a:hover {
	margin-left: 0px;
	text-decoration: none;
	color: #bbbfbf;
	/*background-color: #111;*/
	border: 1px solid #999;
}

#skills a.active {
	margin-left: 0px;
	color: #bbbfbf;
	background-color: #111;
	border: 1px solid #999;
}

input, select, option, textarea {
	font-weight: bold;
	background-color: #111;
	color: #bbbfbf;
	border: 1px solid #999;
}

input.disabled {
	background-color: #111;
	color: #666;
	border: 1px solid #111;
}

.left {
	float: left;
}

.right {
	float: right;
}

.half {
	width: 50%;
	padding-left: 10%;
	padding-right: 10%;
}

#main a {
	padding-left: 2px;
	padding-right: 2px;
	font-weight: bold;
}

.building {
	background-color: #336433;
	border: 4px solid #224222;
}

.building th {
	/*color: #cf7755;*/
}

.building td.actions {
	padding-left: 20px;
}

.popup {
	display: none;
	position: absolute;
	border: 2px solid #999;
	background-color: #111;
	padding: 2px;
	width: 250px;
}

#hover {
	width: 250px;
	text-align: center;
}

#bankingForm {
	width: 250px;
}

#talk {
	width: 250px;
}

#notice {
	width: 880px;
	height: 650px;
}

div.overflow {
	width: 870px;
	height: 600px;
	overflow: auto;
}

#board {
	width: 840px;
	height: 860px;
	margin-left: 10px;
	background-color: #947a6c;
	position: relative;
}

div.notice_post {
	width: 150px;
	height: 150px;
	position: absolute;
	color: #000;
	background-color: #b5a685;
	border: 2px solid #827352;
	z-index: 99;
	padding: 2px;
}

a.help
{
	cursor: help;
	border: 1px solid #999;
}

a.help:hover
{
	text-decoration: none;
}

#inventory {
	padding: 2px;
}

#inventory td {
	padding: 3px;
	border: 2px solid #222;
}

#inventory td.selected {
	border: 2px solid #aaa;
	background-color: #334;
}

#inventory a.help {
	margin-left: 5px;
}

#inventory a.use {
	font-size: small;
}

#inventory a.item {
	cursor: pointer;
}

#footer {
	clear: both;
	padding-left: 35%;
	padding-top: 50px;
	font-size: small;
}
