* {
	margin: 0;
	padding: 0;
}
/* test */
body {
	background: #fff;
	font-family: Tahoma, Verdana, arial, helvetica, sans-serif;
	font-size: 100%;
}
.floatleft {
	float: left;
	margin: 0 10px 15px 0;	
}
#header {
	display: none;
}
#title {
	background: #000;
	color: #ffb300;
	font-size: 300%;
	margin: 15px auto 0 auto;
	padding: 30px;
	text-align: center;
	text-transform: uppercase;
	width: 552px;
}
#content {
	background: url('images/ebook/bg-pattern.gif') 0 0 repeat-y;
	margin: 0 auto 30px auto;
	padding: 30px;
	width: 552px;
}
#content a {
	color: #6D4C6B;
	font-weight: bold;
}
#content p {
	margin: 0 0 10px 0;
}
#content img {
	border: 1px #000 solid;
}
#content blockquote {
	background: #FFB200;
	border: 1px solid #6BB2E8;
	margin: 15px;
	padding: 15px;
}
#content ul {
	margin: 0 0 10px 0;
}
#content ol {
	margin: 0 0 10px 20px;
}
#content li {
	margin-bottom: 5px;
}
#content ul li {
	background: url('images/ebook/bullet.gif') 0 7px no-repeat;
	list-style-type: none;
	padding-left: 12px;
}
.edit {
	margin-bottom: 30px;
	text-align: center;
}
#wpstats {
	display: none;
}
.highlight {
	background: yellow;
}

/* background for pay sections */
#content .pay_white {
	background: #fff;
	border: 5px dashed #000;
}
#content .pay_pink {
	background: #FFCC99;
	border: 5px dashed #000;
}
#content .pay_green {
	background: #61ee64;
	border: 5px dashed #000;
}

/* overrides to hide stuff */
#header {
	display: none;
}
#sidebar {
	display: none;
}
