#navlayer {
   z-index: 3;
   position: absolute;
   top: 55px;
   left: 5px;
}
#tablelayer {
   z-index: 2;
   position: absolute;
   top: 5px;
   left: 30px;
}
#tl { background-image:  url("tl.gif")}
#top { background-image:  url("top.gif")}
#tr { background-image:   url("tr.gif")}
#left { background-image:   url("left.gif")}
#right { background-image:   url("right.gif")}
#bl { background-image:   url("bl.gif")}
#bottom { background-image:   url("bottom.gif")}
#br { background-image:   url("br.gif")}
body {
	background-image:   url("bg_blue_texture.jpg");
}
h2 {
font-size : medium;
font-weight : normal;
font-style : normal;
font-family : Arial, sans-serif;
color : #000000;
background-color: transparent;
}
h3 {
font-size : small;
font-weight : normal;
font-style : normal;
font-family : Arial, sans-serif;
color : #000000;
background-color: transparent;
}