body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background-color: #FFFFFF;
	margin: 25px;
	width: 900px
}

.column {
	float: left;
}

#banner-pub {
	height: 150px;
	width: 900px;
	background-color: #F0F0F3;
}

#banner {
	height: 150px;
	width: 900px;
	background-color: #F3F3F0;
}

#picture {
	height: 150px;
	width: 150px;
	float:left;
}

#title {
	font-size: 30px;
	color: #993333;
	font-weight: bold;
	margin: 20px;
}

#contact {
	font-size: 13px;
	color: 5c5c5c;
	font-weight: normal;
	line-height: 14px;
	margin: 10px;
	padding: 10px;
}

#location {
	font-size: 15px;
	color: 5c5c5c;
	font-weight: normal;
	line-height: 14px;
	margin: 20px;
}

#main {
	margin-top: 10px;
	margin-left: 77px;
}


.section {
	clear: left;
	border: 2px solid #F3F3F0;
	padding: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 800px
}

.heading {
		font-size: 20px;
		font-weight: bold;
		color: #999999;	
}
	
.picture-res {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.info {
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}

#publications {
	margin-top: 30px;
	width: 800px
}

.set {
	padding-top: 10px;
	padding-bottom: 10px;
}

.year {
	float:left;
	clear:left;
	width: 75px;
	font-size: 16px;
	font-weight: normal;
	color: #000000;	
		padding-top: 5px;
}

.refs {
	float: left;
	margin-left: 20px;
	padding-top: 5px;
		padding-bottom: 10px;
	
}

.ref {
	font-size: 16px;
	font-weight: normal;
	width: 700px;
	color: #000000;
	padding-bottom: 10px;
}

#foot {
	margin: 50px;
	clear:left;
	text-align: right;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}



a {
	color: #3B5998;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}

a:link {
	text-decoration: none;

}

a:visited {
	text-decoration: none;

}

a:hover {
	text-decoration: underline;
}

