html {
    height: 100%;
}
body {
    height: 100%;
}
/*set padding-bottom of container at footer height */
.container {
    position: relative;
    min-height: 100%;
	/*margin-left: 105px;*/
	margin: 0 auto;
	width: 960px;
	/*background-color: Gray;*/
}
.content {
	padding-bottom:5.5em;
	width: 898px;
	margin:0 0 0 31px;
}
* html .container {
    height: 100%;
}
.footer {
    position: relative;
	/* negative margin */
    /*margin: -5.5em auto 0 auto;*/
    margin: -5.5em auto 0 auto;
	/* set height to negative margin value */
	height: 5.5em;
	/* for testing */
	background-color: #F8F8F8;
}
/* A CSS hack that only applies to IE -- specifies a different height for the footer */
* html .footer {
    margin-top: -5.5em;
    margin-bottom: -5.5em;
}

.footer_inner
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #959B9A;
	padding: 20px 0px 0px 130px;
}


