
	#style5 {font: normal 12px Verdana; }

	body {
	  text-align:center;
	  margin:0;
      padding:0;
      font:bold 11px/1.5em Verdana;
	  background-image:url(images/fade.png);
	  background-repeat:repeat-x;
	  }
	#header {
	  background:#fff url(images/corners.png) top no-repeat;
	  position:relative;
	  width:755px;
	  height:25px;
	  margin:-1px auto 0 auto;
	  border:0px solid #aaa;
	  }
	#container {
	  background:#fff;
	  position:relative;
	  width:755px;
	  height:500px;
	  margin:0 auto 0 auto;
	  border:0px solid #aaa;
	  }
	#container ul{
	  padding:0;
	  margin:0;
	  list-style-type:none;
	  }

/* navi tabs start here */	
	
	#navigation {
      width: 100%;
	  margin: 1em 0 0;
	  padding: 0.6em 0 0;
      font-size: 90%;
      line-height: normal;
      }
    #navigation ul, #navigation ul li {
      margin: 0;
      padding: 0;
      list-style: none;
      }
	#navigation ul {
	  padding: 5px 0 5px;
	  text-align: center;
	  }
    #navigation ul li {
      display: inline;
      margin-right: -2px;
      }
    #navigation ul li a {
      background: url("images/tableft.gif") no-repeat left top;
      padding: 4px 0;
      text-decoration: none;
      }
    #navigation ul li span {
      background: url("images/tabright.gif") no-repeat right top;
      padding: 5px 15px 4px 6px;
      margin: 4px 0 4px 4px;
      color: #666;
      }
    #navigation ul li a:hover span {
      color: #0066CC;
	  background-position: 100% -42px;
      }
    #navigation ul li a:hover {
      background-position: 0% -42px;
      }
    #navigation #current a {
      background-position: 0% -42px;
      }
    #navigation #current a span {
      background-position: 100% -42px;
      }

/* form starts here */

	#container ul {
 	  position:absolute;
	  width:705px;
	  height:500px;
	  }