body {
	background: #e7c2c8;	
	border-top: 212px solid #fff;
	font-family: arial;
	font-size: 12px;
}

a {text-decoration: none;}

#content a:hover {color: #ac0069;}

img.float-right {
	float: right;
	margin-right: -30px;	
}

p.order {
	width: 190px;
	font-weight: bold;
	float: left;
}

p.order a {
	display: block;
}

p.order img {
	float: right;
	margin: 10px 0 0 5px;
}

p#order {
	padding-left: 40px;
	width: 180px;
}

p#order img {
	margin: -20px 0 0 0;
}

#header {
	height: 176px;
	position: relative;
	width: 600px;
	margin: -176px auto 0 auto;
	z-index: 2;
}

#header h1 a {
	display: block;
	height: 61px;
	width: 205px;
	margin-left: 3px;
	background: url(../images/101uses.png);
}

#header h1 a:hover {
	background-position: 0 61px;
}

#header h2 {
	width: 227px;
	height: 26px;
	background: url(../images/header-sub.png);
	margin: 8px 0 0 32px;
}

#header h1, #header h2 {
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}

a, a:link, a:visited, a:active {
	font-weight: bold;
	color: #805058;
}


/*nav*/

#header ul {
	clear: left;
	padding-top: 10px;

}

#header ul li, #footer ul li {
	color: #791853;
	float: left;		
	padding-top: 5px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

#header li a, #footer li a {
	margin-top: -4px;
	color: #791853;
	display: block;
	padding: 5px 9px;
	float: left;
}

#header li a:hover, #header li.current a {
	color: #ed209d;
}

#wrapper {
	background: #e7c2c8;
	border-top: 17px solid #f9f0f1;
	padding-bottom: 20px;
}

#background {
	position: absolute;
	width: 100%;
	height: 500px;
	top: 0;
}

.introduction #background {
	background: url(../images/backgrounds/introduction.png) no-repeat center 89px;
}

.thanks #background {
	background: url(../images/backgrounds/thanks.png) no-repeat center 24px;
}

.preface #background {
	background: url(../images/backgrounds/preface.png) no-repeat center 35px;
}

.book #background {
	background: url(../images/backgrounds/book.png) no-repeat center 89px;
}

.order #background {
	background: url(../images/backgrounds/order.png) no-repeat center 0;
}

.contact #background {
	background: url(../images/backgrounds/contact.png) no-repeat center 49px;
}

#content {
	width: 595px;
	position: relative;
	margin: 0 auto;
	font: 11.5px/15px arial, sans-serif;
	color: #805058;
}

.book #content p {
	margin: 15px 0 20px 0;
	width: 412px;
}

#leftCol {
	width: 415px;
	float: left;
	position: relative;	
}

#leftCol p {
	margin: 17px 0;
}

#leftCol b {
	color: #fff;
}

#sidebar {
	width: 145px;
	float: left;
	color: #fff;	
	padding-left: 35px;
	padding-top: 290px;
}

.preface #sidebar {
	padding-top: 175px;
}

#sidebar h3 {
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/sidebar-hrule.png) no-repeat 0 bottom;
	padding-bottom: 28px;
	letter-spacing: 1px;
}

#sidebar p {
	margin-top: 5px;
	font: italic 14px/17px times;
	width: 143px;/*stupid IE6*/
}


#footer {
	width: 610px;
	clear: both;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 10px;
	background: url(../images/footer-background.png) no-repeat center 20px;	
}

#footer ul {
	overflow: hidden;
	height: 1%;
}

#footer ul li {
	color: #a1878c;
	font-size: 8px;	
}

#footer li a {
	margin-top: -4px;
	color: #805058;
	padding: 5px 8px;	
}

#footer li.current a, #footer li a:hover {
	color: #ac0069;
}

#footer p {
	color: #b38990;
	font: bold 10px/12px arial, sans-serif;
	float: right;
	padding: 4px 10px 0 0;
}

#page-title {
	overflow: hidden;
	text-indent: -999px;
	height: 25px;
	background-repeat: no-repeat;
	margin: 40px 0 15px 0;
}

.introduction #page-title {
	background-image: url(../images/headings/heading-introduction.png);
}

.thanks #page-title {
	background-image: url(../images/headings/heading-thanks.png);
	height: 64px;
}

.preface #page-title {
	background-image: url(../images/headings/heading-preface.png);
}

.book #page-title {
	background-image: url(../images/headings/heading-book.png);
}

.order #page-title {
	background-image: url(../images/headings/heading-order.png);
}

.contact #page-title {
	background-image: url(../images/headings/heading-contact.png);
}

p#credit {
	font-size: 10px;
	color: #ad7f86;
	position: absolute;
	right: -180px;
	bottom: -30px;
}

p#credit a {
	color: #ad7f86;	
	font-weight: normal;
}