body {
	margin: 0 0 0 20%;
    padding: 0;
	font-family: Georgia, serif;
	font-size: 100%;
	line-height: 1.125em; /* 16x1.125=18px */
}

p {
	font-size: 0.875em;
	margin: 1.286em 0;
}

h1, h2, h3 {
	font-weight: normal;
	text-align: left;
	line-height: 1em;
}

img {
	border: 0;
}

a, a:active {
	border: none;
}

#top {
	float: right;
	background: #eee;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 0.875em;
	margin-right: 50px;
	padding: 0 1em;
}

#header {
	margin: 50px 0 20px 0;
}

#navigation {
	list-style: none;
	font-family: "Lucida Sans Unicode", sans-serif;
	background: #333;
	margin-bottom: 5em;
}

#navigation ul {
	margin: 0;
    padding: 0;
	font-size: 0.75em;
}

#navigation li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation a {
	float: left;
	margin: 0 2px 2px 0;
	padding: 0.5em 1.8em 0.6em 1.8em;
	list-style: none;
    background: #000;
	text-decoration: none;
}

#navigation a:hover, #navigation a#current {
    background: url(arrow.png) no-repeat 0.9em 55% #000;
}

#content {
	clear: both;
	float: left;
	text-align: justify;
	width: 50%;
	margin-right: 2em;
}

#content a {
	text-decoration: none;
	border-bottom: 1px dotted #6b8664;
}

#content h2 {
	margin: 0;
	padding: 0;
}

#content img.right {
	float: right;
	margin: 1.2em 0 1.2em 1.2em;
}

#content img.left {
	float: left;
	margin: 1.2em 1.2em 1.2em 0;
}

#content img.topleft {
	float: left;
	margin: 0.2em 1.2em 1.2em 0;
}

#sidebar {
	float: left;
	overflow: hidden;
	margin-top: 2.1em;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 0.875em;
	text-align: center;
}

#sidebar a {
	text-decoration: none;
	border: none;
}

#sidebar img {
	margin-bottom: 1em;
}

#footer {
	clear: both;
}

/*** debug ***
div {
	border: dashed 1px #aaa;
}*/
