body {
	text-align: center;
	background-color: #413324;
}
#containerdiv {
	margin: 0 auto;
	width: 800px;
}
#basediv {
	position: relative;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 560px;	
	background-color: #fff; 
}
#menudiv {
	position: absolute;
	left: 0px;
	top: 330px;
	width: 800px;
	height: 190px;	
	background-color: #fff;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#contentdiv {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 300px;
	height: 520px;	
	background-color: #E7E7E7;
}
#foot {
	color:white;
}
#infodiv {
	font-weight: bold;
	font-size: 12px;
	color: #777;
	position: absolute;
	left: 345px;
	top: 40px;
	width: 340px;
	height: 290px;	
	text-align:right;
}
#imagediv {
	position: absolute;
	left: 370px;
	top: 35px;
	width: 350px;
	height: 300px;	
	text-align:right;
}
#productdiv {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 780px;
	height: 540px;
	background-color: #413324;
	z-index: 2;
	color: #fff;
}
#productdiv a:link, #productdiv a:visited {
	font-size:30px;
	text-decoration:none;
	color: white;
	margin-top:15px;
	margin-right:10px;
}
#prodname {
	font-size:25px;
}
#prodprice {
	font-size:16px;
}
#proddesc {
	font-size:14px;
}
#prodinfo {
	font-size:14px;
}
td, div, span {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.heading1 {
	font-weight: bold;
	font-size: 20px;
	color: #413324;
}
.heading2 {
	font-size: 20px;
	color: #413324;
}
a:link, a:visited {
	text-decoration:none;
	color: #413324;
}
.download {
	font-size: 14px;
}