/* This is a style sheet for the Washburn Reunion web site */

h1 	{ font-family: "Times New Roman", serif; text-align:center; }
h2,h3	{ font-family: Arial, Helvetic, sans-serif; color: #003300; text-align:center;   }
h4 	{ font-family: "Times New Roman", serif; text-align:left; color: #003300;  }
/* margin-left: 10%*/

body { background-color:#EAF3DA; }
h1 { background-color:  #EAF3DA; }
h2 { background-color:  #EAF3DA; }
h3 { background-color:  #EAF3DA; }
h4 { background-color:  #EAF3DA; }

li { list-style-type:square }

#topstuff  { position:absolute; top:0px; background-color:#cccccc; }
#content { position:absolute; top:90px; left:10%; right:10%; background-color:#EAF3DA; } 
#content2 { position:absolute; top:50px; left:200px; right:200px; background-color:#EAF3DA; }

#columnleft  { position:absolute; top:90px; left:5%; right:52%; }
#columnright  { position:absolute; top:90px; left:52%; right:5%; }
