body {
	background-color: #fafafa;
	font-family: "Droid Serif", "Georgia", "Times New Roman", "Palatino", "Hoefler Text", "Baskerville", serif;
	line-height: 1.4;
}

h1 {
	color: #fff;
	background-color: #000;
	padding: 0 10px;
	display: block;
	font-family: "Inconsolata", "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
	font-size: 2em;
	margin: 25px 0 10px 0;
}

h2 {
    font-size: 1.2em;
    font-weight: bold;
}

p {
	margin: 0 0 10px 0;
}

a {
	color: #00b8f5;
	text-decoration: underline;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

ul {
	margin: 0 0 10px 0;
}

li {
	list-style-type: disc;
	margin-left: 1em;
}

.navigation {
	list-style-type: none;
	margin-left: 0;
}

header {
	background: url(../img/header.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 130px;
	width: 100%;
}

section {
	width: 940px;
	margin: 0 auto;
}

.float-right {
	width: 370px;
	display: inline-block;
	float: right;
	background-color: #c7c7c7;
	margin: 0 0 20px 20px;
}

.float-left {
	width: 370px;
	display: inline-block;
	float: left;
	background-color: #c7c7c7;
	margin: 0 0 20px 20px;
}

.float-right img {
	margin: 10px 10px 3px 10px;
}

.float-right p {
	font-size: 0.9em;
	margin: 0 10px 10px 10px;
}

.float-center {
	width: 940px;
	background-color: #c7c7c7;
	margin-top: 5px;
}

.float-center img {
	margin: 10px 10px 3px 10px;
}

.float-center p {
	font-size: 0.9em;
	padding: 0 10px 10px 10px;
}

.diagram {
	border: 2px solid black;
	margin-bottom: 6px;
}

.diagram td {
	border: 2px solid black;
	padding: 5px 8px;
	font-size: 0.85em;
	text-align: center;
}