p.date	{
			display: block;
			width: 97%;
			margin-left: 2px;
			margin-bottom: 4px;
			background-color: #FFE9CC;
			font-weight: bold;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-moz-box-shadow: 4px 4px 6px rgb(57, 57, 57); 
			-webkit-box-shadow: 4px 4px 6px rgb(57, 57, 57); 
			box-shadow: 4px 4px 6px rgb(57, 57, 57);
}

table	{
	 		width: 97%;
}

td	{
			vertical-align: top;
}

td.image {
			width: 67px;
}
