.wall{
	border:1px solid #333333;
	background-color: #ccc;
	float:left;
	height:215px;
	width:187px;
	margin:0px 10px 10px 0px;
	padding:8px;
/*	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #c4589a;*/
	background-image: url(../images/wall_pattern.gif);	
}

.wall_preview{
	border:1px solid #333333;
	background-color: #ccc;
	height:215px;
	width:187px;
	margin:0px 10px 10px 0px;
	padding:8px;
	background-image: url(../images/wall_pattern.gif);	
}


.wall_date{
	/*	border-bottom: 1px dotted #000000; */
	padding: 4px;
	margin-bottom:5px;
	background-image: url(../images/opaque.png);
	font: 12px Georgia, "Times New Roman", Times, serif;
	font-style: bold;
	color: #c4589a;
}
.wall_content{
	color: #c4589a;
	font: 12px Georgia, "Times New Roman", Times, serif;	
}


