#main {
    background: yellow top left;
    font-size: 105%;
    padding: 15px;
    margin: 0px 10px 10px 10px;
    width: 420px;
    float: left;
}



#sidebar {
    background: #99FFFF bottom left;
    font-size: 105%;
    padding: 5px 15px 15px 15px;
    margin: 0px 10px 10px 10px;
    width: 420px;
    list-style: none;
    clear: left;
}

/* note that i might want to go back to incorporate the sidebar settings backup 251217, if ever changing to respond to phone orientation.  those settings looked really good in horizontal mode - probably cuz this was originally designed w/ n800. */

#allcontent {
    width: 800px; 
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #880000;
    margin-left: auto;
    margin-right: auto;
}





