@charset "utf-8";

body {   	
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;

}
#contain { 	
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-repeat:repeat-y;
	float:inherit;
}
#banner {	
	background-repeat: no-repeat;	
}
#nav {	
	background-repeat: no-repeat;		
	height: 700px;
	width: 630px;
	margin-left: 50px;
	float:left;
}
#nav_2 {				
	height: 200px;
	width: 630px;
	margin-left: 50px;
	float:left;
}
#nav_title {		
    background-image:url(../img/left_img/new-web2_032.jpg);
	height: 27px;
	width: 630px;	
}
#nav_content {
	background-image:url(../img/left_img/new-web2_052.jpg);
	height: 183px;
	width: 630px;	
}
#nav_foot {
	background-image:url(../img/left_img/new-web2_072.jpg);
	height: 13px;
	width: 630px;		
}

#content {			
	height: 990px;
	width: 240px;
	float:right;
	margin-right: 55px;
}
#copyright {	
	height: 101px;
	margin-top: 5px;
	clear: both;
	text-align: center;
}

