
.projects ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.projects h2 {
	margin: 0;
}

.projects li {
	margin: 0 5px 0 5px;
	float: left;
	text-align: center;
}

.projects img {
	border: none;
	display: block;
}
.projects p {
	margin: 0;
}

.yearlyprojects h2 {
	clear: left;
}

.objectdetails th {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
.objectdetails td {
	vertical-align: top;
	font-weight: bold;
}
.object_text {
	clear: left;
}
.object_text h2 {
	font-size: 100%;
	margin-top: 1em;
	margin-bottom: 0;
	text-decoration: underline;
}
.object_text p {
	margin-top: 0;
	margin-bottom: 0.5em;
}

.projectimages h2 {
	font-size: 100%;
	margin-top: 1em;
	margin-bottom: 0;
	text-decoration: underline;
}
.projectimages ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.projectimages li {
	display: inline;
}
.projectimages img {
	border-width: 1px;
}

#maincontent .projects h2,
#maincontent .projects h3 {
	font-size: 115%;
	margin: 0;
}

#maincontent .yearlyprojects h2 {
	width: 50%;
	margin: auto;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 150%;
	font-style: italic;
	color: #999;
}
#maincontent .yearlyprojects h2 a {
	color: #999;
}

.objectdetails {
	margin: 1em 0;
}
.object_text p {
	margin-top: 1em;
	text-align: left;
}


