.menubox {
	position:relative;
	width:100%;
	height:auto;
}
#menutop {
	position:relative;
	float:left;
	clear:both;
	width:521px;
	height:20px;
	border-left:1px solid #ffcc33;
	border-top:1px solid #ffcc33;
	border-right:1px solid #ffcc33;
	background-color:#996600
}
#menubottom {
	position:relative;
	float:left;
	width:521px;
	height:20px;
	border-left:1px solid #ffcc33;
	border-bottom:1px solid #ffcc33;
	border-right:1px solid #ffcc33;
	background-color:#996600;
	margin-bottom:20px;
}
.sectionname {
	position:relative;
	float:left;
	clear:both;
	width:521px;
	height:auto;
	background-color:#996600;
	border-left:1px solid #ffcc33;
	border-right:1px solid #ffcc33;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	line-height:34px;
	text-align:center;
	font-style:italic;
}
.photowrapper {
	position:relative;
	float:right;
	width:269px;
}
.mphotobox {
	position:relative;
	width:269px;
}
.mphotobox img {
	float:left;
	border:1px solid #ffcc33;
	margin-bottom:20px;
}
.sectionbox {
	position:relative;
	clear:both;
	width:100%;
	height:auto;
}
.sectiontext {
	position:relative;
	float:left;
	clear:left;
	width:321px;
	height:auto;
	background-color:#996600;
	border-left:1px solid #ffcc33;
	border-right:1px solid #ffcc33;
	font-size:12px;
	text-align:center;
	padding-left:100px;
	padding-right:100px;
}
.itemtitle {
	position:relative;
	width:501px;
	height:auto;
	clear:left;
	border-left:1px solid #ffcc33;
	border-right:1px solid #ffcc33;
	background-color:#996600;
	color:#fff;
	font-style:italic;
	padding-top:10px;
	padding-left:20px;
}
.itemdescription {
	position:relative;
	width:461px;
	height:auto;
	clear:left;
	border-left:1px solid #ffcc33;
	border-right:1px solid #ffcc33;
	padding-left:40px;
	padding-right:20px;
	background-color:#996600;
	text-align:left;
}
.itemprice {
	position:relative;
	width:461px;
	height:auto;
	clear:left;
	border-left:1px solid #ffcc33;
	border-right:1px solid #ffcc33;
	padding-left:40px;
	padding-right:20px;
	background-color:#996600;
	color:#ffcc33;
}
.smalltext {
	color:#333;
	font-size:12px;
}
img {
	border:none;
}

