Also, if you change these values on your
style sheet:
div.content {
position: absolute;
left: 192px;
top: 187px;
width: 466px;
font-size: 103%;
margin: 0px;
padding: 20px;
border-right: 0px;
border-bottom: 1px solid #996666;
border-left: 0px;
}
div.sidebar {
position: absolute;
left: 0px;
top: 219px;
width: 151px;
margin: 0px;
padding: 20px;
border-left: 0px;
border-bottom: 1px solid #996666;
border-right: 0px;
the "top" position you get the content to start below your header image.
2hp