body {
	margin: 0px;
	background-image: url(img/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#000; 
}
a:link,a:visited{color:#000;text-decoration:none;}
a:hover,#footer a:hover{
	color:#f00;
}

#header #logo h1{
	margin:0px;
	padding:0px;
	background:url(img/yy_logo.gif) no-repeat 28px 13px;
	width:230px;
	height:88px;
	text-indent:-999em;
}
#header #nav{
	height:27px;  
	position:absolute; 
	right:70px; 
	top:60px;
	z-index:100;
	float: left;
}
#header #nav ul{
	margin: 0px;
	list-style-type: none;
}
#header #nav li{
	float:left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
#header #nav li a,#header #nav li a:visited{
	text-decoration:none; 
	text-align:center; 
	display:block; 
	height:35px; 
	line-height:35px; 
	width:65px;
	font-family:"ËÎÌå"; 
}
#header #nav li a:hover{
	background:url(img/bg_menu.gif) no-repeat;
	color:#000;
}
#body{
clear:both;
margin-left:20px;
margin-top:20px;
width:965px;
}
#body #container{
margin-top:20px;
float:left
}
#container #left{
float:left;
width:600px;
}
#left ul{
	list-style-type: none;
	margin:0px;
	padding: 0 0 0 20px;
}
#left li{
	padding-top:20px;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#left li h2{
margin:0px;
background:url(img/dot.gif) no-repeat; 
font-size:15px;
padding:0 0 0 30px; 
color:#0C72D2;
text-decoration:underline;
}
#left li p{
margin-left:30px;
}
#right{
float:left;
margin-left:55px;
}
#right #box{
	padding:10px 60px 10px 10px;
	border: 1px solid #D2E3EA;
}
#right dl{
margin:25px 0 0 20px;
}
#right dt{
	font-size:15px;
	color:#0C72D2;
	font-weight: bold;
	margin-bottom:10px;
}
#right dd{
	margin:0px 0px 10px 10px;
}
#footer{
	float:left;
	height:auto;
	margin-top:60px;
	padding:50px 0 50px 0;
	width:965px;
	text-align: center;
	color:#7F7F7F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#footer a{color:#7F7F7F;}
#footer p{
margin:0 0 10px 0;
}
