body {
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background-color:#333;
}

#page_all {
	width:935px;
	margin:0 auto;
	border:1px solid #FFF;
	background-color:#FFF;
}

#page_all .banner {
	width:935px;
	height:441px;
}

#page_all .banner .banner_left {
	width:468px;
	height:441px;
	background-image:url(peices/banner_left.jpg);
	background-repeat:no-repeat;
	float:left;
}

#page_all .banner .banner_right {
	width:467px;
	height:441px;
	background-image:url(peices/banner_right.jpg?ver=1);
	background-repeat:no-repeat;
	float:left;
}

#page_all .content {
	width:935px;
	margin:0 auto;
	background-image:url(peices/footer.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#page_all .content .content_left {
	width:468px;
	min-height:500px;
	float:left;
	background-image:url(peices/content_left.jpg);
	background-repeat:no-repeat;
}

#page_all .content .content_left .logo_title {
	width:280px;
	border:0px solid red;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-style:italic;
	margin-left:160px;
	margin-top:15px;
}

#page_all .content .content_left h1 {
	color:#731472;
	padding:0;
	margin:50px 0 0 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	margin-left:92px;
	border:0px solid red;
}

#page_all .content .content_left .box {
	width:450px;
	border:0px solid red;
	margin-top:15px;
}

#page_all .content .content_left .box .img {
	float:left;
}

#page_all .content .content_left .left_li {
	margin-top:0px;
	border:0px solid red;
	width:350px;
	float:left;
}

#page_all .content .content_left ul li {
	margin-top:10px;
	color:#666;
}


#page_all .content .content_left .left_li h2 {
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	margin-top:20px;
}



#page_all .content .content_right {
	width:467px;
	min-height:500px;
	float:left;
	background-image:url(peices/content_right.jpg);
	background-repeat:no-repeat;
}

#page_all .content .content_right .button_right {
	width:200px;
	border:0px solid red;
	margin-left:220px;
	margin-top:15px
}

#page_all .content .content_right .button_right .buy {
	width:200px;
	height:45px;
	border:0px solid;
}

#page_all .content .content_right .button_right .buy a {
	width:194px;
	height:45px;
	display:block;
	background-image:url(peices/button.png);
	background-repeat:no-repeat;
}

#page_all .content .content_right .button_right .buy a:hover {
	background-image:url(peices/button.png);
	background-repeat:no-repeat;
	background-position:-198px 0;
}

#page_all .content .content_right .button_right .free a {
	width:194px;
	height:45px;
	display:block;
	background-image:url(peices/button.png);
	background-repeat:no-repeat;
	background-position:0px -45px;
}

#page_all .content .content_right .button_right .free a:hover {
	background-image:url(peices/button.png);
	background-repeat:no-repeat;
	background-position:-198px -45px;
}


#page_all .content .content_right .button_right .free{
	width:200px;
	height:45px;
	border:0px solid;
}


#page_all .content .content_right ul li {
	margin-top:10px;
	color:#666;
}

#page_all .content .content_right .logo_title {
	width:280px;
	border:0px solid red;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-style:italic;
	margin-left:160px;
	margin-top:15px;
}

#page_all .content .content_right h1 {
	color:#731472;
	padding:0;
	margin:30px 0 0 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	margin-left:92px;
	border:0px solid red;
}

#page_all .content .content_right .box {
	width:450px;
	border:0px solid red;
	margin-top:15px;
}

#page_all .content .content_right .box .img {
	float:left;
}

#page_all .content .content_right .left_li {
	margin-top:0px;
	border:0px solid red;
	width:350px;
	float:left;
}

#page_all .content .content_right .left_li h2 {
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	margin-top:20px;
}

#page_all .content .content_right .link_img {
	width:350px;
	border:0px solid;
	margin-left:100px;
	margin-top:20px;
}

#page_all .content .content_right .link_img img {
	border:0;
}












.clear {
	clear:both;
}
