body {
	margin: 10px 0px 0px 0x;
	background-color: #FFF917;
	font-family: Verdana, Gill Sans, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
}
td, th {
	font-family: Verdana, Gill Sans, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
}
div {
	margin:0px;
	padding:0px;
	text-align: left;
}
#text {
	position: absolute;
	width: 320px;
	height: 345;
	left: 390px;
	top: 60px;
	overflow-y: auto;
	padding-right:5px;
}
#area {
	margin-left: auto;
	margin-right: auto;
	background-color: #FFEC0C;
	position: relative;
	width: 783px;
	height: 454px;
}
#links {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 783px;
	text-align: center;
	color: #CFBC0C;
}
#links a {
	color: #CFBC0C;
	text-decoration: none;
}
#links a:hover {
	text-decoration: underline;
}
#boxleft {
	position: absolute;
	top: 55px;
	left: 0px;
	width: 73px;
	height: 347px;
	background-image: url(../images/border_l.gif);
	background-repeat: no-repeat;
}
#boxright {
	position: absolute;
	top: 55px;
	left: 713px;
	width: 70px;
	height: 347px;
	background-image: url(../images/border_r.gif);
	background-repeat: no-repeat;
}
#boxtop {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 55px;
	width: 783px;
	background-image: url(../images/border_t.gif);
	background-repeat: no-repeat;
}
#boxbottom {
	position: absolute;
	top: 402px;
	left: 0px;
	height: 52px;
	width: 783px;
	background-image: url(../images/border_b.gif);
	background-repeat: no-repeat;
}
#theman {
	position: absolute;
	left: 60px;
	top: 35px;
}
li {
	margin-bottom: 1.2em;
}
a {
	color: black;
	text-decoration: underline;
}
li a {
	text-decoration: none;
}
li a:hover {
	text-decoration: underline;
}
p {
	margin: 0em 0em 1.0em 0em;
}
.problem {
	color: red;
	font-size: 8pt;
}
a.lang {
	text-decoration: none;
}
a.lang:hover {
	text-decoration: underline;
}
#label {
	position: absolute;
	left: 90px;
	top: 390px;
	width: 220px;
	text-align: center;
	font-size: 90%;
}
form {
	margin: 0px;
	padding: 0px;
}
#label a {
	text-decoration: none;
}
#label a:hover {
	text-decoration: underline;
}
#donate {
	position: absolute;
	left: 630px;
	top: -170px;
	z-index: 100;
}
#loginarea {
	position: absolute;
	left: 0px;
	top: -140px;
	font-size: 8pt;
	z-index: 100;
	text-align: right;
	border: 1px solid #FFEC0C;
	background: #FFF917;
	padding: 10px 20px 10px 20px;
	width: 130px;
	height: 70px;
}
#loginarea input {
	background: #FFEC0C;
	border: 1px solid black;
	font-size: 8pt;
}
