body {
  font: 10pt verdana;
  background-image: url('/files/background.gif');
  margin: 0;
}
#container {
  margin: 0 auto;
  padding: 25px;
  width: 750px;
  text-align: left;
  background: white;
  position: relative;
  height: 100%;
}

#head {
  height: 85px
}

#menu {
  height: 45px;
}



#footer {
  margin-top: 35px;
  padding-top: 15px;
  border-top: solid 1px gray;
}

img {
  border: none;
}

h1 {
  margin-top: 0;
  font: bold 14pt verdana;
}

h2 {
  font: bold 10pt verdana;
}

#head a {
  text-decoration: none;
  color: black;
}

#head a:hover {
  color: #006EA7;
}

#content a {
  color: #006EA7;
  text-decoration: underline;
}

#quantity {
	border:solid 1px #006EA7;
        color:#000000;
	background:#ffffff;
	width:30px;
	height:18px;
}
#add {
	border:solid 1px #000000;
        color:#ffffff;
	background:#006EA7;
	width:40px;
	height:22px;
	cursor:hand;
}