/* Start of CMSMS style sheet 'RAMEZ2008 - Content' */
#content
{
  float: left;
  position: relative;
  top: 5px;
  left: 25px;
  width: 530px;
  overflow: hidden;
}
#content img
{
  border: 2px groove rgb(255,255,255);
}
.content_header
{
  position: relative;
  top: 0px;
  left: 0px;
  height: 115px;
  width: 530px;
  background-image: url('images/ramez2008/content_header.png');
  background-repeat: no-repeat;
  overflow: hidden;
}
.content_body
{
  position: relative;
  top: 0px;
  left: 0px;
  width: 530px;
  background-image: url('images/ramez2008/content_body.png');
  background-repeat: repeat-y;
  overflow: hidden;
}
.content_text
{
  position: relative;
  top: 0px;
  left: 20px;
  width: 490px;
  text-align: justify;
  overflow: hidden;
}
.content_footer
{
  position: relative;
  top: 0px;
  left: 0px;
  height: 45px;
  width: 530px;
  background-image: url('images/ramez2008/content_footer.png');
  background-repeat: no-repeat;
  overflow: hidden;
}
.content_ec:hover,
.content_ec:active
{
  color: rgb(0,0,255);
}
/* End of 'RAMEZ2008 - Content' */

