#footer_spacer
{
	height:15px;
}

.footer
{
	width:100%;
	height:64px;
	background-image: url("/images/bg_footer.png");
	background-repeat: repeat-x;
	clear:both;
	color:#b31665;
	font-size:9pt;
	text-decoration:none;
	margin-top:10px;
}

/*
For the iPad (and similar) and narrower devices, fix the width of the footer to be the same as the container above it.
*/
@media screen and (max-width: 768px)
{
	.footer
	{
		width:970px;
	}
}

.footer a 
{
	color:#b31665;
	text-decoration:none;
}

.footer a:hover, .footer a:active
{
	text-decoration:underline;
}

.footer_links 
{
	width:970px;
	margin:auto;
}

.footer_links .middle 
{
	float:left;
	width:260px;
	margin-right:20px;
}

.footer_links .right 
{
	float:left;
	width:410px;
}

#noscript_notice
{
	color:#FFD800;
	border: 1px solid #FFD800;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

#noscript_notice a
{
	color:#FFD800;
	text-decoration:underline;
}

.notice 
{
	text-align:right;
	float:right;
}

#design_notice 
{
	color:#4f0664
}

#design_notice a
{
	color:#4f0664;
	text-decoration:underline;
}
