body {
	background: #BBACA5;
	color: #ffffff;
	font: 11pt/ 18pt Verdana, Arial, sans-serif;
}

ul {
	list-style: disc inside ;
}
li {
  margin-left: 1em;
}

#area {
	width: 60%;
	margin: 40px 20%;
	text-align: right;
}

.top {
	top: -20px;
	left: 0px;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 20px;
	background: url('../img/corner.side.png') repeat-x;
}

.bottom {
	bottom: -20px;
	left: 0px;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 20px;
	background: url('../img/corner.side.png') repeat-x;
}

.left {
	top: 0px;
	left: -20px;
	text-align: center;
	position: absolute;
	width: 20px;
	height: 100%;
	background: url('../img/corner.side.png') repeat-y;
}

.right {
	top: 0px;
	right: -20px;
	text-align: center;
	position: absolute;
	width: 20px;
	height: 100%;
	background: url('../img/corner.side.png') repeat-y;
}

.bottom-left {
	bottom: -20px;
	left: -20px;
	position: absolute;
	width: 20px;
	height: 20px;
	background: url('../img/corner.bl.png') no-repeat;
}

.bottom-right {
	bottom: -20px;
	right: -20px;
	position: absolute;
	width: 20px;
	height: 20px;
	background: url('../img/corner.br.png') no-repeat;
}

.top-left {
	top: -20px;
	left: -20px;
	position: absolute;
	width: 20px;
	height: 20px;
	background: url('../img/corner.tl.png') no-repeat;
}

.top-right {
	top: -20px;
	right: -20px;
	position: absolute;
	width: 20px;
	height: 20px;
	background: url('../img/corner.tr.png') no-repeat;
}

#hover-menu {
	left: -8em;
	top: -3.5em;
	position: relative;
	float: left;
	margin-right: -4em;
	margin-bottom: -1em;
	width: 12em;
	background: #61574b;
	text-align: left;
	padding: 1em;
}

#hover-box {
	right: -10em;
	top: 5em;
	position: relative;
	float: right;
	width: 12em;
	background: #61574b;
	text-align: left;
	padding: 1em;
	margin-left: -6em;
	margin-bottom: 8em;
}

#field {
	width: 100%;
	background: #61574b;
	position: relative;
	text-align: left;
}

align_center {
	text-align: center;
}

align_left {
	text-align: left;
}

align_right {
	text-align: right;
}

.lighter {
	background-color: #272C2E !important;
}

.darker {
	background-color: #30393E !important;
}

.w50  { width: 50px; }
.w100 { width: 100px; }
.w150 { width: 150px; }
.w200 { width: 200px; }
.w250 { width: 250px; }
