/**
 * @author scorpio
 *中国上海 英文版  两列模板  公用样式
 */


/*主体框
-----------------------------------------*/ 
div#main{
	width:780px;
	padding-top:7px;
	}

div#main div#leftcolumn{
	float:left;
	width:220px;
	}
div#main div#content{
	float:left;
	width:550px;
	padding-left:10px;
	}

/*当前位置
-----------------------------------------*/
div#main div#content div#atplace{
	background-image:url(/images/English_new/atplacebg.gif);
	background-position:left 3px;
	background-repeat:no-repeat;
	padding-left:7px;
	line-height:22px;
	}
div#main div#content div#atplace ul li{
	display:inline;
	padding-right:3px;
	}


div#main div#content div#contenttitle{
	width:550px;
	background-image:url(/images/English_new/contenttitlebg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	}
div#main div#content div#contenttitle div#leftimg{
	float:left;
	width:42px;
	height:54px;
	background-image:url(/images/English_new/title_01.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}
div#main div#content div#contenttitle div#rightimg{
	float:left;
	width:26px;
	height:54px;
	background-image:url(/images/English_new/contenttitleright.gif);
	background-position:left top;
	background-repeat:no-repeat;
	}
div#main div#content div#contenttitle h4{
	float:left;
	line-height:39px;
	background-image:url(/images/English_new/title_02.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	padding-top:15px;
	padding:15px 17px 0px 7px;
	
	font-size:23px;
	font-family:Arial, Helvetica, sans-serif;
	}
