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

#footer {
	width:100%;
	height:310px;
	background-image:url("footer3.png");
	background-repeat:no-repeat;
	background-position:center;

	
}

#tablefooter {
	width:960px;
	color:#f0f0f0;
	
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	padding-top:20px;
	
}

#tablefooter table{
	width:860px;
	margin-left:90px;
	border-spacing:20px 0px;

}


#tablefooter a {
	text-decoration:none;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#tablefooter a:hover {
	text-decoration:none;
	color:#fff;
}
#tablefooter th {
	width:160px;
	text-align:left;
	font-family:'UbuntuTitlingRgBold';
	font-weight:normal;
	font-size:13px;

	/*border:#999 ridge 1px;
	border-bottom:#999 ridge 1px;
	border-top:#999 ridge 1px;*/
	border-right:#999 ridge 1px;
	
}
#tablefooter td {
	width:160px;
	/*border-bottom:#999 ridge 1px;*/
	border-right:#999 ridge 1px;
	
}

#tablefooter p {
	
	color: #f0f0f0;
	font-size:11px;
}

#footer a#photo {
	color: #f0f0f0;
	text-decoration:none;
	font-size:11px;
	margin-left:-335px;
}
#footer a img{
	margin-top:-2px;
	float:left;
	border-style:none;
	margin-left:375px;
}