html {
  padding:0px;
  margin:0px;
}

body {
  background-color: #fff;
  font-size: 10pt;
  font-family: Georgia, Times, Serif;
  color:#000;
}
.left-header
        {
                width:100%;
                vertical-align:middle;
                height:40px;
                overflow:hidden;
                background: #e5e5e5;
        }
.right-header
        {
                width:100%;
                background-color:#66c;
                height:40px;
        }
#left
        {
                width: 100%;

        }
#right
        {
                overflow: auto;
                background:#fff;
        }
#book
        {
                display: none;
        }
#hr
        {
                visibility: hidden;

        }

#preview
        {
                background:#f2f2f2;
        }
#news
        {
                font-weight: bold;
                color: #000;
        }
#services-preview
        {

                font-weight: bold;
                color: #000;
        }
#copyright
        {
                margin-left: 430px;
                overflow: auto;
                padding:0px;
                background:#fff url('i/bg/right-page.gif') repeat-y;
                height:40px
        }
#menu
        {
                display: none;
        }
.menu
        {
                color:#000;
                font-weight:bold;
                text-decoration: none
        }
.menu:hover
        {
        color:#f90;
        }

.new
        {
                text-decoration:none;
                font-weight: normal;
                color:#000;
        }
.new:hover
        {
        color:#f90;
        }