body{
    background-color: black;
    background-image: url(images/planks.jpg);
    color: #0000FF
}

p {
	color: #FFFFFF;
}

h1,h2{
	text-align: center;
}

a:link {
	color: lightgrey;
	text-decoration: none;
}

a:visited{
	color: lightgrey;
	text-decoration: none;
	}

#logo {
  background-repeat: no-repeat;
  height: 230px;
  width: 100%;
  background-position: 50%;
}

#navigation {
  color: grey;
  width: 220px;
  float: left;
  margin-top: 40px;
  font-family: "Arial";
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
}

#navigation p {
  color: grey;
  padding-top: 5px;
  padding-bottom: 1px;
  text-decoration: none;
  list-style-image: url();
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  background-image: url(images/naildark.png);
  height: 25px;
  vertical-align: middle;
}

#navigation p:hover {
  color: white;;
  padding-top: 5px;
  padding-bottom: 1px;
  text-decoration: none;
  list-style-image: url();
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  background-image: url(images/nail.png);
  height: 25px;
  vertical-align: middle;
}

#myFader { 
	position: relative; 
}

#main {
	color: lightgrey;
	height: 100%;
}

#slideshow {
	color: lightgrey;
	height: 100%;
	position: absolute; 
	top: 35px; 
	left: 240px;
}
		

.merchtable td{
	color: red;
}