http://www.seobrien.com Notice my three column layout. The second column is aligned left with no padding so text runs right along the divider. This isn't a table (otherwise I could figure it out myself) so this isn't really padding (I don't think). As best I know, this is a <div> tag setting that I need to change. I believe this is the relevant formatting script #sidebar { width:20%; float:right; margin-right:.5%; padding-left:.5%; } #SidebarLeft { position:relative; width: 20%; padding-right:.5%; float:left; clear: none; text-align: left; Anyone familiar with what's going on so I can clean that up? Thanks!!