/* Bermondsey Gin */

/* background picture */
body { 
  background-color: black;
  background-image: url(gin.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

#center {
	width:1000px;
	margin:0 auto; /* center on page */
}

#menu { 
  color: white;
  position: relative;
  top: 150px;
  left: 60px;
  line-height: 200%;
  /* hidefocus="true"; */
  /* border: 2px solid white; */
}

#contentPlace { 
  color: black;
  width: 400px;
  height: 300px;
  margin: 10px;
  position: relative;
  top: 240px;
  left: 210px;
  /* border: 2px solid white; */
}


a {  
  color: white;
  text-decoration:none;
}

a:hover {
  color: #a17206;
}

a:link.email {
  color: black;
  text-decoration:underline;
}

a:hover.email {
  color: yellow;
}

/*
a.link {  
  color: black;
  text-decoration:none;
}

a.link:hover {
  color: #a17206;
}

a.link:link.email {
  color: black;
  text-decoration:underline;
}

a.link:hover.email {
  color: yellow;
}

*/

/* Various font styles */
.fs1 {  
  font-family: "courier new", courier, monospaced;
  font-size: 20pt;
  font-weight: bold;
  line-height: 140%;
}

.fs2 {  
  font-family: "courier new", courier, monospaced;
  font-size: 18pt;
  font-weight: bold;
  line-height: 140%;
}

.fs3 {  
  font-family: "courier new", courier, monospaced;
  font-size: 12pt;
  font-weight: bold;
  line-height: 140%;
}

.fs4 {  
  font-family: "courier new", courier, monospaced;
  font-size: 10pt;
  font-weight: bold;
  line-height: 140%;
}

.fs5 {  
  font-family: "courier new", courier, monospaced;
  font-size: 10pt;
  font-weight: normal;
  line-height: 140%;
}
