img {
	border: none;
	}

h1 {
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 14pt;
	display: inline;
	}

p {
	font-size: 10pt;
	overflow: hidden;
	}

#center {
	text-align: center;
	}
	
h4 {
	text-align: center;	
}

#content  #disclaimer {
	padding: 10px 60px 0px 60px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	}
	
#red {
	color: #ff0000;
	}
	
#photo {
	position: absolute;
	width: 277px;
	height: 271px;
	margin: 30px 0px 0px 40px;
	background-image:url(../images/paper_mm.png);
	z-index: 1;
	}
	
#photo #image {
	padding: 19px 0px 0px 27px;
	z-index: 2
	}
	
#photo #caption {
	position: absolute;
	width: 277px;
	top: 227px;
	text-align: center;
	font-size: 10pt;
	font-style: italic
	z-index: 2;
	}
	
#thumbs_images {
	position: absolute;
	padding-left: 40px;
	top: 375px;
	width: 277px;
	text-align: center;
	z-index: 1;
	}
	
#buy {
	position: absolute;
	width: 325px;
	right: 40px;
	margin: 30px 0px 0px 0px;
	z-index: 1;
	}
	
#buy p {
	font-size: 16pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	}

#buy #price {
	line-height: 1em;
	}
	
#buy #italics {
	font-style: italic;
	font-size: 10pt;
	font-weight: normal;
	}	
	
#buy #spacer {
	height: 30px;
	}
	
#gallery_disclaimer {
	position: absolute;
	padding-left: 40px;
	width: 277px;
	z-index: 1;
	top: 415px;
	}
	
#weights p {
	padding: 0px;
	margin: 0px;
	}
	
#weights #purple {
	color: #8d19b3;
	}

#weights #blue {
	color: #1c26ea;
	}

#weights #red {
	color: #ed0808;
	}

#weights #green {
	color: #108a27;
	}
	
#weights {
	position: absolute;
	right: 47px;
	top: 210px;
	width: 353px;
	border: 1px solid #7e6f54;
	background-color: #ffe9c5;
	padding: 15px;
	height: 159px;
	}

#weights #lbs {
	position: absolute;
	top: 35px;
	left: 98px;
	height: 70px;
	width: 149px;
	}
	
#description {
	position: absolute;
	width: 690px;
	top: 491px;
	left: 32px;
	}
	
#pal {
	padding-top: 10px;	
}
	
/* -----------------------------------------------
			.line used many times
------------------------------------------------ */

.line {
	background-image:url(../images/line.png);
	height: 3px;
	width: 100%;
	background-repeat: repeat-x;
	}
	
	
