Upgrading Old iPagePro Websites

Add the following style to the Custom CSS text area on the site settings page to make the old left hand navigation style work with the new code.  You may have to make minor adjustments to the stylesheet from there:

Copy and paste everything below:

body {
 background-position:left top;
}

#page { background: none repeat scroll 0 0 transparent; margin:0;
border: none;  height:100%;}

#footer {
background:none!important;
border:medium none;
font-size:11px;
margin:0 0 0 179px;
width:656px;
}

#nav { margin:0 0 0 179px; }

#header { height: 170px; }

#content {
float:right;
}
#sidebar {
float:left;
background-color: none!important;
padding-left:0px;
margin-left:0px;
}

span {
line-height:1em;
}