Here is the left and center css:
Code: Select all
#leftcol {
position:relative;
top:-10px;
left:-10px;
float:left;
width:180px;
margin:0 0 -10px 0;
padding:10px;
}
#centercol {
padding-left: 200px;
height: 100%;
}Any help would be great. Let me know if you need more information.
-edit
Changing padding-left to margin-left fixed it. Not sure why though...