@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #000000;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #nav_bar {
	height: 30px;
	top: 0px;
	z-index: 2;
}
#wrapper #nav_bar #navbar {
	position: absolute;
	z-index: 3;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #banner {
	background-color: #999999;
	height: 181px;
	margin-top: 0px;
	top: 17px;
	z-index: 1;
}
#wrapper #filler {
	background-color: #000000;
	height: 20px;
}
#wrapper #body_area #left {
	height: 554px;
	width: 138px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #CCCCCC;
}
#wrapper #body_area #right {
	height: 554px;
	width: 722px;
	float: right;
	background-color: #BABABA;
	margin-right: 10px;
	margin-left: 10px;
}
#wrapper #body_area #right .img_class {
	background-color: #CCCCCC;
	height: 109px;
	width: 121px;
	margin-left: 60px;
	margin-top: 30px;
}
#item2 {
	margin-top: 30px;
	margin-left: 60px;
}
#wrapper #body_area #right #imageHolder {
	width: 722px;
	height: 445px;
	position: absolute;
	z-index: 4;
}
#wrapper #body_area #right #imageHolder img {
	border: thin solid #000000;
	margin-top: 15px;
	margin-right: 95px;
	margin-bottom: 100px;
	margin-left: 15px;
}




#wrapper #body_area #right .item_class {
	width: 237px;
	height: 183px;
	position: absolute;
	left: 167px;
	top: 297px;
}

#wrapper #body_area #right #page_name {
	background-color: #BABABA;
	width: 665px;
	margin-top: 10px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #000000;
}
#wrapper #body_area #right #names {
	height: 460px;
	width: 722px;
	position: absolute;
	z-index: 1;
}
#wrapper #body_area #right #names img {
	margin-top: 130px;
	margin-right: 13px;
	margin-left: 11px;
	margin-bottom: 70px;
}
#wrapper #body_area #right .prices {
	height: 449px;
	width: 722px;
	position: absolute;
	z-index: 2;
}
#wrapper #body_area #right .prices img {
	margin-top: 108px;
	margin-right: 25px;
	margin-left: 140px;
	margin-bottom: 100px;
}


#wrapper #body_area #footer {
	background-color: #000000;
	height: 30px;
	width: 900px;
	clear: both;
}
