﻿
#pageTop {
	position:relative;
	width:800px;
	height:150px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	
	}

.item {
	position:relative;width:100%;height:120px;
}

.itemTips {
	position:relative;width:100%;height:100px;
}





/** home page**/


#homePageTop {
	position:relative;
	float:left;
	width:800px;
	height:275px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	
	}



#homeMiddle {
	position:relative;
	float:left;
	width:775px;
	height:100px;
	padding:6px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#003388;
	text-align:justify;
	
}

#homeBottom {
	position:relative;
	width:800px;
	height:500px;
}

#homeBottomImage {
	position:relative; float:left;  width:505px;height:420px
}


