body {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #F3E4B4;
}
#nav{
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-x;
	color: #666699;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	}
	
#nav a{
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover{
	color: #CC3300;
	text-decoration: underline;
}
#main-pic{
	height: 340px;
	width: 396px;
	background-image: url(images/main_02.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#main2-pic{
	height: 340px;
	width: 396px;
	background-image: url(images/main2_02.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#xiaocai-title{
	height: 340px;
	width: 166px;

}
#main-ico{
	height: 68px;
	background-image: url(images/main_05.jpg);
	background-repeat: no-repeat;
	background-color: F9D79E;
	background-position: right;
}
#main-text{
	font-size: 13px;
	text-align: left;
	color: #993333;
}
#main-text h2{
	color: #FF6600;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 0px;

}

#main-text h4{
	color: #993333;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0px;
}
#bot-bar{
	height:18px;
	background-image: url(images/bot-bar.gif);
	background-repeat:repeat-x;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}
