body {
	background-color: #b3b5b8;
	font: 14px Helvetica, sans-serif;
}

#header {
	position: absolute;
	top: 50px;
	left: 50px;
	background: url(img/header.png) no-repeat;
	height: 131px;
	padding-left: 160px;
	padding-top: 60px;
}

#nav {
	font-size: 14px;
	position: absolute;
	top: 161px;
	left: 213px;
}

#nav a {
	padding-right: 18px;
	font-weight: bold;
}

a {
	color: black;
}

#content_left {
	position: absolute;
	top: 200px;
	left: 20px;
	width: 300px;
	bottom: 20px;
	text-align: justify;
}

#content_right {
	position: absolute;
	top: 200px;
	left: 340px;
	width: 312px;
	padding-left: 10px;
	bottom: 20px;
	text-align: justify;
	border-left: 2px solid #aaa;
}

#content {
	position: absolute;
	top: 200px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	text-align: center;
}

h1 {
	font-size: 35px;
	margin: 0;
	padding-top: 10px;
}

h2 {
	font-size: 16px;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul {
	padding-left: 20px;
}

ol {
	padding-left: 20px;
}

li {
	padding-top: 10px;
}

/* participants */

table {
	width: 100%;
	padding: 30px;
	border-spacing: 5px;
}

th {
	border-top: 1px solid #999;
	padding: 10px;
	margin-bottom: 10px;
}

td {
	padding: 5px;
}

th.name,td.name {
	background-color: #aaa;
}

td.green {
	background-color: #ada;
}

td.red {
	background-color: #daa;
}

td.yellow {
	background-color: #dda;
}

blockquote {
	margin-left: 10px;
}

