/* MassCouncil for the Social Studies */
body {
  background:#eee;
}
h1 {
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
  color:#000;
}
h2 {
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid grey;
}
h3 {
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
}
.biglink {

  text-align:center;
  font-size:1.5em; 
  background:#800080; 
  color:yellow; 
  font-family:"Droid Sans", Helvetica, Arial, sans-serif; 
  padding:.3em;
}
#frame {
  line-height:130%;
    /*width and margin settings center the div */
  width:90%;
  margin-left:auto;
  margin-right:auto;
  background:#fff;
  padding:3px;
  border: 1px solid grey;
}
#header {
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;  
  line-height:200%;
  width:95%;
  background:#fff;
  padding:.3em; 
}

#nav {
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
  font-size: 100%;
  float:right;
  width:15%;
  color:#800080;
  background:#fff;
}

#content {
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
  width:75%;
  margin-left:0%;
  margin-right:3%;
  border-right: 1px solid grey;
  color:#000;
  background:#fff;
  padding:10px;
}

#footer {
  clear:both;
  width:99%;
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
  font-size:80%;
  color:#fff;
  background:#800080;
  margin:.2em auto;
  padding:.3em;
}