  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
 /*~~~~~~~~~~~~~~         BASIC        ~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
html {  }
body { 
        margin: 10px 0px; 
        background: #101015;
        text-align: center;
        font: 75% georgia, sans-serif;
        }
a:hover, a:active { 
        cursor: pointer;
        }



  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
 /*~~~~~~~~~~~~~~       DIVISIONS      ~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#container {
        width: 935px;
        margin: 0px auto;
        text-align: left;
        }

#header {
        height: 72px;
        background: url(img/hdr.gif) no-repeat top left;
        }

#sidebar {
        float: left;
        width: 171px;
        height: 800px;
        background: #565e7e url(img/sb.gif) repeat;
				overflow: hidden;
        }

#content {
        float: right;
        width: 734px; /*764*/
        padding: 10px 15px 40px 15px;
        background: url(img/body.gif) repeat;
        }

#footer {
        clear: both;
        padding-top: 3px;
        height: 36px;
        background: url(img/ftr.gif) no-repeat top left;
        color: #ccc;
        font: 9px verdana;
				}