div{
	padding: 4px;
}

h1,h2,h3{
	text-align: center;
}

#header{
  clear: both;
  border: 1px solid black;
}

#subheader{
	padding: 0px;
  }

#readers{
  float:left;
  border: 1px solid black;
  width: 32%;
  height: 11em;
}

#writers{
  float:left;
  border: 1px solid black;
  width: 32%;
  height: 11em;
}

#editors{
  float:left;
  border: 1px solid black;
  width: 32%;
  height: 11em;
}

#status{
  clear: both;
  border: 1px solid black;
  text-align: center;
}

#callouts{
  clear: both;
  border: 1px solid black;
}



