body{
margin: 0;
padding: 0;
}	
body, td{
	font-family: Verdana;
	font-size: 80%;
}
h1,h2{
	color: #E90101;
	text-transform: uppercase;
}	
h1{
	font-size: 140%;
}
h2{
	font-size: 130%;
}
	#sub{
		position: absolute;
		top: 0;
		left: 0;
	}
	.books{
	}
	#main{
		position: absolute;
		top: 250px;
		left: 251px;		
		padding: 20px;
	}
	#col1{
		position: absolute;
		top: 232px;
		left: 0;		
		width: 250px;
	}
	#colhead{
		background-color: #3E578C;
		text-align: center;
		color: #F2D694;
		padding: 3px;
	}
	.float-group{
		float: left;
		width: 350px;
		height: 150px;
		padding: 10px;
		margin: 5px;
	}

.book{
	height: 150px;
}

ul#categories{
	list-style: none;
	padding-left: 10px;
}

ul#categories2{
	list-style: none;
	font-size: 90%;
	padding-left: 12px;
}

ul#categories3{
	list-style: none;
	font-size: 90%;
	padding-left: 15px;
}

ul#categories li{
	list-style: none;
	padding-bottom: 5px;
}

.main-banner{
	width: 100%;
	text-align: center;
}

a:link{
	color: #252582;
}

a:visited{
	color: #3E578C;
}

a:active{
	color: #CD4E17;
}

a:hover{
	color: #3E578C;
}
.short{
	color: #333333;
}
.author{
	font-weight: bold;
	font-size: 110%;
}
.price{
	color: #3E578C;
	font-weight: bold;
}

.price2{
	color: #C52B02;
	font-weight: bold;
	font-size: 120%;
}
p{
	text-align: justify;
}
#footer{
	clear: both;
}