body {
    background: #efefef;
    font-family: "Georgia", "Times", serif;
	padding: 1em;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

article, aside, details, figcaption,
figure, footer, header, hgroup,
menu, nav, section { 
    display:block;
}

h1 {
    font-weight: normal;
    font-size: 2.5em;
    margin-top: 0;
}

h2 {
    font-weight: normal;
}

#nav {
	list-style: none;
}

#nav li {
	margin-bottom: 2em;
}

p {
    font-size: 1.2em;
    line-height: 1.65em;
}

p#disclaimer {
	font-style: italic;
}

p#liability {
	font-size: 0.6em;
}

ul {
    font-size: 1.2em;
}

.picture {
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	padding: 3px;
	font: 0.8em Arial, sans-serif;
    font-weight: bold;
    color: #222;
    margin-left: auto;
    margin-right: auto;
}

.picture img {
	border: 1px solid #CCCCCC;
	margin-bottom: 3px;
	display: block;
}

@media print {
	#download {
		display: none;
	}
}