/* catsgift.com/www/default.css */

h1 { text-align: center; font-size: 150%; }
h1 span {  font-size: 60%; font-weight: normal; }
h2 { font-size: 120%; }
h2 span {  font-size: 80%; font-weight: normal; }

ul { margin: 0; padding-left: 15px; }

.main img { margin: 5px 0px; }

body { width: 100%; margin: 0; } /* text-align: center;  */

table { margin: 0px; } /*  border: 3px dotted pink; */ /*  */
div { margin: 0px; }
h2 { margin: 10px 5px; }

.box       { width: 520px; padding: 0px 20px; } /* position: relative;  */
.header    { width: 100%; }
.main      { width: 510px; padding: 5px; } /*  position: relative; margin: 5px 1px;  */
  .menu    { width: 150px; height: 250px; float: left; } /* position: relative; height: 250px; absolute left: 0px; top: 0px; */
  .content { width: 350px; margin-left: 150px; margin-top: 0px; padding-left: 10px; }
  .codebox { width: 345px; height: 200px; }  /*  */
.footer    { width: 100%; margin-top: 5px; padding-top: 10px; clear: both; } /* position: relative; left: 0px; top: 0px;  */

.main      { border-top: 2px solid #DDDDDD; }
  .menu    { border-right: 1px solid #DDDDDD; }
  .content { }
  .codebox { border: solid 1px #808080; overflow: auto; }
.footer    { border-top: 2px solid #DDDDDD; }

.box        { text-align: center; } /* text-align: left; border: 1px solid red;  */
.header div { text-align: center; }
  .mailaddr   { text-align: center; }
.main       {text-align: left; font-size: 80%; }
  .menu { } /*  */
.footer     { text-align: center; } /* clear: both; */
.footer span { font-size: 80%; font-weight: normal; }
  .counter { float: left; }

.pr div { text-align: center; }

.al_alert { margin-top: 10px; }
