#project-name-container{
	clear:both; width:1150px; text-align:center;
}

#project-name{
	
	height:47px;
	float:right;
	display:inline;
	background:  url(../images/projectTitleContent.png) top right repeat-x; 
	padding-right:10px;
}

#project-name h2{
	color:black;
	font-size:18px;
	margin:0;
	padding:0;
	margin-top:12px;
}

#project-name-corner{
	width:26px;
	height:47px;
	float:right;
	display:inline;
	background:  url(../images/projectTitleCorner.png) top right no-repeat; 
}

#content .left {
	display:inline;
	width:450px;
	float:left;
}

#content .center {
	display:inline;
	width:340px;
	float:left;
}

#content .right {
	display:inline;
	width:300px;
	float:left;
}

#content .right h3{
	font-size:13px;
	padding:0;
	margin:0;
	margin-top:10px;
}

.thumbnail
{
	float: left;
	width: 60px;
	border: 1px solid #999;
	margin: 0 15px 15px 0;
	padding:2px;
	text-align:center;
}

.clearboth { clear: both; }

#content .left2 {
	display:inline;
	width:600px;
	float:left;
}

#content .right2 {
	display:inline;
	width:400px;
	float:left;
	margin-left:20px;
}



