#header {
	position: absolute;
	margin-left: 6px;
	width: 768px;
	height: auto;
}

#top {
	left: 0px;
	top: 0px;
	position: absolute;
}

#left {
	margin-left: 0;
	left: 6;
	top: 48px;
	float: none;
	position: absolute;
	z-index: 5
}

#right {
	margin-left: 0;
	position: absolute;
	left: 725;
	top: 48px;
	z-index: 5
}

#bottom {
	left: 0px;
	top: 572px;
	position: absolute;
}

#menu {
	position: absolute;
	left: 51px;
	top: 48px;
	
}

#content {
	background-image: url(images/frame_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	position: absolute;
	width: 667px;
	height: 496px;
	overflow: auto;
	left: 51px;
	top: 76px;
	z-index: 1;
}

.general {
	background-image: url(images/frame_bg_top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	font-weight: normal;
}

#footer {
	position: absolute;
	left: 270px;
	top: 601px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

#doorleft {
	position: absolute;
	margin-left: 0;
	left: 12px;
	z-index: 4;
	top: 49px
}

#doorright {
	position: absolute;
	margin-left: 0;
	left: 416px;
	z-index: 4;
	top: 49px
}
#blockleft {
	position: absolute;
	left: -20px;
	top: 47px;
	z-index: 10;
	visibility: visible;
}

#blockright {
	position: absolute;
	left: 740px;
	top: 47px;
	z-index: 10;
	visibility: visible;
}

