body{min-width: 320px;}
#homepage-left{
	float:left;
	width: 450px;
	display:inline;
	margin-left: 30px;
	clear:both;
}
#homepage-right, #homepage-right-middle,#homepage-right-top,#homepage-right-bottom{
	float:right;
	width: 458px;
	display:inline;
}

#homepage-right-top{
	  height: 120px;
    margin-top: -90px;
}

#homepage-right-top-blurb{
	background-color: #D0D0D0;
	margin-top: 1em;
	width: 280px;
	border: 1px solid #82D0D5;
	border-radius: 5px 5px;
	position: relative;
	left: 80px;
	padding: 0 0 0 70px;
}

#homepage-right-middle {
    background: url("/images/choose_book_bg.png") no-repeat scroll 0 0 transparent;
    width: 458px;
}

#homepage-right-bottom{
	background-color: #D0D0D0;
	margin-top: 1em;
	width: 454px;
	border: 1px solid #999999;
	border-top: none;
	border-radius: 0 0 10px 10px;
	
}

div.header.flo
{
	height: 130px!important;
}

ul.homepage-ul-lcalc li
{
	margin-left: 30px;
	margin-bottom: 1.25em;
	line-height: 1em;
	font-weight: bold;
}

ul.homepage-ul-lcalc li
{
	list-style-image: url('/images/expand-gold.png');
}

ul.homepage-ul-lcalc li.expanded
{
	list-style-image: url('/images/expanded-gold.png');
}



