#content {
	margin-right: 160px;
	}

#navigation {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	width: 150px;
	background: #eee;
	}

ul.examples , ul.presentations {
	padding: 0;
	list-style: none;
	}
	
ul.presentations li {
	padding-bottom: 1em;
	}
	
#submit-form label {
	background: #eee;
	display: block;
	float: left;
	width: 8em;
	}
	
.admin-table  {
	background: #eee;
	}
	
.admin-table th , .admin-table td {
	background: #fff;
	}
	
.admin-table td {
	padding: 0 1em 0 1em;
	}
