header{
  background: url("../media/pictures/header02.png") no-repeat scroll left center transparent;
}

header ul{
  background-color: rgba(0,0,0,0.5);
  width:959px;
  margin:0px;
  padding:0px;
  
}

header ul li{
    display:inline-block;
    list-style-type:none;
    color: rgb(240, 240, 240);
    width:18.5%;
/*    padding-top: 0.7em;
    padding-bottom: 0.6em;*/
    
}

header ul li:first-child{
  margin-left:3%;
}

header ul li a{
    display:block;
    color: rgb(200, 200, 200);
    padding:0px;
    margin:0px;
    text-align: center;
    padding-top: 0.7em;
    padding-bottom: 0.6em;
}

header ul li:hover{
    background-color: rgba(200, 200, 200,0.5);
    color: rgb(0, 0, 0);
}

header ul li:hover a{
    color: rgb(0, 0, 0);
    text-decoration:none;
}

header h1{
    font-size: 2.6em;
    color: rgb(0,10,70);
    padding-top: 0.7em;
    margin-bottom: -0.2em;
}

header h2{
  margin-bottom:1.5em;
}

img#title{
  height:7em;
  margin-left:1.5em;
  margin-right:1.5em;
  margin-top:1.5em;
  float:  left;
}