OK try the following style changes (I've only included styles that I have changed):
HTML Code:
body {
background: #FFFFFF;
color: #111111;
font-family: Verdana,Geneva,Lucida,Arial,Helvetica,Sans-Serif;
margin: 0px;
padding: 0px;
font-size: 100%;
}
.blogbody {
background: #FFFFFF;
color: #333333;
font-family: verdana, arial, sans-serif;
font-size: small;
font-weight: normal;
line-height: 140%;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
clear: left;
}
.date {
position: relative;
border: 1px solid #CCCCCC;
color: #666666;
font-family: verdana, arial, sans-serif;
font-size: small;
font-weight: normal;
margin-bottom: 10px;
padding: 5px;
}
#left-links {
position: absolute;
left: 0px;
top: 7.8em;
border-right: 1px solid #999999;
padding-right: 5px;
text-align: right;
width: 210px;
}
#right-links {
position: absolute;
right: 0px;
top: 7.8em;
background: #FFFFFF;
border-left: 1px solid #999999;
padding-left: 5px;
text-align: left;
width: 210px;
}
I have to point out that I have only been able to try this out in IE6 on Win2k so you may wish to test it in other broswers.
Also I am not sure that your layout is working too well at low screen resolutions (640x480) because very little space is left for the content column in the middle (maybe think about reducing the left hand side bar by half it's width and putting the pictures in there at 1/2 size).
Bookmarks