/* basic elements */

* {margin:0; padding:0;}

html {
	margin: 0;
	padding: 0;
	
	background:url(dna2.png) repeat-y;
	background-position: left top;
	height:100%;
	}
	
body { 
	font: 10pt, georgia;
	/* line-height: 1.88889; */
	color: #555753; 
	margin: 0; 
	padding: 0;
	text-align: center;
  
  background:url(collagen4.png) repeat-y;
  background-position:right top;
	height: 100%;
	}
		
html>body { min-height:100%; height:auto; }  
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #666666;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #666666;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #333333;
	}
	
.sneaky A:link {text-decoration: none; color:#DDDDDD; font-size: 8pt;}
.sneaky A:visited {text-decoration: none; color:#DDDDDD; font-size: 8pt;}
.sneaky A:active {text-decoration: none; color:#DDDDDD; font-size: 8pt;}
.sneaky A:hover {text-decoration: none; color:#DDDDDD; font-size: 8pt;}

.smallcaps A:link {text-decoration: none; color:#666666; font-size: 10pt; font-variant: small-caps;}
.smallcaps A:visited {text-decoration: none; color:#D666666; font-size: 10pt; font-variant: small-caps;}
.smallcaps A:active {text-decoration: underline; color: #333333; font-size: 10pt; font-variant: small-caps;}
.smallcaps A:hover {text-decoration: underline; color: #333333; font-size: 10pt; font-variant: small-caps;}

.smallcaps b:link {text-decoration: none; color:#666666; font-size: 10pt; font-variant: small-caps;}
.smallcaps b:visited {text-decoration: none; color:#D666666; font-size: 10pt; font-variant: small-caps;}
.smallcaps b:active {text-decoration: underline; color: #333333; font-size: 10pt; font-variant: small-caps;}
.smallcaps b:hover {text-decoration: underline; color: #333333; font-size: 10pt; font-variant: small-caps;}

 h3 /*paragraph headings */{ 
	font: bold 14pt arial, sans-serif; 
	color: black;
	padding: 0 0 10 0;	
	margin: 0;
	} 
	 
h4 /*sub-headings: names in People page */ { 
	font: bold 13pt arial, sans-serif; 
	color: black;
	padding: 0 0 0 0;	
	margin: 0 0 0 0;
	} 

h5 /*sub-headings subtitles: titles in People page */ { 
	font: italic 13pt arial, sans-serif; 
	color: black;
	padding: 0 0 0 0;	
	margin: 0 0 0 0;
	} 
	
#container { 
	padding: 0 0 0 0;  
	margin: 0 40 0 40; 
	position: relative;
	min-height: 100%;
	min-width: 720px;
	text-align: center;
	}

/* Banner */

#header {
	/* background: url(mountains.jpg) no-repeat top right; */ 
	/* background-color: black; */
	position: relative;
	height: 160px;
	width: 680px;
	margin: 0 auto;
	text-align: left;
	}

#headertext { 
	position: absolute;
	top: 20px;
	right: 10px;
	max-width: 100%;
	height: 60px;
	color: black; 
	font: 55pt helvetica;
  font-variant: small-caps;
  font-weight: bold;
	text-align: right;
	}
	
#headertext2 { 
	position: absolute;
	top: 95px;
	right: 10px;
	max-width: 100%;
	height: 60px;
	color: black; 
	font: 14pt helvetica;
  font-weight: bold;
	text-align: right;
	}
	
#headertext3 { 
	position: absolute;
	top: 115px;
	right: 10px;
	max-width: 100%;
	height: 60px;
	color: black; 
	font: 14pt helvetica;
  font-weight: bold;
	text-align: right;
	}

#logo { 
	position: absolute;
	top: 20px;
	left: 0px;
	}
	
/* Buttons */

#buttons {
	position: relative;
	height: 25px;
	width: 690px;
	margin: 0 auto;
	text-align: left;
  font-variant: small-caps;
	}

#button1 {
	position: absolute;
	height: 20px;
	bottom: 0px;
	width: 115px;
	left: 0px;
	text-align: center;
	}

#button2 {
	position: absolute;
	height: 20px;
	bottom: 0px;
	width: 115px;
	left: 115px;
	text-align: center;
	}

#button3 {
	position: absolute;
	height: 20px;
	bottom: 0px;
	width: 115px;
	left: 230px;
	text-align: center;
	}

#button4 {
	position: absolute;
	height: 20px;
	bottom: 0px;
	width: 115px;
	left: 345px;
	text-align: center;
	}

#button5 {
	position: absolute;
	height: 20px;
	bottom: 0px;
	width: 115px;
	left: 460px;
	text-align: center;
	}

#button6 {
	position: absolute;
	height: 20px;
	bottom: 0px;
	width: 115px;
	left: 575px;
	text-align: center;
	}

/* Body */

#body {
	background-color: #EEEEEE;
	font: 11pt arial;
	color: black;
	position: relative;
	width: 660px;
	margin: 10 auto;
	padding: 10 10 20 10;
	text-align: left;
	}

#spacer { 
	position: relative;
	background-color: #777777;
	height: 2px;
  font-size: 0;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 720px;
	}

/* Footer */

#spacer2 {
	position: relative;
	background-color: #777777;
	height: 2px;
	font-size: 0;
	width: 680px;
	margin: 0 auto 0 auto;
	}

#footer {
	background-color: white;
	color: gray;
	position: relative;
	height: 20px;
	padding-top: 5px;
	width: 60%;
	margin: 0 auto 0 auto;
	text-align: center;
	}


/* Research */

span#links1 a img {position: absolute; top: 70px; right: 10px;}
span#links1 a:hover img {opacity:0.9; filter:alpha(opacity=90)}

span#links2 a img {position: absolute; top: 275px; right: 10px;}
span#links2 a:hover img {opacity:0.9; filter:alpha(opacity=90)}

span#links3 a img {position: absolute; top: 480px; right: 10px;}
span#links3 a:hover img {opacity:0.9; filter:alpha(opacity=90)}

span#links4 a img {position: absolute; top: 685px; right: 10px;}
span#links4 a:hover img {opacity:0.9; filter:alpha(opacity=90)}

span#links5 a img {position: absolute; top: 890px; right: 10px;}
span#links5 a:hover img {opacity:0.9; filter:alpha(opacity=90)}

#research-intro{ 
  width: 100%;
  height: 100px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }

#research-txt1{ 
  width: 430px;
  min-height: 630px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }
  
#research-txt2{ 
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }  


/* Gallery */

#table {
  width: 100%;
  margin-top: 10px;
  padding: 10 0 20 15;
  background-color: white;
  }
  
#titlerow{
  border-top: 10px;
  border-left: 10px;
  border-right: 10px;
  border-color: white;
  font-variant: small-caps;
  }
  
/* People */

ul {margin-left: 0px; padding-left:0px;}  

#nancy{ /* For IE */
  width: 660px;
  height: 300px;
  position: relative;
  padding: 10 10 10 10;
  margin: 0;
  background: white;
  font-size: 10pt;
  }
  
html>body /* For Firefox */
#nancy
  {width: 640px;}  
  
#member1{ /* For IE */
  width: 660px;
  min-height: 370px;
  padding: 10 0 0 0;
  margin: 0 0 0 0;
  }
  
html>body /* For Firefox */
#member1
  {min-height: 340px;} 
   
#member2-left{ /* For IE */
  width: 325px;
  font-size: 10pt;
  margin: 0 10 0 0;
  padding: 10 20 20 20;
  background: white;
  float:left;
  min-height: 330px;
  }

html>body /* For Firefox */
#member2-left
  {width: 285px;
  min-height: 310px;}
   
#member2-right{ /* For IE */
  width: 325px;
  font-size: 10pt;
  margin: 0 0 0 0;
  padding: 10 20 20 20;
  background: white;
  float:left;
  min-height: 330px;
   }
  
html>body /* For Firefox */
#member2-right
  {width: 285px;
  min-height: 310px}
  
#alumni-table /* For IE */ 
  {width: 660px;}  
 
html>body /* For Firefox */
#alumni-table
  {width: auto;}
  
#alumni-td {
  font-size: 10pt;
  background: white;
  border-left: 0px solid #EEEEEE;
  border-right: 0px solid #EEEEEE;
  border-bottom: 5px solid #EEEEEE;
  padding-bottom: 5px;
  }
    
#thumbnail{
  position: relative;
  padding: 0 0 0 0;
  border: dotted 1px;
  margin: 0 20 0 0;
  }
   
/* internal page */

#table2 {
  width: 100%;
  margin-top:10px;
  padding: 0 0 0 15;
  background-color: white;
  }
  
#titlerow2{
  border-top: 10px;
  border-left: 10px;
  border-right: 10px;
  border-color: white;
  font-variant: small-caps;
  text-align: left;
  width:25%;
  }
  
#iframe{
	color: black; 
	background-color: white;
	font: 11pt arial;
	width: 620px;
	margin: 0 auto;
	padding: 10 20 20 20;
	text-align: left;
  }
  


  
