#content{
	clear:left;
	width:100%;
	padding: 40px;
	padding-top: 10px;
}

#heading{
	width:60px;
	height:20px;
	background-image: url(../images/books.jpg);
}

h1{
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	clear: both;
	margin: 0px;
	padding: 20px 0px 20px 0px;
}
h2{
	font-weight: normal;
	text-align: center;
	padding: 0px;
	margin:0px;
	padding-bottom: 10px;
	font-size: 16px;
}

.outerFrame{
	margin-top: 20px;
}
.innerFrame{
	width:294px;
	padding: 20px;
}
.innerFrame ul{
	display: block;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}
.innerFrame li{
	display: block;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	list-style-type: none;
}
.innerFrame a{
	display: list-item;
	list-style-type: disc;
	clear: both;
	float: left;
}
.innerFrame p{
	text-indent: 0px;
}

#largeOuterFrame{
	border: 3px solid  black;
	float:left;
}
#largeInnerFrame{
	border: 7px dashed #666666;
}
#largeOuterFrame span{
	width:342px;
	height: 450px;
	display: block;
	border: 1px solid black;
	background-repeat: no-repeat;
	background-image: url(../images/book_covers/large/PioneersinParadise_WestPalmBeach_theFirst100Years.jpg);
}

#rightColoumn{
	width:360px;
	margin-left: 20px;
	float:left;
}
p{
	clear: both;
	padding:0px;
	padding-bottom: 15px;
	margin:0px;
	text-indent: 15px;
}
a{
	color:black;
	text-decoration: none;
}
a:hover{
	color:black;
	text-decoration: none;
	background-color:#cccccc;
}
.attribution{
	display: list-item;
	list-style-position: outside;
	list-style-type: square;
	text-indent: 0px;
	margin: -10px 30px 15px 75px;
	padding: 0px;
	font-weight: bold;
	float: right;
	clear:both;
}
/* ie <= 7 Fexes */
.LTEie7 .innerFrame a{
	list-style-type: none;
}