@charset "utf-8";
/* CSS Document */

#main_content{
	height: 517px;
	width: 816px;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-bottom-color: #fff;
	background-color: #fff;
	background-image: url(../../images/home_bg.gif);
	background-repeat: repeat-x;
}
#jd_image{
	height: 257px;
	width: 238px;
	float: left;
	margin-left: 30px;
	margin-top: 146px;
	border: 2px solid #93813a;
	background-color: #fff;
}
#text_container{
	height: 485px;
	width: 464px;
	float: left;
	margin-left: 39px;
	margin-top: 30px;
	border: 1px solid #8e3203;
	background-color: #fff;
}
#text_heading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #93813a;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;
}
#text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #93813a;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}

