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



#footer-wrap {
	width:			960px;
	margin-top:		35px;
	background:		url(../../img/design/footer/footer-wrap-bg-y.jpg) center top no-repeat;
	margin:			0 auto;
	padding:        35px 0 0 0;
}



#footer {
	width:			900px;
	padding:        0 25px 10px 25px;
	margin:			0 auto 20px auto;
	background:		url(../../img/design/footer/footer-bg.jpg) center repeat-y;
	border-bottom:	4px solid #CB727F;
	text-align:		center;
	font-size:		.8em;
}




#footer .links {
	word-spacing:	8px;
	line-height:	1.6em;
}



#footer hr {
	width:			50%;
}

.hidden { display:		none; }

