/* ------------------------------------------------------------------------------
  DESCRIPTION: Global page CSS file for SDCCD Newscenter web site.
               This goes on every page. This defines the different 
               CSS elements on every page..
  
  AUTHOR:      David Joynson
  
  HISTORY:     20150316 -  WO 3089113 DJ 
------------------------------------------------------------------------------ */
/*--- Elements ---*/

/*--- Classes ---*/

/*--- IDs ---*/
#artphotobox {
  width: 960px;
  height: 533px;
  background-color: #dddddd;
}
#articlphoto {
  width: 960px;
  height: 533px;
  background-color: #dddddd;
}
#artphocaption {
  width: 450px;
  height: 135px;
  background-color: #ffd700;
  font-size: 30pt;
  font-family: Arial, Helvetica, sans-serif;
  color: #008996;
  position: relative:
  top: -119px;
  z-index: 5;
}
