.center {
	text-align: center;
}

body {
	text-align: center;
	background-color: #F0F8FF;
	z-index: 1;
}

h1, h2, h3 {
	text-align: center;
}

div.wrapper {
	width: 800px;
	margin: 0px auto;
	padding: 0px 0px 50px 0px;
	text-align: left;
	z-index: 2;
}

div.menu {
	width: 100%;
	height: auto;
	position: relative;
}

div.menu_item_line {
	margin: 0px 5px;
	width: 100%
}

div.menu_item {
	margin: 2px;
	background-color: white;
	text-align: center;
}

a.menu_link {
	text-decoration:none;
	width: 250px;
}

div.item {
	width: 800px;
	height: 350px;
	position: relative;
}

div.item_left_box {
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 50%;
	height: 100%;
}

div.item_right_box {
	position: absolute;
	top: 0px;
	left: 50%;
	
	width: 400px;
	height: 350px;
}

div.item_image {
	margin: 5px;
	background-color: white;
	
	text-align: center;
	
	width 100%;
	height: 300px;
}

div.item_illustrator {
	margin: 5px;
	background-color: white;
	
	text-align: center;

}

div.item_name {
	display: table-cell;

	margin: 5px;
	background-color: white;
	
	line-height: 120%;
	text-align: center;
	vertical-align: middle;
	font: bold 20px sans-serif;
	
	position: absolute;
	top: 0px;
	left: 0px;
	width: 390px;
	height: 48px;
}

div.item_price {
	margin: 5px;
	background-color: white;
	text-align: center;
	
	font: 20px sans-serif;
	
	position: absolute;
	top: 53px;
	left: 0px;
	width: 390px;
}

div.description {
	margin: 5px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: URL("./C87distributions_bg.jpeg");

	line-height: 150%;
	font-family: serif;
		
	position: absolute;
	top: 78px;
	left: 0px;
	width: 390px;
	height: 245px;
}

div.bag_column {
	margin: 5px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: URL("./C87distributions_bg.jpeg");
}

div.descripter {
	margin: 5px;
	background-color: white;

	text-align: right;
}

p.bag_paragraph {
	line-height: 120%;
	text-indent: 1em;
	font-family: serif;
}

img.float {
	margin: 10px;
	float: left;
}

