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

#footer{
	
	overflow:hidden;
	height:100%;
	width:950px;
	margin:0 auto;
	}

#footer h2.keywords{
	
	height:0px;
	text-indent:-9999px;
	font-size:10px;
	}
	
#footer p{
	
	font-size:12px;
	line-height:normal;
	padding:0px 0 10px;
	color:#000;
	padding:0 20px 20px;
	text-align:justify;
	margin-bottom:30px;
	clear:both;
	}	
	
#footer ul{
	
	overflow:hidden;
	height:100%;
	padding-bottom:30px;
	margin-top:10px;
	width:100%;
	}

#footer ul li{
	
	float:left;
	padding:0 0 5px 20px;
	}	
	
#footer ul li a{
	
	font-size:14px;
	font-weight:bold;
	color:#000;
	}	
	