body {
	font: 100% "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif; 
	background-color: #fff;
	color: #555;
	text-align: left;
}


/* Container(s)
--------------------------------------------------------------------*/

.container {
	width: 72%;
	margin-left: 28%;
	}

/* end of Container(s)
--------------------------------------------------------------------*/


/* Header and Footer
--------------------------------------------------------------------*/

.header {
	width: 100%;
	height: 100px;
	margin: auto;
	margin-top: 0px;
	border-bottom: 1px solid #aaa;
}

.headerimg {
	float: left; 
	width: 40%;
	text-align: right;
	border-right: 1px solid #aaa;
}

.footer {
	display: none;
}

/* end of Header and Footer
--------------------------------------------------------------------*/


/* Projects
--------------------------------------------------------------------*/

.project {
	width: 100%;
	margin-bottom: 17mm;
}

.title {
	width: 75%;
	text-align: left;
	padding-top: 6mm;
}

.subtitle {
	width: 100%;
	border: none;
	margin-top: 0px;
}

h1 {
	font-size: 24pt;
	color: #000;
	margin-right: 0px;
	margin-bottom: 0px;
}

h3 {
	font-size: 12pt;
	margin-left: 3%; 
}

h6 {
	font-size: 10pt;
	margin-right: 3%;
}

.showmore {
	display: none;
}

a.thumbs {
	display: none;
	}

/* end of Project
--------------------------------------------------------------------*/