body {
	font-family: Georgia, Garamond, sans-serif;
	font-size: 12px;
	background-color: #fff;
	color: #385661;
}

/* LINKS */
a {
	border-bottom: 1px dotted #446f7e;
	text-decoration: none;
	color: #71c2df;
}

/* MAIN CONTAINER */
#main h1.mainTitle {
	display: none;
}

/* PANEL */
#panel {
	display: none;
}

/* CONTENT */
#content p {
	text-align: justify;
}

#content h4.location,
#content p.location {
	text-align: right;
}

#content h2 {
	border-bottom: 1px solid #a8d077;
	text-transform: uppercase;
}

#content h4 {
	color: #799655;
}

#content p {
	text-align: justify;
}

#content div.block {
	margin-bottom: 1.6em;
}

#content h3.period {
	margin-top: 1.4em;
	margin-bottom: 0.6em;
}

#content h4.location,
#content p.location {
	padding-right: 4px;
	border-right: 3px solid #eaf3cd;
}

#content h4.location {
	margin-bottom: 0;
}

#content p.location {
	margin-top: 0;
}