body {
   background:#485a5a url(images/bg.gif) repeat-y scroll center;
   font-family: "verdana";
   font-size: 10pt;;
   margin:0px auto;
   padding:0px;
   text-align:center;
}

#container {
   margin: 0 0 0 0;
   margin:0pt auto;
   text-align:left;
   width:800px;
   height: 100%;
}

#pageHeader {
   margin: 0 0 0 0;
   background:transparent url(images/main.jpg) no-repeat scroll;
   height:500px;
   width: 800px;
   z-index: 0;
}

#central {
   margin: -100 0 0 0;
   width: 800px;
   padding-left: 10px;
   z-index: 2;
}

#content {
   margin: 0px 0px 0px 0px;
   width: 550px;
   float: left;
   z-index: 3;
}

#content table {
   width: 100%;
}

#content table tr td {
   text-align: center;
   width: 25%;
}

#content td {
   font-family: "verdana";
   font-size: 10pt;;
}

#menu {
   position: relative;
   margin: -100px 0px -45px 0px;
   padding: 0px 0px 0px 20px;
   float: right;
   color: white;
   font-size: 1em;
   text-align: center;
   width: 200px;
   right: 45px;
   z-index: 2;
}


#menu h3 {
   margin: 10px 0px 10px 0px;
   padding: 15px 0px 0px 0px;
   background: transparent url(images/msep.gif) no-repeat center 0px;
   text-align: center;
   color: white;
   font-weight: 600;
}

#menu div#ste h3 {
   margin: 10px 0px 10px 0px;
   background: none;
   padding-top: 5px;
}
#menu a {
   text-decoration: none;
   color: white;
   width: 100%;
}

#menu a:hover {
   text-decoration: none;
   color: yellow;
}

#menu div ul  {
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   list-style: none;
   list-style-position: outside;
}

#menu ul li {
   margin: 0px 0px 0px 0px;
   padding: 10px 5px 10px 5px;
   background: transparent url(images/msep.gif) no-repeat center 0%;
   width: 100%;
}

#menu ul li span {
   display: block;
   width: 100%;
   font-size: 0.7em;
}

#footer {
   background: transparent url(images/ft.gif) repeat-x bottom 0;
   width: 100% auto;
   height: 214px;
}

#footertext {
   margin:0px 0px 0px 0px;
   padding: 190px 0px 0px 0px;
   width: 100%;
   float: right;
   height: 214px;
   text-align: center;
   font-size: 0.8em;
   color: #ccc;
   background: transparent url(images/footer.gif) no-repeat center 0;
   z-index: 0;
}

#ornament {
   position: bottom;
}

#ornament span {
   background: transparent url(images/jump.png) no-repeat right bottom;
   z-index: 5;
}


