body {
  font-family: "High Tower Text", Georgia;
  color: #d8bf76;
  background: #000000;
}

#container {
  width: 720px;
}

#topmenu {
  text-align: right;
  font-size: 12pt;
  height: 35px;
}

#topmenu a {
  text-decoration: none;
  font-size: 12pt;
  padding-bottom: 5px;
  color: #d8bf76;
  margin-left: 22px;
}

#topmenu a.current, #topmenu a:hover {
  border-bottom: 2px solid #58260b;
  color: #ffffff;
}

#call {
  font-size: 12pt;
}

#spacer {
  height: 20px;
  font-size: 10px;

}

#copyright {
  text-align: right;
  font-size: 11pt;
}

#copyright a {
	color: #d8bf76;
	font-size: 11pt;
	line-height: 16pt;
	text-decoration: none;
	border-bottom: 1px dashed #58260b;
}

#copyright a:hover {
	color: #58260b;
	border-bottom: 1px dashed #d8bf76;
}

#content {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 11pt;
  text-align: justify;
}

#flash {
	vertical-align: top;
	padding-top: 20px;
	width: 257px;
}

input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	width: 200px;
	border: 1px solid  #58260b;	
}

textarea {
	width: 300px;	
	height: 150px;
	border: 1px solid  #58260b;
}
input#submit {
	width: 100px;
	background: #58260b;
	color: #d8bf76;
	font-family: "High Tower Text", Georgia;
	font-size: 12pt;
	border: 1px dotted  #d8bf76;
}
.projects {
	font-family: "Edwardian Script ITC", Georgia;
	text-align: center;
	font-size: 2em;
}
ul#products {
	margin: 0;
	padding: 0;
}

ul#products li {
	list-style: none;
	list-style-image: url('arrow.gif');
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom:10px;
	margin-right: 5px;
	line-height: 100%;
}
#masterimage {
	padding: 10px;
	text-align: center;
}
#masterimage img {
	border: 1px solid #d8bf76;
}
#thumbs {
	text-align: center;
}
#thumbs img {
	text-align: center;
	margin: 1px;
	border: 1px solid #d8bf76;
	cursor: pointer;
	width: 75px;
}