@charset "utf-8";
/* CSS Document */
#footer {
	width:950px;
	margin:0 auto;
	clear:both;
	padding-top:40px;
	padding-bottom:20px;
	height:30px;
}

#nav {
	width:380px;
	float:right;
}

#nav ul {
	display: inline;
	list-style-type:none;
} 

#nav ul li {
	list-style-type:none;	
	float:left;
	font-size:12px;
	color:#626262;
	border-left:#626262 solid 1px;
	padding:0 10px;
}

#copyright {
	font-size:12px;
	color:#626262;
	float:left;
	width:300px;
	padding-left:35px;
}
