html,body

  {

  height: 100%;
  font-family: Verdana, Helvetica, Arial;
  margin: 0px;
  background-color: #63AAFF;
  }
              a:link {
       		color:#000000;
       		text-decoration: none;
                	font-size:0.8em ;

        		}
    	a:visited {
   		color:#000000;
		text-decoration:none;
                	font-size:0.8em;
   		}
  	  a:hover {
     		color:#FFFFFF;
       		text-decoration:none;
       		font-size:0.8em;
      		}

  #header  {
  background-color: #82B9FB;
  height: 70px;
  background-repeat: no-repeat;
  background-position: left bottom;
  font-size: 2em;
  color: #FFFFFF;
  margin: 0px;
  padding-left: 80px;
  padding-top:20px;
  border-bottom: 10px #FFFFFF solid;
  }

  #box
  {
  width:100%;
  height:100%;
  margin: 0px;
  background-color: #63AAFF;

  }



  #navi
  {
  left:0px;
  top:100px;
  width: 180px;
  height: 100%;
  float: left;
  background-color: #63AAFF;
  background-repeat: repeat-x;
  background-position: top;
  margin: 0px;

  }

  h1{
  font-size: 1.1em;
  color:#000000;
  margin-bottom: 10px;
  padding-left: 2px;
  border: 1px dotted #FFFFFF;
  background-color: #AASASA;
  }


  #content
  {
  left: 220px;
  top: 100px;
  backgorund-color: #DDDDDD;
  padding: 20px;
  margin: 0px;
  margin-left: 200px;

  }

  img{border: 0px;}



   	div#menu {
	font: 12px verdana,arial, sans-serif; font-weight: bold; width: 100%;
	}

	div#menu a {
	padding-right: 10px;
	display: block; padding-left: 10px; border-top: 0px solid #BAD9FF; border-bottom: 0px solid #FFFFFF;
	background: #FFFFFF;
	padding-bottom: 5px; margin: 0px 0px 0px; color: #000000; padding-top: 0px; text-align: center; text-decoration: none; }

	div#menu a:hover {
	background: #BAD9FF; color: #000000; }</b>
