body {margin:10px 10px 0px 10px;
padding:0px;
}

#leftheader
{
position: absolute;
left:10px;top:10px;
width:192px;
background:#c80000;
}

#leftcontent {
  position: absolute;
  left:10px;
  top:96px;
  width:192px;
  background:#888888;
}

#centerheader {
  margin-left: 200px;
  margin-right:200px;
}

#centercontent {
   margin-left: 200px;
   margin-right: 200px;
   margin-top: 96px;
   text-align: center;
}

#centercontent p {
   text-align: left;
}

#rightheader{
  position: absolute;
  right:10px;top:10px;
  width:192px;
  background:#c80000;
}

#rightcontent {
  position: absolute;
  right:10px;
  top:96px;
  width:192px;
  background:#888888;
}

#listing {
  margin: auto;
  text-align: left;
  border: 2px solid black;
  display: table;
  padding: 8px;
}

h1
{
	text-align:center;
}

table
{
	margin: auto;
}

pre
{
	text-align:left;
}

ul
{
	text-align:left;
}

