.project_row
{
	width:93%;
	box-shadow: 0px 0px 10px #999999;
	float:left;
	margin-bottom:20px;
	padding:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid rgb(200,200,200);
	border:1px solid rgba(0,0,0,0);
}

.project_row2
{
	width:93%;
	box-shadow: 0px 0px 10px #999999;
	float:right;
	margin-bottom:20px;
	padding:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid rgb(200,200,200);
	border:1px solid rgba(0,0,0,0);
}

.project_type
{
	font-weight:bold;
	font-size:16px;
	text-align:center;
	margin-bottom:20px;
	float:left;
	width:100%;
}

.project_title
{
	font-size:16px;
	color:#C60;
	margin-bottom:5px;
	float:left;
	width:100%;
}

.project_info
{
	float:left;
	text-indent:30px;
	width:100%;
	font-size:12px;
}

tr
{
	vertical-align:top;
}