/*
Design by Free CSS Templates & Raka
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;	
	background: #E0E0E0;
	font-size: 90%;
	
}

body, th, td, input, textarea {
	font-family: "Trebuchet MS", verdana,Helvetica, Arial, sans-serif;	
	color: #333333;
}


h1 {
	letter-spacing: -.025em;
	font-size: 1.5em;
	color: #4F4F4F;
	
}

h2 {
	letter-spacing: -.025em;
	font-size: 1.4em;
	font-weight: bold;
	color: #4F4F4F;
	padding-left:10px;
}

h3 {
	font-size: 1.2em;
	letter-spacing: 0em;
	padding: 0px;
	color: #5E5E5E;
	padding-left:10px;
}

ul, ol {

	line-height: 1.5em;
	font-size: 0.875em;
}

#papers ul{

	line-height: 1.5em;
	font-size: 0.85em;
}

#papers li{padding:4px;}


p{ 
	margin-top: 0.7em;
	margin-left:10px;
	line-height: 1.3em;
	font-size: 0.9em;
	color:#4F4F4F;	
	letter-spacing: 0em;
		
	
}

a { 	color: #8C8F7D;
	text-decoration:none;
	font-size: 1.1em;
	font-weight:bold;
	
}


a:hover {
	color: #2C2E22;
	border: none;
	text-decoration:none;
	
}


/* Header */

#header {
	width: 700px;
	margin: 30px auto;
}

#menu {position: relative;

	width: 700px;
	margin:auto;
		
}

#menu a{
	
	display: inline;	
	margin-right:25px;
	margin-left:20px;
	text-decoration: none;
	font-weight:bold;
	font-size: 1.5em;	
	letter-spacing: 0em;
	color: #737373;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}


#menu a:hover, a:active {
	border-bottom:3px solid #333333; 
	color: #333333;
}

#menu a.active{border-bottom:3px solid #333333; 
	color: #333333;}

/* Logo */

#logo {
	width: 800px;
	height: 100px;
	margin: 0 auto 10px;
	background:url('images/banner_lab3.jpg') no-repeat top;
	
}


#logo a {
	color: #FFFFFF;
}


/* Page */

#page {
	width: 800px;
	margin: 50px auto 10px;
	padding-top:10px;
	background: #FFFFFF;
	border-top: none;
	border: 2px solid #383838;
}

/* Content */

#content {
	width: 600px;
	float:right;
	margin: 0px 0px 20px 0px;

	
}

#content_full {
	width: 750px;
	padding: 0px 20px 10px 30px;
	text-align:justify;
}

#content_people
{
	width: 700px;
	padding: 10px 0px 10px 10px;
	
	
}
#content_people a.{
	font-size:1em;
	font-weight:600;
	text-decoration:none;

}

img.people {
	float:left;
	margin: 0 15px 5px 0px;		
}


h2.people_name
 {
	letter-spacing: 0em;
	font-size: 1.2em;
	margin-top:0em;	
	color: #8D8E85;
}



/* Footer */

#footer {
	width:800px;
	height:20px;
	padding-top:10px;
	margin: -10px auto 20px auto;
	text-align:center;
	background: #FFFFFF;
	font-weight:bold;
	font-size: 10px;
	text-content:"rrrr";
}