@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	background:#EEEEEE;
	font-family:"Trebuchet MS", Verdana;
	font-size:13px;
	line-height:17px;
	color:#666666;
}
.main_body{
	width:928px;
	height:668px;
	margin:0 auto;
	padding:9px 36px 0;
	background:url(../images/body_bg.jpg) no-repeat right top;
	text-align:center;
}
a,a:visited{
	color:#666666;
	text-decoration:underline;
}	
a:hover{
	text-decoration:none;
}	

b.title{
	font-family:Arial, Helvetica, sans-serif;
	color:#C95D2E;
	font-size:20px;
	line-height:60px;
}
.left_text{
	width:400px;
	height:395px;
	float:left;
}
.right_text{
	width:435px;
	height:395px;
	float:right;
}	
strong{
	font-size:15px;
}
.footer_bg{
	width:100%;
	height:57px;
	background:url(../images/footer_bg.jpg) repeat-x;
}
.footer_main{
	width:960px;
	height:57px;
	margin:0 auto;
	text-align:left;
	padding:0 20px;
	line-height:57px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.wvmagic_link{
	float:right;
	width:61px;
	height:38px;
	clear:both;
	margin:10px 0 0px;
	background:url(../images/wvmagic_logo.gif) no-repeat;
}
.clear{
	clear:both;
}