/* The XOT folder-specific page style sheet
 *
 * $Id: folder.css,v 1.1 2004/10/27 20:56:44 jhh Exp $
 *
 * Specific formating information for all pages (item and topic) within a 
 * topic. These may vary between topics
 */

/* Import main positioning first
*/
@import "../xot.css" ;

#xotitemheader, #xottopicheader
{ 
  background-image: url(background.jpg);
}

#xottitle, #xotportraittitle
{ 
  background-color: rgb(132,195,38) ;
}

#xottopicbody
{ 
  background-color: rgb(132,195,38) ;
}


