@charset "utf-8";
body {
	margin: 0px;
	background-color: #61c2cd;
	font-family: Arial, Helvetica, sans-serif;
}
.main_container {
	background-color: #FFF;
	background-image: url(../images/index_03.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top:25px;
}

.text_style1	{
	font-size:14px;
	color:#333;
	line-height:20px;
}.menu {
	background-image: url(../images/index_05.jpg);
	background-repeat: repeat-x;
	height: 32px;
}
.description {
	color: #3cade3;
	padding:25px;
	line-height:20px;
	font-family: "Arial Unicode MS";
	font-size: 14px;
}

ul	{
	font-family: "Arial Unicode MS";
	font-size: 14px;
	list-style-image:url(../images/point.jpg);
}
li	{
		line-height: 20px;	
}