hr { 
	border-style: dotted none none none; 
	border-top-width: 1px; 
	border-top-color: #cccccc; 
	height:1px;
	margin:0px;
	padding:0px;
} 

div#lesson	{
	width:759px;
	height:233px;
	overflow:hidden;
	}
	
	div#lesson iframe	{
		margin:0px 8px 0px 0px;
		float:left;
		}
		
	div#lesson h3	{
		margin:3px 0px 0px 0px;
		color:#f39800;
		font-size:12px;
		font-weight:bold;
		clear:both;
		}
		
div#text	{
	width:378px;
	height:233px;
	overflow:auto;
	}
	
	div#text p	{
		font-size:10px;
		text-decoration:underline;
		color:#333333;
		margin:0px;
		padding:0px;
		}
		
	div#text dl	{
		margin:0px 0px 0px 0px;
		padding:0px;
		}
		
	div#text dt	{
		margin:3px 0px 0px 0px;
		padding:0px;
		}
		
	div#text dd	{
		margin:0px 0px 0px 35px;
		padding:0px;
		}
		
	div#text h2	{
		font-size:14px;
		font-weight:bold;
		margin:0px 0px 0px 0px;
		}