﻿#footer{
	margin:0px auto;
	width:100%;
}

#footer > tbody > tr > td{
	padding-top:10px;
	padding-bottom:30px;
	color:#a1a1a1;
	background:#474747;
}

#footer > tbody > tr > td > div{
	width:1004px;
	margin:0px auto;
}

#footer table{
	width:100%;
}

#footer table td:first-child{
	vertical-align:top;
	line-height:18px;
	padding-left:15px;
}

#footer table td:first-child+td {
	width:20%;
	text-align:right;
	vertical-align:top;
	padding-right:30px;
}

#footer table td:first-child+td div:first-child{
	margin-bottom:10px;
}

#footer table td:first-child+td a{
	color:#E4E4E4;
	text-decoration:none;
}

#footer table td:first-child+td a:hover{
	text-decoration:underline;
}

#footer-menu{
	margin-left:15px;
	margin-bottom:5px;
	color:#E4E4E4;
}

#footer-menu a{
	color:#E4E4E4;
	text-decoration:none;
}

#footer-menu a:hover{
	text-decoration:underline;
}