/*coffee.css
Designed by Eric Zwick*/

* {
  padding: 0;
  margin: 0;
  font-family: Helvetica;
  border: 0;
  text-decoration: none;
  }

body {
  background: #B9591C;
  text-align: center;
  }

#wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 450px;
}

#top {
  background: url(/img/coffee_mocha.gif) no-repeat fixed top center;
  height: 385px;	
}

#navcontainer
{
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
border-top: 1px solid #D3C432;
border-bottom: 1px solid #000000;
z-index: 1;
width: 28em;
}

#navcontainer ul
{
list-style-type: none;
margin-top: -7px;
margin-bottom: -7px;
position: relative;
z-index: 2;
}

#navcontainer li
{
display: inline;
text-align: center;
margin: 0 5px;
}

#navcontainer li a
{
padding: 1px 7px;
color: #382A1E;
background-color: #D3C432;
border: 1px solid #E2FF5B;
font-weight:bold;
}

#navcontainer li a:hover
{
color: #B9591C;
border: 1px solid #000000;
border-top: 2px solid #000000;
border-bottom: 2px solid #000000;
}

#navcontainer li a#current
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}

#footer {
  text-align: right;
  font-size: 60%;
  color: #000000;
}
