/* CSS Document */
#intro{
  padding:0;
  position:absolute;
  top:15;
  margin:0px; 
}
#rule1{
  position:absolute;
  top:280;
  width:567;
  border-bottom: double;
  color: #4C0100;
}

#upcomingevents{
  position:absolute;
  left:622;
  top:190;
  width:195;
  height:305;
  border: .1em dotted #4C0100;
  padding:5px;
  float:center;
  }

#newtonquote{
  border:.1em dotted #4C0100;
  position:absolute;
  top:300;
  left:0;
  width:550; 
  display:block;
  padding:5 px; 
  margin-top:10px;
  margin-left:0px;
}

html>body #newtonquote{
  border:.1em dotted #4C0100;
  position:absolute;
  top:300;
  left:0;
  width:550; 
  display:block;
  padding:10px; 
  margin-top:10px;
  margin-left:0px;
}
#otherssay{
  position:absolute;
  left:10;
  top:515;
  width:600;
}
