
/* basic elements */



html, body{
	font-family: Arial, SimSun;
}
img{
border-style:none;
}
.container{
width:950px;
margin: 0 auto;
}
.wrapper-boarder{
margin-left:0px;
border: solid 1px #ccc;
}
.text-contents{
margin-left: 25px;
margin-right:26px;
}
#nav a{
display: block;
text-decoration: none;
font-weight: bold;
color: #069;
}
#nav a:hover{
	color: orange;
	background-color: #ffffff;
}
#nav a:hover, a:focus, a:active{
	text-decoration: none;
	color: orange;
}