* {
    margin: 0;
    padding: 0;
}
body {

 text-align: center;
 font: normal 81% Arial, Helvitica, sans serif ;
 background-color: #ebebe4;
 min-height: 101%;
 overflow: scroll;
}

#frame {
 position: absolute;
 width: 872px;
 left: 50%;
 margin-left: -436px;
}

#center {
 width: 872px;
 float: left;
 height: 100%;
 background-image: url('/images/shadow_lr.gif');
 background-repeat: repeat-y;
}

#main {
 min-height: 500px;
 margin: 0px 60px;
}

#top {
 width: 872px;
 height: 20px;
 margin: 0 auto;
 background-image: url('/images/shadow_top.jpg');
 background-repeat: no-repeat;
 float: left;
}

#bottom {
 width: 872px;
 height: 20px;
 margin: 0 auto;
 background-image: url('/images/shadow_bottom.jpg');
 background-repeat: no-repeat;
 float: left;
}

#header {
 height: 98px;
 background-image: url('/images/logo_220x98.jpg');
 background-repeat: no-repeat;
 margin-left: 530px;
 margin-top: 32px;
 margin-bottom: 22px;
}

#navigator {
 height: 40px;
 border-top: 3px solid #a3ab12;
 text-align: left;
}

#navigator a {
 text-decoration: none;
 margin-left: -1px;
 margin-right: 20px;
}

#navigator a img {
 border: 0;
 margin-top: 9px;
}

#content{
 height: 372px;
 background: #ebebe4;
}

#footer {
 height: 12px;
}