#topLinks { 
	position: absolute;
	top: 115px;
	left: 580px;
	width: 75px;
	text-align: center;
	height: 15px;
	line-height: 15px;
	padding: 5px;
}
#topLinks a { text-decoration: none; }
#topLinks a:hover { text-decoration: underline; }

* html #topLinks {
	position: absolute;
}


.projectDescription {
	float: left;
	width: 100%;
	position: relative;
	clear: both;
	margin-bottom: 15px;
}
#page .hasDescription,
.projectDescription h1,
.projectItem img.noDescription,
.projectItems h1 { margin: 0; }

.projectItems, .projectItem {
	float: left;
	width: 100%;
	position: relative;
	clear: both;
}
.projectItems {
	margin-bottom: 15px;	
}
.projectItems .last { margin: 0; border: 0;}

.projectItem {
	margin-bottom: 15px;
	overflow: hidden;
	background: none;
}

.projectItem img {
	float: left;
	clear: both;
	margin-bottom: 10px;
}

.projectItemDescription { 
	float: left;
	width: 100%;
	position: relative;
	clear: both;
	padding-bottom: 10px;
}

#bottomLinks {
  float: right;
  padding: 5px 12px;
}
#bottomLinks a { text-decoration: none; }
#bottomLinks a:hover { text-decoration: underline; }