h2 {
	color: #c00;
	font-size: 9pt;
	line-height: 15pt;
	font-style: italic;
	margin-left: 120px;
	margin-bottom: 70px;
	width: 160px;
	border-top: 2px dotted #c00;
}
table.pricelist {
	font-size: 9pt;
	margin-bottom:  30px;
	width: 100%;
}
table.pricelist th {
	padding-left: 120px;
	text-align: left;
}
table.pricelist tbody tr {
	background-color: #d9d9d9;
}
table.pricelist tbody tr td {
	border-top: 3px solid white;
	padding: 2px;
	text-align: right;
}
table.pricelist tbody tr td.product {
	padding-left: 120px;
	text-align: left;
}
p {
	padding-left: 120px;
}
.galleryControl {
	display: block;
	text-align: right;
}
.galleryControl div {
	text-align: right;
}
.galleryControl div a {
	color: black;
	text-decoration: none;
}
.galleryControl div span {
	color: #999;
}
#content a {
	color: #a00;
}
#content a:hover {
	color: #c00;
}
#content a:visited {
	color: #800;
}
/* staff listing page */
.staffList {
	margin-left: 110px;
	width: 500px;
}
.staffList .info {
	padding-left: 10px;
	width: 200px;
}
.staffList .info .name {
	font-size: 14pt;
}
.staffPhotos {
	margin-left: 110px;
}
.staffPhotos td {
	width: 200px;
}
/* products page */
h3.groupTitle {
	margin-left: 118px;
	font-size: 11pt;
	font-weight: normal;
}
ul.products, ul.products li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.products {
	margin-left: 120px;
	font-size: 11pt;
	line-height: 15pt;
}
ul.products li {
	padding-left: 10px;
}
.productDescription {
	margin-left: 110px;
	margin-top: 10px;
}
.productDescription .photo {
	width: 130px;
}
.productDescription td {
	vertical-align: top;
}
.productDescription h3 {
	margin-top: 0px;
	padding-top: 0px;
}
.productDescription .description {
	width: 200px;
	padding-left: 10px;
}
.productDescription p {
	padding-left: 0px !important;
}