

#left_image
{ 
  background-position:center;
  background-repeat:no-repeat;
}

#right_image
{ 
  background-position:center;
  background-repeat:no-repeat;
}


#middle_content
{ 
  padding:4px;
  background-image:url("../images/content_background.jpg");
  background-repeat:no-repeat;
  background-position:center;
}

#content_title
{ 
  text-align:center;
  font-weight:bold;
  padding-bottom:8px;
}

#content_text
{ 
  text-align:center;
  font-weight:normal;
  font-size:0.9em;
  margin-top:2px;
}


#right_image_title
{ 
  font-size:2.8em;
}


.right_image_link
{ 
  text-align:left;
  font-weight:bold;
  border-bottom-style:dashed;
  border-bottom-width:1px;
}

