/*  pressrel css  */
body {
   margin: 0 auto;
   text-align: center;
   width: 760px;
}
#allcontent {
   /* top & bottom =10, left & right = auto */
   margin: 10 auto;
   text-align: center;
   width: 760px;
   font-size: .9em;
}

#pressReleases, hr, p {
   width: 90%;
}
li, p, pre {
   text-align: left;
}


