[url]http://www.iankovi.com/loggedin.html[/url]
css:
[url]http://www.iankovi.com/style.css[/url]

in internet explorer the lists(li) have an extra space between them
.profileleft li {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #999999;
margin-left: 4px;
margin-top: 1px;
padding: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

in firefox, and opera "main" goes below "buddies" but in internet explorer it
goes to the right - as it should.
#profilerightcontainer {
float: left;
width: 400px;
margin-top: 8px;
margin-left: 12px;
display: block;
}
&
#about {
float: left;
}

the copyright, bottom links are out of place in IE
#bottom {
float: left;
clear: both;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
padding-top: 34px;
padding-left: 172px;
padding-bottom: 2px;
font-weight: normal;
}

thank you