body {
	margin: 0;
	background: #969696;
	font-family: Verdana, Arial, sans;
	font-size: 12px;
	min-width: 876px;
}
img {
	border: 0;
}
#sitecont {
	margin: 20px 5%;
	background: #7b7c7d;
	border: 1px solid #000000;
}
#headcont {
	background: url('images/headgrad.jpg');
	height: 111px;
	border-bottom: 1px solid #000000;
}
#logo {
	display: block;
	background: transparent url('images/logo.jpg');
	width: 386px;
	height: 111px;
	float: left;
}
#headright {
	height: 111px;
	float: right;
}
#headpicture {
	width: 200px;
	height: 111px;
	float: right;
}
#headlinks {
	margin: 0 -200px 0 0;
	width: 400px;
	height: 30px;
	float: right;
	text-align: right;
}
#headlinks a {
	padding: 0 10px;
	font-size: 12px;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
}
#headlinks a:hover {
	text-decoration: underline;
}
#bodyleft {
	width: 200px;
	min-height: 800px;
	max-height: 2000px;
	float: left;
}
#bodyleft h3 {
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	padding: 0;
	margin: 10px 0 0 0;;
}
#bodyleft a {
	color: #CCC;
	text-decoration: none;
	padding: 0 0 0 10px;
}
#bodyleft a:hover {
	text-decoration: underline;
}
#leftkimono {
	background:url('images/kimonosmall.png');
	width: 200px;
	height: 317px;
}
#bodyright {
	background: #AAAAAA;
	margin-left: 200px;
	border-left: 1px solid #000000;
	min-height: 600px;
	max-height: 1000px;
	padding: 10px;
}
.product {
	float: left;
	display: block;
	margin: 10px;
	text-align: center;
	color: #000000;
	text-decoration: none;
}
#bodyright h3 {
	text-align: center;
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 18px;
}
.productphoto {
	display: block;
	border: 1px solid #63576e;
	float: right;
	margin: 0 20px 0 0;
	max-height: 500px;
	max-width: 500px;
}
#bodyright p {
	text-align: center;
	margin-bottom: 20px;
}
.productinfo {
	font-size: 14px;	
}
.mediaimage {
	text-align: center;
}
#footer {
	margin: 0 0 20px 0;
	text-align: center;
}
.productimage {
	background: #FFFFFF;
	display: block;
	border: 1px solid #000000;
	width: 150px;
	height: 113px;
}
.productimageimg {
	max-width: 150px;
	max-height: 113px;
}