@charset "UTF-8";
/* CSS Document */

#nav {
	width: 120px;
	height: 30px;
	padding-left: 65px;
	float: right;
	}
	
#footer_nav {
	width: 505px;
	height: 15px;
	padding: 5px;
	float: left;
	position: relative;
	text-align: center;
	}
	
#copyright {
	width: 505px;
	height: 13px;
	padding: 5px;
	float: right;
	margin-top: 5px;
	position: relative;
	text-align: center;
	}
