@charset "UTF-8";
/* CSS Document */


body {
	background-color: #050000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Franklin Gothic", "Trade Gothic", "Lucida Grande", Verdana, Helvetica, sans-serif;
	color: #868b7f;
	line-height: 110%;
}
A:link {text-decoration: underline; font-weight: bold; color: #8ccc3e;}
A:visited {text-decoration: underline; font-weight:bold; color: #8ccc3e}
A:active {text-decoration: underline; font-weight:bold; color: #8ccc3e}
A:hover {text-decoration: underline; font-weight:bold; color: #00FF00; }

.portfolioNavThisProject {
	font-size: 11px;
}

.portfolioNavMoreProjects {
	float: right;
	font-size: 11px;
}

.portfolioNavMoreProjects {
	font-size: 11px;
	text-align: right;
}

.portfolioBody {
	font-size: 11px;
	width: 420px;
	margin:auto;
}
.portfolioBodyWide {
	font-size: 11px;
	width: 500px;
	margin:auto;
}
.portfolioImage {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0;
	}
