html{
 height: 100%;}

body {
 min-height:100%;
 height: 100%;
 background:#707477;
 color: #000;
 font-weight: 400;
 font-size:12px;
 font-family: Arial, Verdana, Helvetica, Sans-Serif;}
 
div#out {
 width: 100%;
 /*height: auto !important;
 min-height:100%;
 height: 100%;*/}

div.page {
 width: 1021px;
 margin: auto;
 height: auto !important;
 min-height:100%;
 height: 100%;
 background:#707477 url(bg/page.bg.gif) repeat-y 100% 0;}

div.footer {
 margin: auto;
 width: 1021px;/*  1004+16 */ /* 994 996 */
 height: 50px;
 clear: both;
 background:#707477 url(bg/footer.bg.gif) no-repeat 100% 0;}

div.page div.header {
 height: 78px;
 background: #707477 url(bg/header.sky.jpg) no-repeat 16px 100%;}
 /* #707477 */
 div.page div.login_header {
background:#707477 url(bg/header.sky-l.jpg) no-repeat 33px 100%;}

div.page div.sideRight {
 width: 184px;
 float: right;
 padding-right:10px;
 padding-top:15px;}

div.page div.mainbar {
 /*width: 766px;*/
 width:513px;
 padding:34px 20px 20px 20px;
 overflow: hidden;
 /*margin-right:20px;*/
 float: left;
 /*background:red url(bg/leftcol.bg.gif) repeat-y 0 0;*/}
 
*html div.page div.mainbar {
 width: 513px;}

div.page div.sideLeft{
 /*width:141px;*/
 width:208px;
 background:  url(bg/left.hand.jpg) no-repeat 1px 0;
 /* margin-bottom:25px; */
 padding:15px 0px 8px 65px;
 float:left;}
  
 div.page div#noCats{
 background:none;}

div.infoBar{
 height:135px;
 padding-top:10px;}

div.copyright{
 clear:both;	
 color:#fff;
 margin:0;
 padding-top:15px;}

