body {
  margin: 0px;
  padding: 0px;
  background: #f9f9f9;
  font-family: arial;
}

img {
  border:0px;
}

#header {
  width:100%;
  color:white;
  background: url('../images/coffee_texture.jpg');
  font-weight:bold;
  font-family:arial;
  height:64px;
}
#header #eye {
 float:right;
 padding-right:10%;
}

#header a {
  color:white;
}

#header_tagline {
  padding:10px;
  padding-top:20px;
  font-size:22px;
  float:left;
}

#header_tagline a {
  font-size:28px;
}

#content {
  padding:10px;
}

#navigation {
  font-weight:bold;
  font-size:16px;
  height:30px;

}
#navigation .current_date {
  font-size:20px;
  text-align:center;
  position:absolute;
  width:200px;
  left:200px;
}

#navigation #newer_date {
  float:right;
}

#navigation #older_date {
  float:left;
}


#footer{
  padding:10px;
  clear:left;
}

#explaination {
  padding:10px;
}

#coffee {
  float:left;
  padding:10px;
  width:600px;
}

#images .image {
  padding-bottom:10px;
}

#bottom_right {
  float:right;
}
#atom {
  float:right;
}
p {
  padding-top:0px;
  margin-top:0px;
}
h3 {
  padding:0px;
  margin:0px;
}

a {
  color: #984107;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}
a:hover {
  text-decoration: underline;
}

#copyright, #support{
  font-size: 12px;
}
