/* overwrite content */
.content
{
	color: rgb(100, 100, 100);
	font-size: 16px;
	font-family: georgia, 'times new roman', serif;
	line-height: 30px;
	margin-top: 0px;
}

.projectImage
{
	height: 265px;
	overflow: hidden;
}

.projectText
{
	margin-bottom: 15px;
}

.projectLocation
{
	color: rgb(54, 60, 146);
	margin-bottom: 20px;
}

.gallery { margin-bottom: 20px; }

a.prettyLink {
	text-decoration: none;
}

a.prettyLink:link { color: rgb(54, 60, 146); }
a.prettyLink:visited { color: rgb(54, 60, 146); }
a.prettyLink:active { color: rgb(54, 60, 146); }
a.prettyLink:hover { color: rgb(54, 60, 146); }