html, body{
	width: 100%;
	height:100%;
	background-color: #FFFFFF;
	font-family: Calibri;
	font-size:18px;
}

a img{
	border:0px;
}

a img:hover{
	border:0px;
}
a:visited{
	color:rgb(0,0,255);
}
a{
	color:rgb(0,0,255);
}

@font-face { font-family: GothicDemi; src: url('font/FRADM.ttf'); }

#wrapper{
	width: 1000px;
	height: 650px;
	margin:auto;
	background-color:#FFFFFF;
}

a{
	text-decoration: none;
}
#linksContent a:visited {color:#000000;}
#linksContent a:hover {text-decoration:none;}

#header{
	padding: 20px 0px 20px 20px;
	width:85%;
	margin:auto;
}

#name{
	float:left;
	width:60%;
}

#caltechLogo{
	width:130px;
	float:right;
}

ul.navigation{
	list-style:none;
	width:80%;
	margin:auto;
}

.navigation li{
	display:block;
	float:left;
	font-size: 1.5em;
	font-weight: bold;
	padding: 0px 20px 0px 20px;
}

.navigation li:hover{
	color:#FF0000;
}

.navigation a{
	text-decoration:none;
	color:#000000;
}

#slideContainer{
	width:70%;
	height:70%;
	margin:auto;
}

#slideContainer ul{
	list-style:none;
	overflow:hidden;
	height:90%;
	margin-top:2%;
	padding:0;
}

#slideContainer li{
	height:100%;
	float:left;
	width:100%;
}

#slideContainer div{
        font-size:0.8em;
        text-align:center;
	margin:auto;
	background-size:100% 100%;
	background-size: cover;
	background-repeat: no-repeat;
}


#slideContainer img{
	height: 100%;
	width:90%;
	margin: auto;
	
}

#footerBar{
	width:75%;
	margin:auto;
	height:0.5%;
	background-color: #FF0000;
}

#researchOverlay{
	position:absolute;
	bottom:100%;
	left:0;
	width:250%;
	background-color:#575757;
	/*opacity:0.7;*/
	visibility:hidden;
	padding:5px 0px;
	z-index:10;
}

li#research:hover{
	cursor:pointer;
}

#researchOverlay li{
	font-size:0.6em;
	color:#FFFFFF;
	width:96%;
	padding:0;
	margin:0;
	padding:1% 2%;
	text-transform: uppercase;
}

#researchOverlay div{
	text-align:center;
}

#researchOverlay li:hover{
	background-color: #FF3300;
}

.researchTitle{
	font-size:1em;
	font-weight:bold;
	color: #990000;
	padding-bottom:15px;
}

.researchDescription{
	font-size:0.8em;
	padding-bottom:15px;
}

.researchPaper{
	font-size:0.8em;
	padding-bottom:10px;
}

#researchContainer{
	width:75%;
	margin:20px auto 30px;
}		