body {
font-family: arial;
color: #696969;
font-size: 17px;
}

#all {
width: 550px;
position: absolute;
right: 50%;
margin-right: -225px;
}

h1:first-letter, h2:first-letter {
font-size: 120%;
/* font-family: vivaldi, arial; */
}

h1, h2 {
font-family: arial;
}

#keyorganizers {
  margin-top: 18px;
}

.organizer {
  margin-bottom: 20px;
  height: 90px;
}

#firstorganizer {
  margin-top: 20px;
}

.organizerimage {
  width: 76px;
  height: 76px;
  float: left;
  margin-right: 10px;
  padding: 5px;
  border: 1px solid #000;
}

.organizername {
  font-weight: bold;
}

.organizertitle {
  margin: 0;
  color: gray;
}

.projecttitle {
color: orange;
font-size: 130%;
}

.websiteclip {
width: 450px;
height: 350px;
display: block;
margin-top: 15px;
}

#validation {
margin-top: 10px;
margin-bottom: 40px;
}

#validation img {
border: 0px solid #000;
padding: 0;
}

#validation a {
display: block;
text-decoration: none;
border: 0px solid #000;
margin-right: 20px;
float: left;
}

#footer {
margin-top: 8px;
}

img {
padding: 5px;
border: 1px solid red;
}

#logo {
height: 150px;
width: 100%;
float: left;
display: block;
background-image: url('images/logo.png')
}

#header {
height: 150px;
background-image: url('images/banner.png');
background-repeat: no-repeat;
}

#content {
background: #fff;
width: 100%;
border: 1px solid #FFA500;
padding: 15px;
}

/* Navbar CSS */

#navbar {
position: relative;
top: 10px;
left: 7px;
background: #fff;
width: 462px;
}

#navlist
{
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 0px solid #000;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #999;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #000;
}

#navlist a:hover { color: #000; }