#projects
{
	position: relative;
	width: 100%;	
}


.project
{
	position: relative;
	display: block;
	
	font-family: tahoma;
	font-size: 12px;
	
	color: black;
	margin: 10px 0px 15px 0px;
}



.project .title, a.title
{
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color: gray;
}



.project .title, a.title:hover
{
	color: #b9ca19;
	text-decoration: none;
}



.project .title2
{
	font-weight: bold;
	color: black;	
	font-size: 14px;
}


.project .short2 
{
	font-weight: bold;
	padding-top: 5px;
}



.project .thumb 
{
	float: left;
	padding: 3px;
}
