.topimagefloat
{
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../images/books/mainpic.jpg);
	background-repeat: no-repeat;
	height: 565px;
	height: 128px;
}

.leftimagefloat
{
	margin: 10px 10px 10px 0;
	background-image: url(../images/books/tree.jpg);
	background-repeat: no-repeat;
	width: 230px;
	height: 598px;
	border: 0px solid #fff;
	outline: none;
}



.directions 
{
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	top: 40px;
	left: 250px;
	background: url(../images/books/directions.gif) top no-repeat;
	width: 189px;
	height: 23px;
	outline: none;
}



.new {
	margin: 0px;
	padding: 0px;
	display: inline;
	position: relative;
	top: 120px;
	left: 208px;
	border: 0px solid red;
}


li.noline {
	border-top: 0px solid #000;
	list-style-type: none;
}

li.line {
	border-top: 1px solid #000;
	list-style-type: none;
}


#box {
	width: 310px;
	background-color: #E0EAF8;
	float: right;
	padding: 10px;
	margin: 3px 7px 25px 5px;
}


#list ul
{
	list-style-type: none;
	padding: 0;
	margin: 3px 0;
}

#list li { 
	list-style-type: square; 
	margin: 3px 0 3px 1.5em;
}




#list a {
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: .7em;
	color: #000;
	text-decoration: none;
	outline: none;
}
	
#list a:hover {
	color: #003399;
}


#list .hed
{
	font-size: 1em;
	color: #003598;
	font-weight: bold;
}
	
#list a.hed
{
	text-decoration: none;
}

#list a:hover.hed {
	color: #5A7CBF;
}






