/* this is the styles to override default for custom pages*/
/* footer */
.d-footer {
	display:none;
	position:absolute;
	top:0;
	width:125px; height:100%;
	margin:0; padding:0;
	background:url(../images/e-footer-bg.jpg) no-repeat top left;
	border:none;
	z-index:9999;
}

.d-footer .d-content {
	position:relative;
	display:block;
	padding:0 10px;
}
/* .footer */