/* 2 column layout - side menu and right aligned text */
#sidenav {float: left;list-style: none;width: 20%;margin: 0;padding: 10px;margin-left: 5%;margin-top: 20px;border: 1px solid #ccc;}
#content {float: right;min-height: 350px;width: 65%;padding-bottom: 50px;}
#content p {max-width: 450px;}