html {
	overflow-y: scroll;
}
body {
	margin-top: 10px;
	background: #587498;
	color: #8D0800;
}
img {
	border: 0;
}

#rest a {
	font-size: 12px;
	font-variant: small-caps;
	color: #0000FF;
	text-decoration: none;
}
#rest a:hover {
	text-decoration: underline;
}
#menu a {
	color: #DDDDDD;
	font-family: Arial;
	text-decoration: none;
}
#head a {
	text-decoration: none;
	color: #CD4830;
}
#menu a:hover {
	text-decoration: underline;
}
#menu a.active {
	text-decoration: underline;
}
#world {
	width: 90%;
	min-width: 600px;
	max-width: 850px;
	margin: auto;
}
#head {
	border-style: solid;
	border-width: 0 2px 2px 2px;
	border-color: #CD4830 white white white;
	background: #000000;
	width: 100%;
	height: 36px;
	font-size: 24pt;
	padding: 10px 0 10px 0;
	text-indent: 10px;
}
#menu {
	border: 2px solid;
	border-color: black white white white;
	text-align: center;
	margin: -2px 4px 0 0;
	height: 20px;
	width: 250px;
	float: right;
	padding: 2px 3px 3px; 0;
	background: #000000;
}
.land {
	border: 1px solid black;
	background: #FEF1B5;
	width: 85%;
	min-height: 440px;
	font-weight: bold;
	margin: auto;
	margin-top: 45px;
}
#rest {
	padding: 31px;
}
#rest p {
	margin-top: 0;
	text-indent: 17px;
}
#rest p:first-letter {
	font-size: 14pt;
}
#top {
	background: #000000;
	margin: 0;
	height: 15px;
	width: 100%;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	text-indent: -10px;
}
ul {
	list-style: none;
}
li.input input{
	width: 400px;
}
#ctext textarea {
	width: 400px;
	height: 140px;
	overflow-y: scroll;
}

#heading {
	text-align: center;
	font-size: 12pt;
	margin: auto;
	border: solid black;
	padding-bottom: 20px;
	border-width: 0 0 2px 0;
}

.island {
	height: 225px;
	width: 610px;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-bottom: 30px;
}

.stone p {
	position: relative;
	top: 40px;
	font-size: 14px;
	margin-left: 320px;
	text-align: left;
}

.stone {
	width: 600px;
	height: 250px;
	margin: auto;
	margin-top: 20px;
	border: 2px solid black;
	border-width: 0 0 2px 0;
}
.stone img {
	float: left;
	border: 2px solid #CD4830;
}
.stone img:hover {
	border-color: blue;
}

b#ne {
	padding-left: 175px;
	text-align: right;
}

#status {
	padding-top: 120px;
	width: 450px;
	text-align: center;
	margin: auto;
}

#copy {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#affiliates {
	border-top: 3px solid black;
	margin: auto;
	margin-top: 5px;
	width: 500px;
}

.offline {
	padding: 2px;
	width: 90px;
	display: inline;
	float:right;
}

.affiliate { 
	padding: 2px;
	width: 90px;
	display: inline;
	float: right;
}

#affhead {
	margin: auto;;
	width: 200px;
	height: 50px;
}

#copy {
	font-size: 10px;
	color: #000000;
}
