@charset "UTF-8";
/* CSS Document */
 .footer{
	      height: 150px;
	      width: 100%;
	      margin-top: 30px;
	      padding-top: 15px;
	      background-color: #e3ead8;
	      box-shadow: 0px 2px 5px rgba(34,50,24,0.1) inset;
		  }
		
	   .footer .footer-info{
	     color: #777;
	     padding: 8px 0px;
		 }
		 
 .footer .footer-info strong, .footer .footer-info .info{
	   float: left;
	 }

 .footer .footer-info strong{
	   width: 180px;
 }
 
  .footer .content{
	   position: relative;
	   height: 100%;
	 }
	 
	 .copyright{
	   text-align: center;
	   color: #999;
	   width: 100%;
	   bottom: 10px;
	   position: absolute;
	 }

