/* Box layouts have a border around them that is changes in the Themes style */
/* This code just makes the page stand still in other layouts */
#StickyWrapper, #footer {
	border-left: 0px solid transparent;
	border-right: 0px solid transparent; }
#StickyWrapper { border-top: 0px solid transparent; }
#footer { border-bottom: 0px solid transparent; }