body
{
	background-color: #eee;
	font: 12px/15px "Helveticia Neue",Arial,sans-serif;
	color: black;
}

header
{
	float: left;
	width: 600px;
	height: 600px;
	background-image: url("../img/cover.jpg");
	background-repeat: no-repeat;	
}

footer
{
	float: left;
	clear: left;
	margin: 10px;
}

p
{
	margin-bottom: 10px;
}

a
{
	color: black;
	text-decoration: underline;
}

a:hover
{
	background-color: black;
	color: white;
	text-decoration: none;
}

h1
{
	display: none;
}

nav li
{
	margin-bottom: 5px;
}

#content
{
	float: left;
	min-width: 300px;
	margin: 10px;
}

section
{
	float: left;
	clear: left;
	margin-bottom: 10px;
}

section ol
{
	margin: 0 0 10px 20px;
}

li span
{
	font-style: italic;
	color: #333;
}

section ul
{
    list-style:none;
}
