.home {
	margin: 0px 215px 0px 5px;
	padding: 5px 0px;
	text-align: justify;
}
#container fieldset .post {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}
#container div.date {
	margin: -5px 5px -5px 0px;
	padding: 0px;
	float: right;
	width: 40px;
	border: 1px solid #aaa;
	text-align: center;
}
#container div.date .date_month {
	background-color: #c00;
	padding: 0px 0px 2px 0px;
	margin: 0;
	color: #fff;
	height: 12px;
	line-height: 12px;
	display: block;
	font-size: 12px;
}
#container div.date .date_day {
	font-size: 25px;
	color: #888;
	display: block;
	margin: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
}
#container div.date .date_year {
	font-size: 12px;
	color: #888;
	display: block;
	margin: 0;
	padding: 0;
	height: 12px;
	line-height: 12px;
}

#container #postit {
	float: right;
	background-image: url('../images/design/post-it.png');
	background-repeat: no-repeat;
	background-position: top left;
	width: 190px;
	margin: 5px 0px 0px 0px;
	height: 180px;
	padding: 10px 20px 10px 15px;
	text-align: justify;
	color: #555;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11pt;
}
#container #postit span {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}
#container #postit a, #container #postit a:hover, #container #postit a:visited, #container #postit a:visited:hover {
	color: #444;
}
