#content{
	margin: 0 auto;
	padding : 0px ;
	width: 700px;
	overflow: hidden;
}

#content > h2 {
	position: relative;
	color: #158b2b;
	font-size: 30px;
	padding: 15px 0;
	text-align: center;
	margin: 1.5em 0;
}

#content > h2:before {
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	width: 150px;
	height: 68px;
	border-radius: 50%;
	border: 5px solid #a6ddb0;
	border-left-color: transparent;
	border-right-color: transparent;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#content > h3{
	position: relative;
	font-size: 1.143em;
	font-weight: bold;
	margin: 2em 0 0.5em;
	padding: 0.5em 0.5em 0.5em 2.0em;
	border-bottom: 2px solid #B92A2C;
}
 
#content > h3:before{
	content: "";
	font-size: 100%;
	position: absolute;
	color: #ff6b6e;
	top:  0em;
	left: 0.3em;
	height: 12px;
	width: 12px;
}
 
#content > h3:after{
	content: "";
	font-size: 100%;
	position: absolute;
	color: #B92A2C;
	top:  0.3em;
	left: 0;
	height: 12px;
	width: 12px;
}

ul,ol {
	margin-left: 0px;
	padding-left:20px; 
}

#content > p,ul,ol,table,dl {
	font-size: 14px;
}



#content > table {
	border:1px solid #999;
	margin-bottom: 10px;
	width: 700px;
}

.title {
	background-color: #ffd78c;
}

#content > td,th {
	background-color: #ffd78c;
}

#content > dl {  
	border-bottom:1px solid #999;
	border-left:1px solid #999;

	margin: 0px;
	margin-bottom: 10px;
	width:700px;  
}  

#content > dl > dt {  
	float:left;  
	width:150px;  
	padding:5px 0 5px 10px;  
	clear:both;  
	font-weight:bold;
	border-top:1px solid #999;
}  

#content > dl > dd{  
	width:520px;  
	margin-left:160px;  
	padding:5px 8px 5px 10px;  
	border-left:1px solid #999;
	border-top:1px solid #999;
	border-right:1px solid #999;
}  
