div#footer {
	float: left;
	width: 100%;
	margin: auto;
}

div#footer_first_row {
	float: left;
	width: 100%;
	border-bottom: 1px solid black;
}

div#intra_login {
	width: 1003px;
	height: 28px;
}

div#intra_login img {
	padding-left: 127px;
}

div#footer_second_row {
	float: left;
	width: 100%;
	height: 26px;
	background-color: #512929;
	border-top: 1px solid;
	border-top-color: #ca4645;
	border-bottom: 1px solid;
	border-bottom-color: #000000;
}

div#footer_links {
	width: 1003px;
	height: 26px;
	color: #e22625;
	font-size: 11px;
	padding-top: 5px;
}

div#footer_links a {
	font-size: 11px;
	color: #e22625;
	text-decoration: none;
	letter-spacing: 1px;
}

div#footer_links a:hover {
	color: #999999;
}

div#footer_inner {
	float: left;
	padding-left: 145px;
}

div#footer_third_row {
	float: left;
	width: 100%;
}

div#footer_third_inner {
	width: 1003px;
	margin-top: 12px;
}

div#footer_left {
	float: left;
	color: #868787;
	font-size: 11px;
	letter-spacing: 1px;
	padding-left: 136px;
}

div#footer_right {
	float: right;
	padding-right: 100px;
	color: #868787;
	font-size: 11px;
	letter-spacing: 1px;
	
}

div#footer_right a {
	color: #868787;
	font-size: 11px;
	letter-spacing: 1px;
	text-decoration: none;
	line-height: 16px;
}

div#footer_right a:hover {
	text-decoration: underline;
}