	#mainTitleWave {

	}
	
	.title1 {
		font-family: verdana, sans-serif;
		font-size: 18px;
		margin: 5px 1px 2px 0px;
		text-align: left;
		color: #ff9933;
	}

	.title2 {
		font-family: verdana, sans-serif;
		font-size: 17px;
		margin: 0px 24px 5px 0px;
		text-align: left;
		color: white;
	}
	
	#welcomeText {
		font-family: verdana, sans-serif;
		font-size: 11px;
		margin: 0px 0px 10px 0px;
		text-align: justify;
		color: silver;
	}

	#bookCover {
		background-image: url(../images/kpBookCover.jpg);
		width: 83px;
		height: 125px;
		float: left;
		margin: 0px 13px 0px 0px;
		border: 1px solid black;
	}

	.subTitle {
		width: 360px;
		font-size: 14px; font-weight: bold;
		margin-bottom: 5px;
		text-align: right;
		color: silver;
	}

	#affiliateText {
		width: 360px;
		/*height: 170px;*/
		font-size: 11px;
		text-align: justify;
		color: silver;
	}

	#affiliateNews { overflow: hidden; }

	#affiliateArea {
		position: absolute;
		width: 355px; height: 165px;
		top: 162px; left: 0px;
	}

	#blogArea {
		position: absolute;
		width: 355px; height: 210px;
		top: 343px; left: 0px;
	}


	#blog {
		overflow: hidden;
		width: 355px;
		height: 170px;
		padding: 0px 10px 0px 0px;
	}

	#blogPageLinkText {
		color: goldenrod; 
		font-size: 10px;
	}

	#blogLink:link { color: steelblue; }
	#blogLink:visited { color: steelblue; }
	#blogLink:hover { color: red; }
	#blogLink:active { color: yellow; }

	.blogTitle {
		font-size: 11px;
		text-align: justify;
		color: silver;
		font-weight: bold;
		margin-bottom: 15px;
	}

	.blogEntry {
		font-size: 11px;
		text-align: justify;
		color: silver;
		margin-bottom: 15px;
	}

	#horDivKiller {
		width: 260px;
		border: 1px solid #68C;
		margin: 1px 0px 5px 100px;
	}

	#horDivNews {
		width: 355px;
		border: 1px solid #68C;
		margin: 1px 0px 5px 0px;
	}

	#horDivBlog {
		width: 355px;
		border: 1px solid #68C;
		margin: 1px 0px 5px 2px;
	}

	#buyNow {
		position: absolute;
		top: 135px; left: 0px;
	}

	#bookPrice {
		position: absolute;
		top: 143px; left: 0px;
		color: silver; font-size: 11px; font-style: italic;
	}

	/*
	#addToCart {
		float: left;
		width: 70px;
		height: 18px;
		background-image: url(../images/addToCart.gif);
		margin-top: -22px;
		margin-left: 7px;
	}
	*/
