* {
    margin: 0;
    padding: 0;
}

.clearb, .clear {
    clear: both;
}

html{
	background-color: #FFFFFF;
}

a {
	text-decoration: none;
	cursor: pointer;
	font-weight: normal;
	font-size: 15px;
}

p {
	font-size: 9px;
	/*text-align: center;*/
	/*margin-top: 30px;*/
}

.unitx3m, .width2, .width1, .column {
	width: 45%;
	float: left;
	margin-left: 5%;
	padding: 0;
}

fieldset {
	border: 0;
}

h1 { font-size: 24px; font-family: Garamond, serif; color: #A0A0A0;}
h2 { font-size: 20px; font-family: Garamond, serif; color: #A0A0A0;}
h3 { font-size: 18px;}
h4 { font-size: 16px;}
h5 { font-size: 15px; Helvetica, sans-serif; color: #000000; font-weight: normal;}
h6 { font-size: 13px; Helvetica, sans-serif; color: #000000; font-weight: normal;}
h7 { font-size: 20px; font-family: Garamond, serif; color: #A0A0A0;}
body {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Helvetica, sans-serif;
	line-height: 1.5; /*12/18*/
}

/*
ul, li {
	list-style: none;
	display: inline;
}
*/

header {

	width: 100%;
	/*position:fixed;
	position: absolute;
	z-index: 100;
	*/
	height: 140px;
	margin: auto;
	padding: 0px;
}

.logo {
	width: 300px;
	height: 53px;
	float: left;
	display: inline;
	margin: 3% 0 0 15.5%;
	background-image: url(images/logo.png);
}

nav {
	float: right;
	display: inline;
	margin: 4% 13.9% 0 0;
}

nav h1 {
	display: inline;
	font-weight: normal;
}

nav h7 {
	display: inline;
	font-weight: normal;
}

nav ul li a {
	color: #A0A0A0;
}
	
nav li {
	display: inline;
	padding-right: 4px;
}

section{
	padding: 20px 0 0 0;
	background-color: #FFFFFF;
	font-family: Helvetica, sans-serif;
	clear: both;
	margin-left:auto;
	margin-right:auto;
	width: 68.7%;
}

#proj_description img{
	float: right;
	display: inline;
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 20px;

}

#publications ul {
	list-style-type: square;
	padding-left: 40px;
}

#publications li {
	padding-bottom: 10px;
}

#results img{
	padding-left: 1px;
	padding-top: 10px;
	padding-bottom: 30px;
}

#our_team img{
	float: left;
	display: inline;
	padding-right: 20px;
	padding-top: 5px;
}

