body {
	margin: 0px;
	padding: 0px;
	font: 12pt Helvetica;
}

a {
	color: #00f;
	text-decoration: none;
}

img {
	border: none;
}

#layout {
	margin: 0px 10px 0px 10px; 
}

#header h1, #header h2 {
	letter-spacing: 0.5em;
	margin: 0px;
	padding: 0px;
}

#header h1 {
	font-size: 26pt;
	border-bottom: 2px solid blue;
	color: #333; }

#header h2 {
	font-size: 18pt;
	font-style: italic;
	text-align: right;
	color: #999;
}

#nav {
	width: 150px;
	text-align: right;
	float: left;
	margin-bottom: 10px;
}

#nav #links a, #nav #links b {
	display: block;
	border-bottom: 1px solid #090;
	padding-right: 5px;
	font-size: 14pt;
}

#nav #links a:hover {
	background-color: #ccc;
}

#content {
	margin-left: 180px;
}

#content p {
	text-align: justify;
}

#content blockquote, #content .fancy blockquote p:first-letter {
	color: #006;
	font-size: 100%;
	font-weight: 100;
}

#content .fancy p:first-letter {
	font-size: 125%;
	font-weight: 600;
}

#footer {
	border-top: 2px solid blue;
	text-align: center;
	font-size: 10pt;
}

#footer a:hover {
	color: #000;
}

.heading .date, .heading .place, .heading .location {
	display: block;
	float: left;
	border-bottom: solid 1px #000;
	width: 33%;
}

.heading .date {
	border-right: solid 1px #000;
}

.heading .place {
	text-align: center;
	border-right: solid 1px #000;
}

.heading .location {
	text-align: right;
}

.heading .title {
	width: 100%; display: block; font-weight: bold;
}

