@charset "utf-8";

#content .section {
	width:780px;
	margin:0px auto 20px auto;
	padding:0 0 0 10px;
}

#content .section dl{
	margin:0 0 10px 0;
	padding:0px;
	line-height:140%;
}

#content .section dt{
	width:130px;
	float:left;
	font-weight:bold;
	color: #A6706A;
}

#content .section dd{
	width:540px;
	float:left;
	padding:0 0 0 20px;
}


#wrapper #content .section.clearfix .left {
	text-align: left;
	float: left;
}
#wrapper #content .section.clearfix .right {
	width:330px;
	float: right;
	margin-left: 20px;
}
#wrapper #content .section dl {
	margin-right: 20px;
	margin-left: 20px;
}
#wrapper #content h2 {
	margin-bottom: 20px;
}
#wrapper #content .section .lead {
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 180%;
}
