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

/***** Footer styles *****/
#footer-gap {
	width:100%;
	position: relative;
	padding: 200px 0px 0px 0px; /*top, right, bottom, left*/
	clear:both;
}


#footer-container {
	position: relative;
	display:block;
	width: 100%;
	height:50px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
	clear:both;
	background-image:url(..);     /* 100% page width background footer graphic */
	background-position: top center;
	background-repeat:repeat;
}

	#footer-content {
		position: relative;
		width: 930px;
		height:50px;
		margin-right: auto;
		margin-left: auto;
		padding: 0px 10px 0px 20px; /*top, right, bottom, left*/
		/*background-image:url(../images/footer-bg.png);         Content page width background footer graphic. Can be */
		background-position: top center;	/* layered on top of 100% page width background graphic if needed */
		background-repeat:repeat;
	}


		.footer-copyright {
			position: relative;
			width: 940px;
			height:20px;
			margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
			padding: 20px 0px 10px 0px; /*top, right, bottom, left*/
			font-size: 11px;
			font-family:Arial, Helvetica, sans-serif;
			color:#999;
			line-height:13px;
			float:left;
			text-align:center;

		}
