#navi {
	top:0;
	left:0;
	width:100%;
	border-bottom: 1px solid #00589c;
	height:50px;
	background:#fff;
	position:fixed;
	z-index:4;
}

.logo {
	top:0;
	margin-left:10px;
}



#container {
	width:760px;
	position:relative;
	top: 130px;
	margin:0 auto;
}


#footer {
	bottom:25px;
	position:relative;
	z-index:1;
	margin-top:200px;
	margin-left:auto;
	margin-right:auto;
	height:15px;
	width:440px;
	padding-right:30px;
}

.footer_text {
	font-family: 'Muli', sans-serif;
	color:#666;
	font-size:13px;
	letter-spacing:1px;
}

.footer_text li { display:inline;}