/* FOOTER */
#footer  {
	margin-left: auto;
	margin-right: auto;
	width : 800px;
	height : 100px;
	background: url(../images/footer-box2.jpg) no-repeat center;
	color : White;
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #ffffff;
    border-top: solid 0px #ffffff; /* Sets the top border properties for an element using shorthand notation */
    padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	}
	
#footer_left  {
	text-align : left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;	
	padding-left: 32px;
	float : left;
	margin : 0;
	}

#footer_right  {
	text-align : right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 32px;	
	padding-left: 10px;
	margin : 0;
	}

#footer_logo  {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 0px;	
	padding-left: 15px;
	}
#footer_address {
	font-size: 10px;
	}
	
#footer_nav  {
	}

#footer_legal  {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 0px;	
	padding-left: 0px;
	font-size : 10px;
	padding-top: 20px;
	}
	
#footer a{
	font-weight: bold;
	color: white;
	}	
	
	
