body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	margin: 0;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
a:link {
	color: #b35f96;
}
a:visited {
	color: #c27caa;
}
a:hover  {
	color: #CCCCCC;
}
a:active {
	color: #999999;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	height: 640px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#whitetop {
	background-color: #FFFFFF;
	height: 40px;
	width: 800px;
}
#logoheader {
	height: 104px;
	width: 800px;
}
#purplebar {
	background-color: #4c105a;
	height: 30px;
	width: 800px;
}
#copyrightbar {
	text-align: right;
	padding: 5px 0px 0px;
	height: 40px;
	width: 780px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	letter-spacing: .075em;
}
#mainContent {
	vertical-align: top;
	height: 466px;
	width: 800px;
}
#mainBox {
	height: 600px;
	width: 800px;
	border: 1px solid #4C105A;
}
#leftmenu_home {
	background-image: url(images/h_back_jp_chair.jpg);
	vertical-align: top;
	height: 466px;
	width: 328px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding: 0px;
}
#hometext {
	text-align: left;
	vertical-align: top;
	padding: 30px;
	height: 406px;
	width: 412px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #4B105A;
}
#leftmenu_sub {
	background-image: url(images/sm_back.jpg);
	vertical-align: top;
	height: 466px;
	width: 215px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}
#leftmenu_sub_photo {
	background-image: url(images/sm_jp_rollover.jpg);
	vertical-align: top;
	height: 466px;
	width: 215px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}
#subtext {
	text-align: left;
	vertical-align: top;
	padding: 30px;
	height: 406px;
	width: 525px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #4B105A;
}
#subtext img {
	text-align: left;
	float: left;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
