body {
	background: #fff;
	color: #000;
	font: normal 11px Arial, Verdana, sans-serif;
	
	margin: 0;
	padding: 0;
}

input, select, option, textarea { color: #000; }

.tl { text-align: center; }
.tc { text-align: center; }
.tr { text-align: center; }

.breaker {
	display: block;
	clear: both;
	overflow: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
.hidden {
	display: none;
	visibility: hidden;
}
img {
	border: 0;
}
.mbColor {
	color: #778e46;
}
.mbBg {
	background: #778e46;
}

#container {
	width: 950px;
	margin: 0 auto;
}
	h1 {
		font-size: 25px;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#header {
		margin-top: 20px;
	}
		#header ul {
			margin: 0;
			padding: 0;
		}
		#header ul li {
			margin: 0;
			padding: 0;
		
			display: inline;
			list-style-type: none;
			margin-right: 15px;
			font-size: 16px;
		}
		#header ul li a {
			font-weight: bold;
			color: #333;
			text-decoration: none;
		}
		#header ul li a:hover {
			color: orange;
		}
	#main {
		margin-top: 20px;
	}
		#columnLeft {
			float: left;
			width: 200px;
			margin-right: 20px;
			padding: 15px;
		}
			#buy {
				background: #fff;
				padding: 10px;
			}
			#chapters {
				color: #fff;
			}
			#chapters h2 {
				font-size: 14px;
			}
			#chapters ol,
			#chapters ol li,
			#chapters ol li ol,
			#chapters ol li ol li {
				margin: 0;
				padding: 0;
			}
			#chapters ol {margin: 0 20px; margin-right :10px;}
			#chapters ol li {font-weight: bold; margin-bottom: 10px;}
			#chapters ol li ol {margin-left: 10px;}
			#chapters ol li ol li {font-weight: normal;}
			#speakabout {
				color: orange;
			}
			#speakabout a {
				color: orange;
			}
			#thanksto {
				color: #fff;
			}
		#columnRight {
			float: left;
			width: 700px;
		}
			#introduce {
				background: #eee;
				font-size: 12px;
				padding: 15px;
			}
			#introduce p:first-letter {
				font-size: 16px;
				font-weight: bold;
			}
			#introduce p#ptitle {
				font-size: 16px;
				font-weight: bold;
				color: orange;
			}
			#blocoBlock {
				padding: 15px;
				font-size: 110%;
				text-align: justify;
				border-bottom: 1px solid #333;
			}
			#blocoBlock form p {
				margin: 1px 0;
			}
			#blocoBlock form label {
				float: left;
				width: 35%;
				padding-right: 1%;
				margin-right: 1%;
				text-align: right;
				background: #f1f1f1;
				font-size: 12px;
				height: 22px;
				line-height: 22px;
				font-weight: bold;
			}
			#blocoBlock form label#ttarea {
				height: 120px;
			}
			#blocoBlock form input { width: 300px; }
			#blocoBlock form textarea { width: 300px; }
	#footer {
		margin-top: 20px;
		text-align: center;
	}
		#footer a {
			color: grey;
		}