body {
	font-family: Georgia, "Times New Roman", serif;
	text-align: center;
	background-color: #eee;
}

h1 {
	background: #fff url(STZ_IMT_logo.jpg) bottom left no-repeat;
	padding-top: 70px;
	padding-left: 180px;
	padding-bottom: 10px;
	margin-bottom: 0;
}

/* ##### links ###*/

a:hover, a:visited:hover {
	text-decoration: none;
	color: #f93;
	border-bottom: dotted 2px #f93;
}

a:visited {
	color: #336;
}

a img {
	border: none;
}

#page {
	width: 800px;
	margin: auto;
	text-align: left; 
	border: solid 4px #ccf;
	background-color: #fff;
}

#content {
	padding: 20px;
}

/* ####### menu ########*/

menu {
	background-color: #ccf;
}

#menu ul {
	text-align: left;
	background-color: #336;
	font-size: large;
	margin-top: 0;
	margin-left: 0;
	border-bottom: solid 6px #ccf;
}

#menu ul li {
	display: inline;
	padding: 0 1.2em;
}

#menu ul li:hover {
	background-color: #f93;
}

#menu ul li.current {
	background-color: #ccf;
}

#menu a {
	color: white;
	text-decoration: none;
}

h2#bim {
	background: #fff url(bim_logo.jpg) no-repeat bottom left;
	padding-left: 110px;
	padding-top: 75px;	
}

h2#knime {
	background: #fff url(KNIME_logo.jpg) no-repeat bottom left;
	padding-left: 110px;
	padding-top: 3em;	
}

h2#sbosf {
	background: #fff url(S-BOSF_logo.jpg) no-repeat bottom left;
	padding-left: 280px;
	padding-top: 2em;	
}

p {
	text-align: justify;
}
