.content {
    background:#fff5ee;
    margin:10px 10px 5px 10px; /* Mozilla 0.9.5 possibly doesn't recognize left & right margins in this format */
    margin-left:10px;
    margin-right:10px;
    border:2px solid #cc9900;
}

/* hide from IE5-mac. For IE5.5 to fix left margin when clear all \*/ 
* html .content {height: 1%;}
/* end hide */ 

#sidemenu {
    border: 2px solid #cc9900;
    float: right;
    width: 20%;
    background:#faebd7;
    margin:0px 5px 10px 10px;
    padding-bottom:2px;
}

#image {
    float:right;
    font-size:80%;
    font-style:italic;
    text-align:center;
    margin-left:6px;
    margin-right:6px;
    margin-bottom:7px;
}
