body    	{
          font-size: 0.8em;
          text-align: center;
          font-family: sans-serif;
          color: #000;
          background: #fff;
          }

#box    	{
          width: 60em;
          margin: auto;
          text-align: left;
          }
		
#head	    {
          width: 60em;
          height: 60px;
          text-align: center;
          background: url('http://i.ckbt.org/site/header.png') no-repeat;
          }

#menu	    {
          text-align: center;
          width: 60em;
          border-right: 1px dotted #000;
          border-left: 1px dotted #000;
          border-bottom: 1px dotted #000;
          padding: 2px;
          }

#content  {
          float: left;
          width: 44.3em;
          padding: 4px;
          background: url('http://i.ckbt.org/site/content.png') no-repeat;
          }

#lm		    {
          float: right;
          width: 14.2em;
          padding: 4px;
          border-left: 1px dotted #000;
          background: url('http://i.ckbt.org/site/content.png') no-repeat;
          }

.clear    {
          clear: both;
          }

#foot	    {
          width: 60em;
          border-top: 1px dotted #000;
          border-right: 1px dotted #000;
          border-left: 1px dotted #000;
          padding: 2px;
          text-align: center;
          }

.shavatar {
          width:50px;
          height:50px;
          float:right;
          }

table     {
          border: 0px;
          }

input, select, option, textarea {
          border: 1px solid #000;
          background: #ffd;
          color: #000;
          }

code      {
          border: 1px dotted #ff0;
          font-size: 9pt;
          }

.mt       {
          text-align: center;
          width: 14.2em;
          border: 1px solid #c0c0c0;
          background-color: #000;
          color: #fff;
          font-weight: bold;
          }