/* ############## HOME CLASSES ############## */
div.projects{
	background-image:		url('../images/content_bg_gradient.png');
	background-repeat:		repeat-x;
	width:					445px;
	min-height:				150px;
	float:					left;
}
	div.projects_item{
		padding:				10px;
	}
		p.projects_item_title{
			color:					#2a3990 !important;
			font-weight:			bold;
			font-size:				13px;
			margin-top:				0px;
			padding-top:			0px;
			font-family:			Arial;
		}
		p.projects_item_content{
			color:					#7c7d80 !important;
			font-size:				12px;
			font-weight:			bold;
			line-height:			15px;
			margin-top:				0px;
			padding-top:			0px;
			font-family:			Arial;
		}
div.projects_margin{
	margin-left:			15px;
}
div.clear{
	clear:					both;
}
