@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #ffffff;
	color: #000;
	clear:both;
}


#footer{
	clear:both;
	width: 900px;
	height: 110px;
	display: inline;
	display:block;

	float: left;
	text-align:center;
	font-size:13px;
	margin-top:10px;
}

#footer div.block{
	clear:both;
	display:block;
	width: 900px;
}



#footer ul{

	clear:both;
	display: inline;
	padding: 0px;
	float: left;
	height: auto;
	width: 800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 80px;
}

#footer ul li{
	padding: 0px;
	float: left;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
}


#footer #copy-right {
	clear:both;

	margin:10px auto;
	display:block;
	width:880px;
	color:#fff;
	background-color:#4663A7;
	padding:10px;

}
