body{
	font-family:Verdana, Tahoma;	
	font-size:10pt;
	margin:10px;
	max-width: 940px;
	width: 940px;
	/*background-color:#D9CE92;*/
	/*color:#3D3535;*/
}

#left{
	float:left;
	position:fixed;
	margin-left:10px;
	margin-right:20px;	
	width:200px;
}

#right{
/*	float:right;*/
	position:absolute;
	left:250px;

	max-width:650px;	
	margin-left:20px;	
	margin-right:10px;
	margin-top:20px;	

	width:650px;

}

#menu{
	margin-top:5px;
	font-size:12pt;
	margin-bottom:20px;
}

#main{
		
}

#footer{
	
}

#last-update{
	font-size:smaller;
}

a:link{
	color:#3B4042;
}

a:visited{
	color:#5F1406;
}

a:hover, a:focus, a:active{
	color:#800000;
	background-color:#E3E0D1;
}

.active{
	font-weight:bold;
	color:#000000;
}

.inactive a{
	color:#c0c0c0;
	
}

#section{
	font-size:12pt;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}

#publication .author{
	font-weight:bold;
}
#publication .title{
	font-weight:bold;	
}

#project-list, #cv-list{
	margin-left:0px;
	padding-left:5px;
	list-style-type:none;
}
li{
	margin-bottom:5px;
}
#project-list li:before, #cv-list li:before{
	content: "\00BB \0020";
}

/* PROJECTS PAGE */
#project {
	
}

#project-entry {
	/* image size */
	 clear: both;
	 min-height: 65px;
	 margin-bottom: 20px;
	
}
#project-entry img{
	width:200px;
	/*max-height:160px;*/
	margin-right:10px;
	margin-top:25px;
	margin-bottom:10px;
}
#project-entry .project-left{
	float:left;
}
#project-entry .project-right{/*h3, .abstract, .artifacts, .tags{*/
	float:left;
	max-width:430px;
/*	margin-left:230px;*/
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
}
#project-entry .author{
	font-weight:bold;
}
.cv-content {
margin-right: 135px;
margin-top:10px;
margin-bottom:10px;	
}
.cv-margin {
 font-size:smaller;
 float: right;
 width: 115px;
 margin-left: 15px;
 padding-right: 5px;
 text-align: left;
}
