body {
	margin:0 0 30px 0;
	padding:0;
	border:0;	
	background-color:#aedee4;
	background-repeat:repeat-x;
	background-position:top;
	background-image:url(img/bg.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
}
.smprint {
	font-size:10px;
}
.wrap {
	width: 965px;
	margin: auto;
}
.body {
	width: 630px;
	background-color:#FFFFFF;
	margin: auto;
	min-height: 300px;
	position:relative;
	float:left;
	left: 1px;
	padding: 7px;
	overflow:hidden;
	top: -15px;
}	
.footer {
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	margin: auto;
	width: 965px;	
	position:relative;
	top:8px;
	clear:both;
}
.header {
		margin: auto;
		width: 965px;
		z-index:2;
		position:relative

}
	.header h1{
		visibility:hidden;
		display:none;
	}
.left, .right {
	width: 160px;
	position:relative;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	min-height: 300px;
	
}	
.left {
	float:left;
}
.right {
	float:right;
}
.everyOtherItemIsYellow {
	color:#FFFF00;
}
.new {
	margin:auto;
	margin-top: 8px;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	padding: 6px;
	background-color:#f9f98b;
	border: 2px solid #aedee4;
	width: 50px;
}
.atozContainer {
	border: 1px white solid; 
	width: 120px; 
	margin:auto; 
	position:relative; 
	top:25px; 
	padding: 5px 5px 0 5px;
}
.atoz {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #CCCCCC;
}
.bigSortWord {
	font-size: 15px;
	color: #FFCC00;
	font-style:normal;
}
a:hover {
	color:#FF0000;
	text-decoration:none;
}
a {
	text-decoration:none;
}
p.menu {
	color:#FFFFFF;
}
h1 {
	text-align:center;
	color:#000099;
}
div.booklisting {
	border: 1px solid #000099;
	background-color:#ffffff;
	position:relative;
	margin:8px auto;
	clear:both;
	width:600px;
	height: 88px;
	padding:8px;
	display:block;
}
	div.booklisting  img{
	float:left;
	position:relative;
	margin-right: 20px;
	border: 1px solid black;
	}
	div.booklisting div.description {
		position:relative;
		float:right;
		height: 85px;
		width: 500px;
	}
	div.booklisting div.new {
		position:relative;
		float:right;
		margin: -8px;
	}
	div.booklisting div.price {
		position:absolute;
		float:right;
		top: 82px;
		left: 325px;
		width: 300px;
		font-weight:bold;
		font-size:10px;
		color:#666666;
	}
span.booktitle {
	color:#000099;
	font-size:16px;
	font-weight:bold;
}
a.booktitle {
	color:#000099;
	font-size:12px;
	font-weight:bold;
	position:relative;
	top: -6px;
}
.justify {
	text-align:justify;
}
.center {
	text-align:center;
}