html, object, body, form, fieldset, label, h1, h2, h3, h4, p, strong, ul, li, a {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font: normal 12px/1.8em "Courier New", Verdana, Helvetica, sans-serif;
    background: #454841;
    color: #333;
    padding-bottom: 50px;
}

a {
  text-decoration: none;
}

#michiru h2,
#michiru h1 {
  color: white;
  font-size: 25px;
  padding: 0 0 5px 0
}

#michiru h3 {
  color: #f60;
  font-size: 15px;
  padding: 0 0 15px 5px;
  
}

#page {
  width: 85%;
  margin: 0 auto; 
}

#header h1 a {
  display: block;
  float: left;
  height: 60px;
  width: 400px;
  background: url('css/michiru.co.uk.gif') left 4px no-repeat;
}

#header h3,
#header h1 a span {
  display: none;
}

#header ul.menu {
  list-style-type: none;
  float: right;
  padding: 30px 10px 0 0;
}

#header ul.menu li {
  display: inline;  
}

#header ul.menu li a {
  color: #777;
}

#header ul.menu li a:hover {
  color: white;
}


#photo {
  width: 98%;
  height: 350px;
  padding: 1%;
  background: #1E201D;
}

#viewer {
}

#body {
  width: 100%;
  margin: 0;
}

#menu {
  background: #595F55;
  margin-bottom: 10px;
  clear: both;
}

#menu ul.menu {
  color: #f60;
  text-align: center;
  padding: 10px;
}

#menu ul.menu li {
  display: inline;
  padding: 0;
}

#menu ul.menu li a {
  padding: .3em 1.1em .3em 0;
  line-height: 1.4em;
  text-decoration: none;
  color: black;
/*  background: url('bullet.gif') right center no-repeat; */
}



#menu ul.menu li.cool a {
}

#menu ul.menu li a:hover {
  color: #bbb;
}

#footer {
  width: 100%;
  text-align: center;
  font-size: 11px;
  margin: 10px 0 0 0;
  padding: 0 0 45px 0;
  color: #2A2C28;
  background: transparent url('css/made-in-japan.gif') bottom center no-repeat;
}


#menu ul.menu li a.selected {
  color: white;
}