body {
	background-color: #000000;
	color: #EEEEEE;  
}

a {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

li {
	margin-top: 10px;
}

#layout {
	margin-left: 10px;
	margin-right: 10px;
}

#header {
	background-color: #222222;
	display: box;
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
}

#footer {
	display: box;
	width: 100%;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 10px;
	color: #aaa;
	font-size: 0.8em;
}

#breadcrumbs {
	margin-top: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}

.content {
	margin-left: auto;
	margin-right: auto;
	max-width: 940px;
}

.primary-column {
	width: 90%
}

.section {
	margin-bottom: 50px;
}

.sidebar {
	background-color: #1F1F1F;
	border-style: solid;
	border-width: 2px;
	border-color: #555555;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 0.8em;
	width: 90%
}

.center-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}