header{
  margin: .5em;
	text-align: center;
	float: right;
	width: 850px;
	height: 250px;
	padding: 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #66ccff;
  background-color: #000066;
    letter-spacing: .1em;
    text-shadow: 
      -1px -1px 1px #111, 
      2px 2px 1px #363636;
}

body{
      background: #99ccff;

}


#pixar{
	font-family: 'Fontdiner Swanky', cursive;
	font-size: 75px;
}
 

 #subhead{
 	font-family: 'Oswald', sans-serif;
 }

img{
	border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    background: #f2f2f2;

}




li{
  border: #000066 .3em ;
  width: 20%;
  min-width: 5em;
  list-style: none;
  display:inline-block;
  margin:.5em;
  text-align: center;
  box-shadow: 3px 3px 2px #000066;
  font-family: 'Fontdiner Swanky', cursive;
  background:#66ccff;
 }

#history{
    padding: .5em;
    border: solid blue .2em;
    margin: .5em;
      font-family: 'Oswald', sans-serif;
      background-color: #66ccff;
      float: left;
      width: 850px;
      height:550px;
}

#quotes{

  padding: .5em;
    border: solid blue .2em;
    margin: .5em;
      font-family: 'Oswald', sans-serif;
      background-color: #000066;
      float: right;
      width: 350px;
      height: 550px;
      color: #66ccff;
}
a:hover{
  color: solid red;
  background:#CCC;
  text-decoration:none;
}

#timeline{

  position: static;
}


h1{
  font-family: 'Oswald', sans-serif;
  text-align: center;
 }

 iframe{

position: relative;
 }