.drop {
/* 
  -moz-box-shadow: 1px 3px 6px #000;
  -webkit-box-shadow: 1px 3px 6px #000;
  box-shadow:1px 3px 6px #000;
 */

 
 filter: drop-shadow(1px 3px 6px black)
 
}


.forgottenWrap {
	position: relative;
	top: 20px;
}



.forgottenLeft {

	position: relative;
	top: 0px;
	left: 20px;
	width: 200px;
	
}

.forgottenRight {
	position: relative;
	top: -136px;
	left: 240px;
	width: 340px;
}




.wendoverImage {
	width: 680px;
	height: 150px;
	position: absolute;
	top: 20px;
	left: 20px;
}


.wendoverMemContain {
	width: 680px;
	height: 540px;
	position: absolute;
	top: 170px;
	left: 20px;
}

.wendoverMemQuote {
	position: absolute;
	left: 0;
	top: 30%;
	width: 100%;
  
	font-size: 24px;
	font-style: italic;
	text-align: center;
	word-spacing: 3px;
	line-height: 28px;
	text-shadow: -1px -1px 2px #D3D3D3;
  
}

.wenMemContent {
	width: 678px;
	height: 227px;
	position: absolute;
	left: 0px;
  	top: 0px;
  	text-align: center;
  	margin: 0 auto;
}

.wenMemTOC {
	position: relative;
  	top: 0px;
	width: 678px;
	height: 140px;
	border: 1px solid #424528;
}


.wenMemHead{
	font-size: 14px;
	word-spacing: 3px;
	line-height: 20px;
  	text-align: center;
  	margin: 0 auto;
}



.wenMemText {
	font-size: 12px;
	word-spacing: 3px;
	line-height: 20px;
  	text-align: justify;
  	margin: 0 auto;
}


.wenMemScroll{
	position: relative;
	height: 392px;
    overflow-y:auto; 
    display:inline-block;
}

.wenMemHistory {
	position: relative;
	width: 627px;
	height: 420px;
    padding-left: 20px;
    padding-right: 20px;
}

.wenMemText {
	font-size: 12px;
	word-spacing: 3px;
	line-height: 20px;
  	text-align: justify;
  	margin: 0 auto;
/*   	padding: 0px, 20px, 20px, 20px; */
}


.site6Contain {
	width: 640px;
	height: 488px;
	position: absolute;
	top: 220px;
	left: 20px;
}


.site6Scroll{
	position: relative;
	left: -20px;
	height: 368px;

    overflow-y:auto; 
    display:inline-block;
}


.site6Image {
	width: 680px;
	height: 200px;
	position: absolute;
	top: 20px;
	left: 20px;
}

