html, body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #ffffff;
	background-color: #ffffff;
	font-family: Arial, Verdana, Helvetica, Geneva, Sans-Serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}

#content {
	width: 800px;
	height:auot;
	position:absolute;
	top:0;
	left:50%;
	margin:0 auto auto -400px;
	text-align:left
}

#content a:link {
	color: #8fad92;
	text-decoration: none;
}

#content a:visited {
	color: #8fad92;
	text-decoration: none;
}

#content a:hover {
	color: #475374;
	text-decoration: none;
}

#content a:active {
	color: #475374;
	text-decoration: none;
}

.project {
    width:725px;height:70px;float:left;margin:10px 0 5px 0;
}

.project_name{
    width:80px;height:70px;float:left;margin:0 15px 0 0;background-color:#8fad92;font-size:12px;color:#ffffff;
}

.project_name_whitespace{
    width:80px;height:70px;float:left;margin:0 15px 0 0;background-color:ffffff;font-size:12px;color:#ffffff;
}

.thumbnail {
  	width:70px;height:70px;float:left;margin:0 10px 0 0;
}

.thumbnail_end {
    width:70px;height:70px;float:left;margin:0;
}



