.project {
	overflow: hidden; 
	clear: both; 	
	margin-bottom: 10px;
}

.project .images { 
	float: left; 
	width: 310px; 
	height: 231px; 
	margin: 0px;	
	margin-left: 5px;
}

.project .details {
	float:right; 
	width: 630px;
}

.project .description {	
	font-style: italic; 
	padding: 5px 5px 0; 
	border: 1px solid #C0C0C0; 
	margin: 0 5px 10px 15px;
}

.project .urls,
.project .downloads {
	border: 1px solid #C0C0C0; 
	margin-left: 15px; 
	text-indent: 0; 
	padding:2px;
	margin-right: 5px;
}

.project .urls li,
.project .downloads li {
	text-indent: 0px; 
	margin-left: 2px; 
	padding: 0px; 
	padding-left: 21px; 
	line-height: 22px; 
	list-style: none; 
}

.project .urls li {
	background: url(/images/icons/globe_icon.png) 0% 50% no-repeat; 	
}
.project .downloads li {
	background: url(/images/icons/save_icon.png) 0% 50% no-repeat; 	
}

.project h2 {
	background: url(/images/menu_orange.gif) bottom left repeat-x;
	padding: 0px;
	line-height: 30px;
	color: #FFFFFF;
}

.project h2 img { float: left; width: 32px; }
.project .wip {
	color: #CCC;
}
.project span { float: left; }
