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




/* ORIGINAL */
html, body {
		margin:0;
		padding:0;
		height:100%
	}
#outside {
		position:relative;	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; BACKGROUND: #fff; PADDING-BOTTOM: 0px; MARGIN: 0px auto;   WIDTH: 960px; TEXT-ALIGN: left; min-height:790px
	}
#header {
		background:#fff;
		padding:0px;
	}
#body {
		padding:10px; 
		padding-bottom:20px;	/* Height of the footer text-align: left*/
		
	}
#footer {
		position:absolute;
			text-align:center;
		bottom:0;
		width:900px;
	/* 		border-top:1px solid #cccccc;   */
		height:10px;			/* Height of the footer */
		background:#fff;
		left: 0px;
		padding-top: 6px
	}
#footer li {
	display:inline;
	padding:0 .9em;
		border-right:1px solid #009
	}
#footer li.last {
	border:none;
}
	
	/* other non-essential CSS */

#footer p {
		margin:0;
		padding:10px;
	}
