body {
	padding: 0; /* Gets rid of the automatic padding */
	margin: 0;	/*	on HTML documents */
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 15px;
}

#navigation {
  position: fixed;
  top: 0;
  width: 100%;
  color: #ffffff;
  height: 65px;
  text-align: center;
  padding-top: 15px;
  z-index: 20;
  /* Adds shadow to the bottom of the bar */
  -webkit-box-shadow: 0px 0px 8px 0px #000000;
  -moz-box-shadow: 0px 0px 8px 0px #000000;
  box-shadow: 0px 0px 8px 0px #000000;
  /* Adds the transparent background */
  background-color: rgba(1, 1, 1, 0.8);
  color: rgba(1, 1, 1, 0.8);
}

#navigation a {
	display: inline-block;
	font-size: 17px;
	padding-left: 35px;
	vertical-align: 70%;
	padding-right: 10px;
	color: #C5A5A5;
	text-decoration: none;
}

#navigation a:hover {
	color: white;
}

/* This just adds some style to the placeholder text */

