/* Remove unwanted elements */
#page_footer, #menu_bar, #linkcontainer, #left_side, #right_side, .noprint
{
display: none;
}
 /* Ensure the content spans the full width */
#center
{
width: 78%; margin: 0; float: none;
}
 
 /* Change text colour to black (useful for light text on a dark background) */
.lighttext
{
color: #000
}
 
/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}
#page_header {
  height: 140px;
  clear: both;
}
#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 860px;
  text-align: left;
  background: #FFFFFF url("../images/content_bg1.gif") top left repeat-y;
}
#page_header {
  height: 140px;
  background: #FFFFFF url("../images/header1r.jpg") bottom left no-repeat;
  clear: both;
}
#page_header h1 {
  padding-top:50px; padding-left:15px;
  margin:0px;
  font-family: verdana;
  font-size: 24px;
  color: #000000;
  line-height:26px;
  letter-spacing:-1px;
}

#page_header h2 {
  margin:0px;
  padding-left:15px;
  font-family: verdana;
  font-size: 12px;
  color: #000000;
  line-height:22px;
}

