/*
/* (navigation) bar
********************/
#bar p{
  float: left;
}


#bar ul{
  float: right;
}


#bar ul li{
  float: left;
}


#bar ul li a{
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  color: #000;
  padding: 6px 10px;
}


#bar ul li a:hover{
  background-color: #d9d9d9;
  text-decoration: none;
}


/*
/* foot (navigation)
********************/

#foot a{
  font-size: 1.1em;
  padding: 0 5px;
  font-weight: normal;
  color: #333;
}

