/* CSS Document */

/* The div.FamLang is defined in main.css. */
div.FamLang {
	margin-top: 50px;
	margin-left: 110px;
	margin-right: auto;
}
/* The div.tapestry is defined in main.css. */
div.tapestry {
	margin-top: 15px;
	margin-right: 140px;
}
/* height is the height of the tituto and tapestry. This is defined in main.css.*/
div.titulo, div.title {
	height: 250px;
}
/* The div.graphicsLeft and div.graphicsRight is defined in main.css. */
div.graphicsLeft {
	margin-left: 40px;
	margin-top: 50px;
}
div.graphicsRight {
	margin-right: 40px;
}
/* height is the height of the graphics and margin-top is the space at the top. */
div.graphics {
	height: 370px;		/* height of the graphic */
	margin-top: 15px;
}
div.graphicsCenter {
	text-align: center;
	margin-top: 25px;
}

