/* The frame stylesheet styles the the post-cursillo page. */
main{
      width: 940px;
      padding: 5px;
      height: 135px;
      border: 2px solid black;
      position: relative;
      top: 20px;
      left: auto;
      right: auto;
      display: block;
      margin: auto;
       }
aside  {
      width: 180px;
      padding: 10px;
      border: 2px solid black;
      position:relative;
      top: 16px;
      right: 40px;
      background-color: grey;
      float: right;
      }