p {
  font-family: "trebuchet ms", arial, sans-serif;
  text-align: left;
  font-size: 90%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0px;
}  

h3 {
  font-family: "trebuchet ms", arial, sans-serif;
  text-align: center;
  margin-top: -5px;
  padding-bottom: 2px;
}

h5 {
  font-family: "trebuchet ms", arial, sans-serif;
  text-align: center;
  padding-bottom: 2px;
}
  
body {
  background-color: #000000;
  background-image: url("walnutbg.png");
  background-repeat: repeat-x;
}  

ul#nav li {
  float: left;
  list-style: none;
}  

#nav-link1 {
  float: left;
  list-style: none;
}  

#nav-link2 {
  float: left;
  list-style: none;
}  

#nav-link3 {
  float: left;
  list-style: none;
}  

#primarynav {
  position: relative;
  left: 270px;
  width: 600px;
  margin-top: 2px;
  color: #ffffff;
  font-size: 90%;
  font-family: trebuchet ms, arial, sans-serif;
  text-decoration: none;
}  

#bizcard {
  position: absolute;
  width: 300px;
  height: 205px;
  left: 880px;
  top: 90px;
}  
  
#all {
  width: 600px;
  height: 680px;
  top: 191px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
}

#content {
  position: absolute;
  width: 600px;
  height: 570px;
  top: 240px;
  left: 282px;
  background-color: #fff;
  font-size: 100%;
  color: #000;
}  

#masthead {
  position: absolute;
  width: 600px;
  top: 190px;
  left: 282px;
  height: 50px;
  background-color: #fff;
  color: #000;
}

#mastfoot {
  position: absolute;
  width: 600px;
  height: 50px;
  top: 800px;
  left: 282px;
  background-color: #fff;
  color: #000;
}

#coffee {
	position: absolute;
	height: 330px;
	width: 380px;
	top: 45px;
	left: -85px;
}

#video_container {
  position: absolute;
  width: 250px;
  height: 385px;
  top: 385px;
  left: 10px;
}  

#video {
  position: absolute;
  width: 180px;
  height: 172px;
  top: 44px;
  left: 37px;
}  

#sitehead {
  position: relative;
  width: 600px;
  height: 139px;
  padding-top: 0px;
  left: 270px;
  background-color: #000;
  border: none;
}  

#footer {
  position: relative;
  font-family: trebuchet ms, arial, sans-serif;
  margin-top: 2px;
  left: 270px;
  width: 600px;
  margin-right: auto;
  margin-bottom: 20px;
  color: white;
  text-align: center;
  font-size: 80%;
}  

#secondarynav {
  position: relative;
  font-family: trebuchet ms, arial, sans-serif;
  left: 270px;
  width: 600px;
  margin-right: auto;
  margin-bottom: 20px;
  color: gray;
  text-align: center;
  font-size: 80%;
}

a:link {
  text-decoration: none;
  color: #bc9c1d;
}

a:visited {
  text-decoration: none;
  color: #bc9c1d;
}  

a:hover {
  text-decoration: none;
  color: red;
}  


