/* CSS Document */

  hr.Line {
  	color: #8D9F5F;
	height: 2px;
	width: 760px;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-bottom: 0px;
  }
/* height is the height of the title and tapestry. This is defined in main.css.*/
  div.title, div.titulo {
	padding-top: 20px;
	height: 220px;
 }
/* The div.FamLang is defined in main.css. */
  div.FamLang {
	margin-left: 130px;
	margin-right: 100px;
	top: 30px;
 }
/* The div.tapestry is defined in main.css. */
  div.tapestry {
  	margin-top: 10px;
	margin-right: 80px;
  }
