

body {
	background: #111;
}

#projectDiv {
	width: 98%;
	height: auto;
	margin-left: 1%;
	background: #222;
}

#titleDiv {
	background: #555;
	width: 98%;
	margin-left: 1%;
	padding-top: 20px;
	margin-top: 7px; 
	margin-bottom: 10px;
}

#title {
	text-align: center;
	margin: 0;
	padding: 0;
}

#subtitle {
	text-align: center;
	margin: 0;
	padding: 0;
}

#headerSelection {
	background: #000;
	width: 98%;
	margin-left: 1%;
	margin-top: 0;
}

.headerSelectionItem {
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	background: #888;
	color: #000;
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
}

#selfLink {
	background: #666; 
}


.divrow {
	display: inline-block;
	height: auto;
	width: 48%;
	margin-left: 1%;
	float: left;
}

.projectTemplate {
	width: 100%;
	height: auto;
	margin-top: 15px;
	background: #333;
	display: inline-block;
	color: #fff;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
}

.thumbnail {
	display: inline-block;
	width: 30%;
	max-width: 400px;
	height: auto;
	margin: 20px;
	float: right;
}

a {
	color: #ff00d4;
}

.ProjTitle {
	margin-left: 20px;
	color: #fff;
}

.indentedText {
	margin-left: 10px;
}