#bg {
	position: absolute;
	background-color:#6c90c2;
	height: 100%;
	top: 0px;
	left:0px;
	width: 100%;
	}
#bg_w {
	position: absolute;
	top: 20%;
	width: 100%;
	}
#top {
	height:25px;
	width:900px;
	text-align:right;
	padding: 5px 0 0 0;
	}
#header {
	height:44px;
	padding: 65px 0px 110px 247px;
	}
#menu {
	position:absolute;
	top:214px;
  	height:500px;
  	width:250px;
  	background-color:#FFF;
	}
#menu_bg {
	position:absolute;
	width:100%;
	top:214px;
	height:126px;
  	background-color:#6d91c3;
	}
#menu_div {
	height:12px;
	width:235px;
	}
#menu_b {
	position:absolute;
	padding-top:10px;
	padding-left:20px;
	top:214px;
	left:250px;
	height:118px;
	width:600px;
	}
#content {
	position:absolute;
	top:340px;
	left:250px;
	padding-top:10px;
	padding-left:20px;
	margin-top:15px;
	width:600px;
	height:auto;
	}

#content_layer {
	cursor:default;
	position:absolute;
	padding:0px 0px 40px 0px;
	margin-top:15px;
	width:580px;
	height:auto;
	background-color:#bad3bd;
	}
#clear {
	clear:both;
	}
#hidepage {
	text-align:center;
	position: absolute;
	left:0px;
	top:0px;
	background-color: #FFF;
	layer-background-color: #FFF;
	height: 100%;
	width: 100%;
	}
	
#content_edit {
	position:absolute;
	top:30px;
	left:30px;
	padding-top:10px;
	padding-left:20px;
	margin-top:15px;
	width:auto;
	height:auto;
	}