.title-project {
	text-transform:lowercase;
	font-size:17px;
	font-weight:bold;
	color:#333;
}
.subtitle-project {
	text-transform:lowercase;
	font-size:14px;
	color:#999;
}
.explanation {
	display:block;
	width:375px;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
}

.explanation-small {
	display:block;
	width:375px;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:italic;
	color:#666;
}
#project {
	float:left;
	width:550px;
	height:150px;
	display:inline;
	overflow:hidden;
}
#project-content {
	display:inline;
	float:left;
	width:375px;
	height:121px;
	overflow:hidden;
	margin:18px 0px 18px 0px;
}
#project-thumb {
	display:inline;
	float:left;
	width:121px;
	height:121px;
	margin:18px;
}
#project-writing {
	height:103px;
	overflow:none;
}
#project-go {
	height:18px;
	overflow:none;
}
.project-go a {
	display:inline;
	float:left;
	width:117px;
	height: 18px;
	background:url(../../template07/gfx/view-project.gif) 0 0 no-repeat;
}
			.project-go a:hover { 
				background-position: 0 -18px;
			}
.padding {
	padding-right:10px;
}
