#border {
	width: 733px;
	border: 2px solid #5C4431;
	padding: 2px;
	margin: 0px;
	background-color: #FFFFFF;
	height: auto;
}
#border2 {
	border: 1px solid #5C4431;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#header {
	background-color: #8C3B16;
	text-align: right;
	margin: 0px;
	padding: 0px;
	
}
body {
	text-align: center;
	padding: 20px;
	color: #5C4431;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	margin: 0px;
}
#leftCol {
	float: left;
	background-color: #D5C9AA;
	border: 1px solid #5C4431;
	padding: 10px 20px;
	margin: 10px;
	width: 180px;
}
#rightCol {
	width: auto;
	margin: 0px 30px 0px 270px;
	padding: 0px;
	text-align: left;
}
h2 {
	color: #8C3B16;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 10px;
}
h3 {
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 0px;
}
p {
	margin-top: 10px;
	margin-bottom: 0px;
}
.smallText {
	font-size: 11px;
	line-height: 14px;
}
#productContainer {
	width: auto;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#productPhoto {
	text-align: left;
	float: left;
	margin-right: 10px;
}
#productDesc {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.price {
	color: #1A6169;
	font-weight: normal;
}
hr {
	height: 1px;

	noshade;
	color:#5C4431;
	margin-bottom: 10px;
	}
	
.caption {
	text-align: left;
	padding: 0px;
	margin-top: -10px;
}
.copyright {
	font-size: 10px;
	margin-top: 2px;
	margin-bottom: 0px;
}
#closeBox {
	width: 100px;
	margin-left: 200px;
	position: absolute;
	left: 27px;
	top: 469px;
	text-align: right;
}
a:link {
	color: #D55500;
	text-decoration: underline;
}
a:hover {
	color: #8C3B16;
	text-decoration: underline;
}
a:active {
	color: #8C3B16;
	text-decoration: underline;
}
a:visited {
	color: #8C3B16;
	text-decoration: underline;
}
#leftCol p {
	text-align: left;
}
.indent {
	padding-left: 15px;
}
.productTitle {
	font-weight: bold;
}
