/**************************************/
/*             HOME		              */
/**************************************/
#yellow_area {
	background-color: #ffcc14;
	display: table;
	width: 485px;
	padding: 0 5px 0 5px;
}
.date {
	float: left;
	margin: 20px 0 0 15px;;
}

.desc-area {
	float: right;
	width: 430px;
}
#home h1, #home h2 {
	font-size: 1.8em;
	border-bottom: 1px dotted gray;
	margin-top: 15px;
}
#home h1 {
	color: #90c83a;
	margin-top: 0px;
}
.article {
		background: transparent url("../images/bullet-red.png") 5px 3px no-repeat;
		text-indent: 25px;
		margin-top: 10px;
		text-align: justify;
}