
#page {
	width: 952px;
	margin: 0 auto;
}
#top {
	width: 952px;
}

#textwrap {
	width: 819px;
	height: 189px;
	margin: 0 auto;
	background: url(../images/bg-maintext.jpg) no-repeat center top;
}
#textbox {
	width: 380px;
	float: left;
	text-align: left;
	font-size: 14px;
}
#textbox p {
	font-size: 16px;
	font-weight: bold;
	color: #dd5508;
	margin: 11px 0 8px 47px;
	padding: 0;
}
#textbox p span {
	color: #383838;
	font-weight: normal;
}
#textbox ul {
	list-style: none;
	margin: 0 0 0 54px;
	padding: 0;
	list-style-position: outside;
}
#textbox ul li {
	font-size: 14px;
	color: #383838;
	margin: 7px 0 0 0;
	padding: 0 14px;
	list-style: none;
	background: url(../images/marker.png) no-repeat left top;
}

