#footer {
	width: 100%;
	float: left;

	background: url('../images/layout/footer-shadow-right.gif') repeat-y;
	background-position: right;

	margin-right: -1px;
}
#footer a { color: white; text-decoration: underline; }
#footer a:hover { font-weight: normal; text-decoration: none; }

#footer #shadow-right {
	float: right;
	clear: both;
	width: 8px;
	height: 8px;

	background: url('../images/layout/footer-shadow-right-top.gif') no-repeat;
}
#footer #shadow-bottom {
	width: 100%;
	height: 8px;
	background: white url('../images/layout/footer-shadow-bottom.gif') repeat-x;
}
#footer #shadow-bottom #right-corner {
	float: right;
	clear: right;
	width: 8px;
	height: 8px;
	background: url('../images/layout/footer-shadow-corner.gif') no-repeat;
}
#footer #shadow-bottom #left-corner {
	float: left;
	width: 8px;
	height: 8px;
	background: url('../images/layout/footer-shadow-left.gif') no-repeat;
}

#footer-contents {
	background: #313131 url('../images/layout/grass-bg4.gif') repeat-x;
	background-position: 0px -30px;

	font-family: Tahoma;
	color: white;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	line-height: 20px;
	margin-right: 8px;
}
