.contentTable {
	width: 100%;
	text-align: center;
}
.contentTable2 {
	width: 100%;
	text-align: center;
}
.memoryBody {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	overflow: visible;
	width: 950px;
	background-image: url(images/memory-bg.gif);
	border-top: 2px solid #ad2a21;
	border-right: 2px none #ad2a21;
	border-bottom: 2px solid #ad2a21;
	border-left: 2px none #ad2a21;
	margin-right: auto;
	margin-left: auto;


}
.memoryHeader {
}
.memoryTitle {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	background-color: #F0F0F0;
	padding: 3px 10px;
	border: 1px solid #000000;
	position: relative;
	left: -30px;
	width: 500px;
	text-align: left;
}

.memoryDate {
	margin-top: 20px;
	font-size: 12px;
	background-color: #F0F0F0;
	padding: 3px 10px;
	border: 1px solid #000000;
	position: relative;
	left: -30px;
	width: 400px;
	text-align: left;
}

.memoryContent {
	margin-left: 270px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 4px;
	width: 620px;
}
.memoryText {
	text-align: left;
}

.memoryKeywords {
	margin-top: 20px;
	text-align: left;
	font-size: 12px;
	background-color: #F0F0F0;
	padding: 3px 10px;
	border: 1px solid #000000;
	position: relative;
	left: -30px;
	width: 630px;
	text-align: left;
}

.memoryPopup {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	width: 0;
	height: 0;
	z-index: 5;
	border: 1px none #FF0000;
}
.memoryPopupTable {
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/popup-memory-bg.jpg);
	border-top: 2px solid #ad2a21;
	border-right: 2px none #ad2a21;
	border-bottom: 2px solid #ad2a21;
	border-left: 2px none #ad2a21;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	background-repeat: repeat-y;
	width: 600;
	height: 500;
}
.memoryImageBorder1 {
	border: 1px none #000000;
}
.memoryImageBorder2 {
	border: 1px none #000000;
}
.thumbTextleft {
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #C6E2FF;
	margin-right: 4px;
	text-align: center;
	width: 200px;
	float: left;
	padding-right: 4px;
	padding-left: 4px;
	margin-left: 10px;
}
.thumbTextright {
	font-size: 12px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #C6E2FF;
	margin-left: 4px;
	text-align: center;
	width: 200px;
	float: right;
	padding-right: 4px;
	padding-left: 4px;
}
.thumbTextbottom {
	font-size: 12px;
	margin-top: 4px;
	border-top-width: 1px;
	border-top-style: groove;
	border-top-color: #C6E2FF;
	border-right-color: #C6E2FF;
	border-bottom-color: #C6E2FF;
	border-left-color: #C6E2FF;
	width: 100%;
}
.thumbTable {
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
	width: 100%;
}
.memoryCommentHeading {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: #F0F0F0;
	padding: 3px 10px;
	border: 1px solid #000000;
	position: relative;
	left: -30px;
	width: 630px;
	text-align: left;
}
.memoryComment {
	width: 600px;
	margin-bottom: 10px;
}
.memoryCommentTitle {
	background-color: #E2E2E2;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
}
.memoryCommentDate {
	font-size: 10px;
	font-weight: normal;
	padding-left: 5px;
}
.memoryCommentText {
	font-size: 12px;
	color: #000000;
	padding-left: 40px;
}
.memoryCommentMenu {
	text-align: right;
	font-size: 10px;
	color: #333333;
}
.memoryCommentMenu a:link {
	text-align: right;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.memoryCommentMenu a:visited {
	text-align: right;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.memoryCommentMenu a:hover {
	text-align: right;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

