body {
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

#header {
	text-align: center;
}

#header p {
	font-size: 150%;
}

#navigation {
	padding: 10px;
	width: 180px;
}

#navigation li {
	margin-bottom: 10px;
	list-style-type: none;
}

#navigation ul {
	padding-left: 10px;
}

#content {
	padding: 10px;
	float: right;
	width: 580px;
}

#content p {
	line-height: 150%;
}
#instiutes {
	text-align: center;
}

#logo {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

a:link, a:visited, a:active {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table {
	width: 100%;
}

th {
	background-color: #1c428c;
	color: white;
}

tr.row1 {
	background-color: white;
}

tr.row2 {
	background-color: #e6e6e6;
}

td {
	padding: 5px;
}

td.part {
	font-weight: bold;
	text-align: center;
	width: 30px;
}

td.persons {
	width: 120px;
}
