	body,
	html {
		margin:0;
		padding:0;
		font-family: Helvetica, Arial, sans-serif; font-size:85%;
		color:#000;
		background: #9a89c0 url('images/bkg.jpg');
	}
	h1 {
		font-size: 21px;
		margin:0px 0px 6px 0px;
    }
	h2 {
		font-size: 18px;
		font-style: italic;
		color: #ffffff;
		margin:0px 0px 5px 0px;
	}
	h3 {
		font-size: 18px;
		font-weight: bold;
		margin:0px 0px 0px 0px;
	}
	p {
		margin:0px 0px 3px 0px;
	}
	#wrap {
		width:900px;
		margin:0 auto;
	}
	#header {
		width:900px;
		height:125px;
    	padding:0px;
	}
	#bodywrap{
		width:800px;
		margin:0 auto;
	}
	#leftwrap{
		width:420px;
		float:left;
	}
	#rightwrap{
		width:380px;
		float:right;
	}
	#diane{
		width:420px;
		height:130px;
		margin: 15px 0px 0px 0px;
		padding:0px;
	}
	#description{
		width:420px;
		height:250px;
		margin: 10px 0px 0px 0px;
		padding:0px;
		text-align:center;
	}
	#buyMe{
		width:420px;
		height:60px;
	}
	#buyWrap{
		width:122px;
		height:47px;
		margin:5px auto 0px auto;
		float:center;
	}
	#contact{
		width:420px;
		margin: 0px 0px 15px 0px;
		padding:0px;
		text-align:center;
	}
	#contact p{
		font-size: 14px;
	}
	#copyright{
		width:420px;
		margin: 0px;
		padding:0px;
		text-align:center;
	}
	#copyright p{
		font-size: 10px;
	}
	#book_cover{
		width:360px;
		margin: 15px 0px 0px 20px;
		padding: 0px;
	}
	#click_cover{
		width:200px;
		margin: 0px 0px 0px 30px;
		float:left;
	}
	#click_cover p{
		font-size: 10px;
		margin:0px 0px 0px 0px;
		padding:0px;
	}
	#price{
		width:150px;
		float:right;
	}
	#buy_now{
		float:right;
	}
	#samples{
		width:420px;
		margin: 0px 0px 15px 15px;
		padding:0px;
		text-align:left;
	}
	#samples p{
		font-size: 14px;
	}
	#footer {
		clear:both;
		width:800px;
		margin: 0px;
		padding: 0px;
	}
	#footer p {
		margin:0;
		font-size: 10px;
		text-align: center;
    }
	#subfooter{
		clear:both;
		width:900px;
		height:10px;
	}
	* html #subfooter {
		height:1px;
	}
	
	A:link {text-decoration: none; color: #000000;}
	A:visited {text-decoration: none; color: #000000;}
	A:active {text-decoration: none; color: #ffffff;}
	A:hover {text-decoration: underline; color: #ffffff;}
