.content{
	float:left;
	width:100%;
}

.sidebar{
	float:left;
	width:230px;
	margin-top:-50px;
	z-index:+10;
	position:relative;
}
.corn{
	float:left;
	width:211px;
	height:114px;
	background:none;
}
.corn img{
	float:left;
	width:211px;
	height:114px;
}



.inner_content{
	float:left;
	width:750px;
	margin-top:-50px;
	z-index:10;
	position:relative;
}

.about_box{
	float:left;
	margin-left:20px;
	display:inline;
	width:720px;
	height:290px;
	background:url(../images/box_bottom.gif) bottom center no-repeat;
}

.about_box .about{
	float:left;
	background:#FFFFFF;
	width:628px !important;
	width:628px;
	display:inline;
	margin-left:52px;
	overflow:auto;
}
.about_box .about h2{
	float:left;
	width:94%;
	margin:10px 2%;
	padding:3px;
	font-size:18px;
	color:#fead00;
	background:#f4f5e5;
	display:inline;
}
.about_box .about p{
	float:left;
	width:94%;
	padding:0 2%;
	display:inline;
	font-size:13px;
	color:#948d8d;
	line-height:19px;
	word-spacing:3px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
}
.about_box .about p img{
	float:left;
	margin:5px 5px 2px 0;
}
a.read_more{
	float:right;
	padding-right:10px;
	color:#ff9000;
	font-size:11px;
	display:inline;
	text-decoration:none;
	background:url(../images/read_more.gif) no-repeat right center;
}
a.read_more:hover{
	color:#948d8d;
	background:url(../images/read_moreh.gif) no-repeat right center;
}