/*The # symbol denotes an id, whereas the "." denotes a class */

body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background: url(images/bg.png);
	line-height: 120%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
	min-width: 800px;

}

#header {
	max-width: 75%;
	min-width:820px;
	height: 125px;
	line-height: 125px;
	margin: 0 auto;
	text-align: left;
	background-image:url(images/header3.png);
	background-repeat:no-repeat;
}

#wrapper-header {
	background: #0c0552;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #eee;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -1px;
}

#wrapper-menu {
	width:100%;
	background-image:url(images/wrapper-menu.jpg);
	float:left;
}

#menu{
	max-width:75%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0 auto;
	font-size:95%;
	min-width:820px;
	
	
	/* border-left: 1px solid #707070; */
	/* border-right: 1px solid #707070; */
}

#menu ul{
	list-style:none;
	margin: 0;
	padding: 0;
	text-align:left;
	font-weight:bold;

}

#menu li{
	display:inline;
	
}

#main-picture {
	background:url(images/no-picture.png);
	background-repeat:no-repeat;
	height:205px;
	width:498px;
	text-align:center;	
	margin:auto;
	padding-bottom: 20px;
}


#content {
	width:960px;
	background: #FFF;
	margin: 0 auto;
	text-align:left;
	padding: 2.5em 10px 10px 10px;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
}

#lead-researcher {
	background: #eee;
	border-radius: 5px;
}

#lead-researcher img {
		background:#6a94d4; 
		padding:6px; 
		border-radius:10px;		
}


#members-table {
	width:952px;
}

#members-table td{
	text-align:left;

}

#members-table img{
	background-color:#6a94d4; padding:6px; border-radius:10px;
}


#picture {
	height: 155px; 
}


#menu a{
	color:#FFF;
	text-decoration:none;
	padding: 0.25em 1em;
	font-size: 95%;
	padding-bottom: 7px;
	padding-top: 7px;
	text-shadow:#000;
}

#menu a:hover {
	background-image:url(images/menu-hover.jpg);
}




#more-button {
	text-align:right;
	background-image:url(images/button.jpg);
	background-repeat:no-repeat;
	float:right;
	width: 75px;
	height: 26px;
	font-weight:bold;
	text-align:center;
	margin-right: 5%;
	font-size: 75%;
	margin-bottom:10px;


}

#more-button a {
	text-decoration:none;
	color:#fff;
	line-height: 25px;
	padding-bottom: 7px;
	padding-top: 7px;
}

#more-button:hover {
	background-image:url(images/button-press.jpg);
}


h2 {
	letter-spacing: -1px;
	font-size: 150%;
	padding-bottom: 3px;
	color: #2f1e2c;
	border-bottom: 1px solid #707070;
	}
	
h3 {
	letter-spacing: -1px;
	font-size: 100%;
	padding-bottom: 1px;
	color: #2f1e2c;
	border-bottom: 1px solid #707070;
	}
	
h4 {
	font-size:100%;
	padding:0px;
	letter-spacing:-1px;
	color: #2f1e2c;
	margin:0px;
}
	
#footer {
	max-width:75%;
	min-width:818px;
	margin: 0 auto;
	background-image:url(images/wrapper-menu.jpg);
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
	color: white;
	height:20px;
}

p{
	text-align:left;
	font-size:75%;
	margin: 0 auto;
}
