/*
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: verdana,"Trebuchet MS",Helvetica, Arial, sans-serif;	
	color: #333333;
}


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

h2 {
	letter-spacing: -.025em;
	font-size: 1.15em;
	color: #5E5E5E;
	padding-left:0px;
}

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

ul, ol {

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


p{ 
	margin-top: 0.7em;
	margin-left:10px;
	line-height: 1.2em;
	font-size: 0.85em;
	color:#333333;	
	letter-spacing: 0em;
		
	
}

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


a:hover {
	color: #404040;
	border: none;
	
}


/* Header */

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

#menu {position: relative;

	width: 700px;
	margin:auto;
		
}

#menu a{
	
	display: inline;	
	margin-right:30px;
	margin-left:30px;
	text-decoration: none;
	font-size: 1.5em;	
	letter-spacing: 0em;
	color: #8C8F7D;
}

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

#menu li {
	float: left;
}


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


/* Logo */

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


#logo a {
	color: #FFFFFF;
}


/* Page */

#page {
	width: 800px;
	margin: 50px auto 10px;
	padding:0px 20px 10px;
	background: #FFFFFF;
	border: 8px solid #383838;
}

/* Content */

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

	
}

#content_full {
	width: 780px;
	margin: 50px 10px 30px;
	
}



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";
}