body {
	background-color:#FFE08D;
}

#postCard_container{
	position: absolute;
	width:509px;
	z-index: 1;
	left: 183px;
	top: 259px;
}

#postCard_container .postcard{
	height:360px;
	width:505px;
	border: 2px solid rgb(0, 0, 0);
	background-color: rgb(254, 253, 218);
	margin-bottom:40px;
	font-family:"Comic Sans MS";
	
}
#postCard_container .postcard .left{
	float:left;
	width:330px;
	padding: 5px 5px 5px 5px;
	
}
#postCard_container .postcard .right{
	float:right;
	width:145px;
	padding: 5px 15px 5px 5px;
}

#postCard_container .postcard .left .date{
	color:#666666;
	font-size:11px;
}

#postCard_container .postcard .left .subject{
	font-size:16px;
	margin:10px 0px 0px 30px;
}

#postCard_container .postcard .left div{
	height:280px;
	overflow-x:auto;
	overflow-y:auto;
}

#postCard_container .postcard .left .question{
	font-size:15px;
	margin:0px 0px 0px 30px;
}

#postCard_container .postcard .left .liebe{
	font-size:15px;
	font-weight:bold;
	color:#FF6600;
	margin:20px 0px 0px 30px;
}

#postCard_container .postcard .left .response{
	font-size:15px;
	margin:0px 0px 0px 30px;
	color:#FF6600;
}

#postCard_container .postcard .right .stamp{
	float:right;
}
#postCard_container .postcard .right .correspondent{
	font-size:15px;	
	margin:25px 0px 0px 20px;
}
#postCard_container .postcard .right .correspondent span{
	font-weight:bold;
	display:block;
}