That fixed that problem – Thanks! I can now change the style of the content.
Only problem now is that the content is below both the menus instead of between them…
I have tried
#content {
float: left;
clear: both;}
with the menus as
#menu {
background: #000
right: 2px;
width: 200px;
height: auto;
float: left;
text-indent:10px;
margin: 0 10px 0 0;
}
#menuright {
background: #000;
width: 200px;
float: right;
margin: 0 0 0 20px;
font-style:italic;
}
but no luck..any thoughts?