@charset "utf-8";
section#lesson_text_r {
	display:none;
}
div#page_title {
	height:80px;
	background-color:#333333;
	margin:0px;
	padding:0px;
	width:100%;
}
div#page_title h1 {
	font-family:"Bree serif";
	font-size:40px;
	color:#FFFFFF;
	line-height:80px;
	font-weight:normal;
	width:80%;
	max-width:1280px;
	margin:0px auto;
	padding:0px;
}
div#main_wrapper {
	width:100%;
	margin:0px;
	padding:0px;
}
article {
	width:80%;
	max-width:1280px;
	margin:0px auto;
	padding:40px 40px 28px;
}
article section {
	margin:0px;
	padding:0px;
	font-size:160%;
	color:#000000;
	width:40%;
	float:left;
}
article section p {
	margin:0px;
	padding: 0px 0px 2em;
}
article section p a {
	text-decoration:none;
	color:#0033cc;
}
article section p a:hover {
	text-decoration:underline;
}
figure {
	width:40%;
	height:auto;
	margin:0px auto;
	float:right;
}
figure img {
	width:100%;
	height:100%;
}