#divBack {
	position:absolute;
	z-index:0;
	width:1000px;
	height:742px;
	top:0px;
	left:0px;
	border:5px solid #ceacbc;
	background-color:#FFFFFF;
}
#divMain {
	position:absolute;
	z-index:1;
	width:1000px;
	height:742px;
	top:5px;
	left:5px;
	overflow:auto;
}
#divTop {
	position:absolute;
	z-index:2;
	width:983px;
	height:314px;
	top:433px;
	left:5px;
}
#divLace1 {
	position:absolute;
	z-index:3;
	width:180px;
	height:373px;
	top:374px;
	left:764px;
	background-image:url(graphics/lace1.png);
	background-repeat:no-repeat;
}
#divLace2 {
	position:absolute;
	z-index:3;
	width:116px;
	height:59px;
	top:315px;
	left:828px;
	background-image:url(graphics/lace2.png);
	background-repeat:no-repeat;
}
#divLace3 {
	position:absolute;
	z-index:3;
	width:51px;
	height:65px;
	top:250px;
	left:893px;
	background-image:url(graphics/lace3.png);
	background-repeat:no-repeat;
}
#divMenu {
	z-index:4;
	position:absolute;
	width:319px;
	height:742px;
	top:5px;
	left:5px;
}
#needle {
	background-image:url(graphics/needle.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.content {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	padding-top:50px;
	padding-bottom:490px;
	
}
.links {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	vertical-align:top;
	padding-top:50px;
	padding-left:60px;
}
.links a:link, .links a:visited, .links a:active {
	color:#000000;
	background-color:#FFFFFF;
	text-decoration: none;
	border: 1px solid black;
	display:block;
	width: 200px;
	padding:5px;
	margin-bottom:15px;
}
.links a:hover {
	color:#e8040c;
	background-color:#e0ab5b;
	text-decoration: none;
	border: 1px solid black;
	display:block;
	width: 200px;
	padding:5px;
	margin-bottom:15px;
}
body {
	background-color:#000000;
	background-image:url(graphics/bgtile.gif);
}

#editorDialog
{
	font-size: 10pt;
}

#editorDialog button
{
	font-size: 10pt !important;
}

#entityDecoder
{
	display: none;
}