body {
	font-family: Univers, sans-serif;
	margin: 0;
}

/* Layout */
#content {
	margin-left: 14em;
	margin-top: 4em;
	padding: 0.1em 0.2em;
}

#linkbar {
	position: absolute;
	top: 3.5em;
	left: 1em;
	width: 11em;
}

#footer {
	clear: both;
	text-align: center;
}

h1 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0.4em;
	z-index: 0;
}

/* Linkbar-specific */
#linkbar ul {
	list-style: none;
	margin-left: 0.5em;
	padding-left: 0;
}

#linkbar ul li:before {
	content: "\00BB \0020";
}

/* Color */
body {
	background-color: #eef;
	color: black;
}

h1 {
	background-color: #eef;
	color: black;
}

/* XHTML hacks */
html {
	background-color: #eef;
	color: black;
}
html>body {
	background-color: inherit;
	color: inherit;
}

#content {
	background-color: white;
	color: inherit;
}

/* Quotes */
q:before { content: \201C; }
q:after { content: \201D; }

/* Forms - see http://www.alistapart.com/articles/prettyaccessibleforms */
form fieldset {
	margin-bottom: 10px;
}

form legend {
	padding: 0 2px;
	font-weight: bold;
}

form label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}

form fieldset ol {
	margin: 0;
	padding: 0;
}

form fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

form fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

form fieldset fieldset label {
	display: block;
	width: auto;
}

form em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

form label {
	width: 10em;
}

form fieldset fieldset label {
	margin-left: 5em;
}

