@charset "UTF-8";
/* CSS Document */

*{ margin:0; padding:0; }
img{ border:0; }

body{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color:#f7e6ee;
}
#contentbg{
	background-image:url(images/bg_brush.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
#container{
	width:950px;
	margin:0 auto;
	background-image:url(images/bg.jpg);
}
h1{
	height:162px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	text-indent: -100em;
}
h2{
	font-size:1.2em;
}
h3{
	padding-top:.5em;
	font-size:1em;
}

p{
	padding-top:.5em;
	line-height:1.2em;
}


#books{
	list-style:none;
}
#books li{
	width:350px;
	min-height:250px;
	padding-left:225px;
	background-repeat:no-repeat;
	float:left;
	margin-bottom:30px;
	font-size:.9em;
}
#willg{
	background-image:url(images/willg.jpg);
}
#ttr{
	background-image:url(images/ttr.jpg);
}
#stpc{
	background-image:url(images/stpc.jpg);
}
#ihbd{
	background-image:url(images/ihbd.jpg);
}
#lcl{
	background-image:url(images/lcl.jpg);
}
#drugs{
	background-image: url(images/drugs_myu.jpg);
}
#achieve{
	background-image: url(images/achieve.jpg);
}

#jill{
	width:257px;
	background-image:url(images/jill.jpg);
	background-repeat:no-repeat;
	float:right;
	padding-top:420px;
	padding-right:90px;
}
#footer{
	height:71px;
	clear:both;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
	font-size:.8em;
	text-align:center;
}
.button{
	display:block;
	width:350px;
	padding:5px 0;
	margin-top:.5em;
	border:0;
	font-size:1em;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#000;
	background-color:#CD95AC;
}
a.button:link{
	
}
a.button:visited{
	color:#333;
}
a.button:hover{
	background-color:#BD889D;
}
a.button:active{
	background-color:#AA7A8C;
}

/* IE 6 Hack */
* html #books li { height:250px; } 
