@CHARSET "ISO-8859-1";
body {
	margin: 			23px;
	margin-top: 		2px;
	font-family: 		Calibri, Arial;
	background: 		#AAA;
	cursor: 			default;
}
#topArea {
	margin: 			auto auto;
	width: 				920px;
	height: 			196px;
}
#topArea img {
	margin: 			0px;
	padding: 			0px;
	height: 			150px;
}
#bodyArea {
	width: 				920px;
	margin: 			auto auto;
	margin-top:			-2px;
	min-height: 		235px;
	background-image:	url(/static/images/body_bg.png);
}
#bottomArea {
	width: 				920px;
	height:				34px;
	margin: 			auto auto;
	background-image:	url(/static/images/bottom_bg.png);
	text-align:			center;
	color: 				#000;
	clear:				both;
	font-size:			0.8em;
}
#bottomArea a {
	text-decoration:	none;
	padding:			2px 7px 0px 7px;
	color:				#327eca;
}
#bottomArea a:hover {
	text-decoration: 	underline;
}
#validatorArea {
	text-align: 		center;
	margin-top: 		5px;
}
#validatorArea img {
	border: 			none;
}
#validatorArea a {
	text-decoration: 	none;
}
#debug {
	height: 400px;
	overflow: auto;
}
.seperator_horizontal {
	margin: auto auto;
	padding-top: 23px;
	margin-bottom: 23px;
	clear: left;
	width: 500px;
	border-bottom: 1px solid #999;
}