* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font-family: Courier New;
	font-size: 100%;
	color: #000000;
	
}

#shoppingcart {
	position: left;
	top: 20px;
	left: 0px;
	height: 100px;
	width: 500px;
	background: #fff;
	border: 0px solid #000000;
}

#shoppingcart p {
	margin: 0 1em 1em;
}

h1 {
	font-size: 140%;
	margin: 0.5em 1em;
}

#booklist, #contents {
	position: absolute;
	top: 250px;
	left: 100px;
	width: 850px;
	background: #ffffff;
	border: 0px solid #000000;
}



#booklist1, #contents {
	
	width: 800px;
	background: #ffffff;
	border: 0px solid #000000;
}

#booklist2,{
	position: absolute;
	top: 150px;
	left: 100px;
	width: 850px;
	background: #ffffff;
	border: 0px solid #000000;
}

#booklist3, #contents2 {
	position: absolute;
	top: 150px;
	left: 100px;
	width: 850px;
	background: #ffffff;
	border: 0px solid #000000;
}

#booklist ul {
	list-style-type: none;
}

#booklist ul li {
	margin: 0 1em 1em;
}

#contents table {
	font-size: 90%;
	border-collapse: collapse;
	position: absolute;
}

#contents table td {
	border: 1px solid #000000;
	width: 20%;
}

#contents p, #contents button {
	margin: 1em;
}


#contents2 table {
	font-size: 90%;
	border-collapse: collapse;
	position: absolute;
}

#contents2 table td {
	border: 1px solid #000000;
	width: 20%;
}

#contents2 p, #contents button {
	margin: 1em;
}


