#Layer1 {
	position:relative;
	width:900;
	height:560;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	visibility: visible;
	overflow: visible;
}
#Banner {
	position:absolute;
	width:700px;
	height:99px;
	z-index:7;
	left: 87px;
	top: -10px;
	visibility: visible;
	background-color: #FFFFFF;
	}
#Menu {
	position:absolute;
	left:-6px;
	top:100px;
	width:272px;
	height:418px;
	z-index:5;
	visibility: visible;
	background-color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	word-spacing: normal;
	letter-spacing: normal;
	vertical-align: top;
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-indent: 0px;
	line-height: normal;
	color: #ECECEC;
	white-space: normal;
	display: block;
}
#Content {
	position:absolute;
	left:270px;
	top:105px;
	width:600px;
	height:442px;
	z-index:6;
	visibility: visible;
	background-color: #FFFFFF;
	overflow: auto;
	border: thin dotted #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}
