/* Home */
div.home {
	width: 100%;
}
div.home_left {
	float: left;
	width: 65%;
}

div.home_left div#project_overview_box_div {
	margin-top: 15px;
}	

div.home_right {
	float: right;
	width: 35%;
}
/* Latest products */
div.home_right div#latest_products_box_div {
	margin-top: 15px;
}

div.home_right div.product {
	width: 90%;
	height: 150px;
	margin: 3px auto 4px;
	padding: 5px;
	background-color: #ffffff;
	text-align: center;
}
/* Latest news */
div.home_right div#latest_news_box_div {
	margin-top: 15px;
}

div.home_right div.post {
	width: 90%;
	height: 140px;
	margin: 3px auto 4px;
	padding: 7px;
	background-color: #ffffff;
	text-align: center;
}

div.home_right div.post img.post_image {
	float: left;
	margin: 5px;
}

div.home_right div.post div.description {
	text-align: justify;
	text-indent: 15px;
}