body {
	background: #ffa url("../images/background.jpg") left top repeat-y;
	font-size: 16px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
}
#root {
	width: 100%;
}
#container {
	padding-left: 35px;
}

/* NAVIGATION */
#navigation {
	font-family: sans-serif;
	float: left;
	height: 100%;
	padding-top: 20px;
	text-align: center;
	width: 35px;
}
#navigation a:link,
#navigation a:visited {
	color: #fff;
}

/* HEADER */
#header {
	background-color: #603;
	border-bottom: 5px solid #00e800;
	color: #d00;
	font-size: 24px;
	padding: 15px;
}
#blue {
	color: #99c;
	font-style: italic;
	font-weight: bold;
}

/* MAIN CONTENT */
#content {
	font-family: sans-serif;
	margin: auto;
	padding-top: 15px;
	width: 75%;
}
.title {
	background-color: #99c;
	color: #ffa;
	font-family: serif;
	font-size: 45px;
	padding: 5px;
	margin-bottom: 15px;
	text-align: center;
	width: 100%;
}
.interview {
	line-height: 150%;
}
th {
	text-align: left;
}
