body, html {
	margin: 0;
	padding: 0;
	color: #0057b1;
	background-color: rgb(203,54,44);
	font-family: "Helvetica", "Lucida Grande", sans-serif;
}

img, a img {
	border: none;
}

a {
	color: #2F853C;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #0057b1;
	text-decoration: none;
}
p, div, ol, ul, pre, form, table, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	border: none;
}

.hide {
	display: none;
}
#wrap1, #wrap2, #wrap3 {
	width: 750px;
	margin: 0 auto;
}
#wrap1 {
	background-image: url(../images/bg/middle.png);
	background-repeat: repeat-y;
}
#wrap2 {
	background-image: url(../images/bg/top.png);
	background-position: left top;
}
#wrap3 {
	background-image: url(../images/bg/bottom.png);
	background-position: left bottom;
}
/**
 * Flush to inner white area
 */
#wrap4 {
	padding: 25px 25px 35px 25px;
}

#header {
	border-bottom: 1px solid #cb632c;
}
#header h1 {
	background-image: url(../images/Title.png);
	background-position: center center;
	height: 80px;
}
#header h1 span {
	display: none;
}
#header h2, #header h3 {
	text-align: center;
	padding: 4px;
}
#header h2 {
	color: #0057b1;
	font-size: 14px;
	font-weight: bold;
}
#header h3 {
	color: #2f853c;
	font-size: 11px;
}

#content {
	padding: 10px;
}


#content h2 {
	font-size: 16px;
}

#content p, #content h2 {
	padding: 10px;
}

#content #bookCover {
	float: left;
}

#content ul.features { 
	list-style-type: none;
	font-size: 13px;
	font-weight: bold;
	color: #2F853C;
	list-style-position: inside;
	padding-left: 220px;
}

#content ul.features li { 
	line-height: 20px;
	background-image: url(../images/badge-bullet.jpg);
	background-position: left center;
	padding-left: 30px;
	background-repeat: no-repeat;
}
#content ul.features li em {
	font-size: 10px;
}

#content ul.contents { 
	list-style-image: url(../images/badge-bullet.jpg);
	list-style-position: inside;
	margin: 20px;
}

#footer {
	padding: 10px;
	text-align: center;
	border-top: 1px solid #cb632c;
}
#footer p {
	padding: 5px;
}