body {
       background-image:url('cover84_bck.jpg');
       background-position:top center;
       font-family: arial, helvetica, sans-serif;
       padding:0;
       margin:0;
}
.smallText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:xx-small;
}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
color: White;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #339c01;
color: White;
text-decoration: none;
border-right: 1px solid #fff;
font-size:0.7em;
border-top: 1px solid #fff;
border-bottom: 5px solid #464f4a;
padding-top:6px;
padding-bottom:6px;
height:5px;
}

#navcontainer ul li a:hover
{
background-color: #464f4a;
color: #fff;
}

#cart-contents {
	background-image:url('order-bground.gif');
	font-family: arial, helvetica, sans-serif;
	font-size:xx-small;
	padding:10px;
	margin-top:4px;
	margin-bottom:4px;
}

.marTop {
	margin-top:4px;
}

#new-books {
	background-image:url('new-books-bground.gif');
	padding:10px;
	margin-top:4px;
	margin-bottom:4px;
}

#new-books a, #secondhand a {
	font-family: arial, helvetica, sans-serif;
	font-size:xx-small;
	text-decoration:none;
}

#new-books a:hover, #secondhand a:hover {
	text-decoration:underline;
}

div {
	padding:0;
	margin:0;
}

#secondhand {
	background-image:url('secondhand-bground.gif');
	padding:10px;
	margin-top:4px;
	margin-bottom:4px;
}

#secondhand a {
	color:black;
}

.scroll {
	height:100px;
	overflow:scroll;
	width:130px;
	overflow-x:hidden;
}