body {
	margin: 2px;
	padding: 2px;
	background: #fff url(site-bg.jpg) no-repeat right top;
	font-family: Arial, Helvetica, sans-serif;
}

#head {
	margin: 1px;
	padding: 1px;
	background: #fff;
	width: 90%;
}

#content {
	width: 65%;
	margin-bottom: 50px;
	padding: 20px;
	border-style: groove;
	background: #fff;
}

h2 {
	background: url(h-underline.JPG) no-repeat bottom;
	padding: 0.5em 0 18px 0;
	text-align: center;
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: +0.05em;
}

h3 {
	margin-top: 70px;
	border-top-style: dotted;
	border-top-color: #999999;
	background: url(h-underline.JPG) no-repeat bottom;
	padding: 0.5em 0 18px 0;
	text-align: center;
	font-size: 1.2em;
}

/* egs defines text span of Spanish examples, ege the span of English translations, emph the span of trigger markers (examples, in-depth sections) */

.egs {
	letter-spacing: +0.02em;
	color: #660000;
}

.ege {
	font-style: italic;
}

.emph {
	font-style: italic;
	font-size: 80%;
	color: #006600;
}

#footer { 
	clear: both; 
	width: 100%;
	padding: 0; 
	margin: 0; 
}

p { 
	text-align: justify;
	letter-spacing: +0.01em;
	line-height: 27px;
	margin-top: 65px;
}
