.head  /* page headers behind the Gallery title*/
	{
	  font-family:verdana, arial, sans-serif;
	  color:#000000;
	  font-size: 16px;
	  font-weight:bold;
	  padding-left:2px;
	  padding-right:2px;
	  line-height:140%;
	  letter-spacing: .2em;
	  border:0px dashed #404040;
	  height: 28px;
	}
.leftspacer /* amount of space to the left of the header and titles */
	{
	  width: 50px;
	}
.mod_headliner  /* Gallery & Album titles. Text is controled by .head */
	{
	  background-image: url(images/mod_headliner.jpg);
	  width: 100%;
	  height: 28px;
	}
.mod_toplight_bg  /* Gallery & Album titles. Text is controled by .head */
	{
	  background-image: url(images/mod_toplight_bg.jpg);
	  height: 28px;
	}
.mod_toplight_right  /* Gallery & Album titles. Text is controled by .head*/
	{
	  background-image: url(images/mod_toplight_right.jpg);
	  height: 28px;
	  width: 9px;
	}
.mod_toplight_left  /* Gallery & Album titles. Text is controled by .head */
	{
	  background-image: url(images/mod_toplight_left.jpg);
	  height: 28px;
	  width: 10px
	}
A
	{
	  font-weight: bolder;
	}
.desc  /* album descriptions on main page just description and author*/
	{ 
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  color:#404040;
	  /* font-size:x-small; IE does not use this, it inherits 10pt from BODY ...*/
	  font-size: 10pt;
	  font-weight:bold;
	  line-height:140%;
	  padding:2px;
	  margin-top:2px;		
	  letter-spacing: .2em;
	}
