div.red_box {

  /* background shorthand - http://www.w3schools.com/css/pr_background.asp */
  background: #f00;
  /* font shorthand - http://www.w3schools.com/css/pr_font_font.asp */
  font: bold large arial,sans-serif;
  padding:5px 0px 5px 0px;
}
div.red_box_links {
  /************************************************/
  /* change this to width of container underneath */
  /************************************************/
  width: 930px;
  /* this centers div */
  margin: 0 auto;
  /* overflow: auto so container height covers floats.
  this moves to child div so parent doesnt make scrollbars */
  overflow: hidden;
}
a.right, a.left {
  /* read up on block vs inline - http://www.quirksmode.org/css/display.html */
  display: block;
  color: #fff;
}
a.right {
  /* all about floats - http://css.maxdesign.com.au/floatutorial/ */
  float: right;
}
a.left {
  float: left;
}
p.middle { 
 color: #ffffff;
}
a.middle { 
 color: #ffffff;
}






















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */