html,body

  {
  margin:0px;

  padding:0px;

  background-color:#000000;

  height: 100%;

  font-family: Verdana, Helvetica, Arial;

  }



  #box

  {
  width:750px;

  margin:auto;

  height:100%;
  }



  #header

  {
  width: 730px;

  height: 70px;

  background-color: #000000;

  margin: 10px;
  margin-top:20px;
  padding:10px;
  padding-top:40px;
  color:#FFFFFF;
  font-size: x-large;
  font-weight:normal;
  text-align:center;
  }





  #navi
  {
  float:left;

  width: 200px;

  height: 100%;

  background-color: #000000;

  color:#FFFFFF;

  font-weight: bold;

  font-size:small;
  }



  #content
  {
  float:right;

  width: 530px;

  height: 100%;

  background-color: #000000;

  color: #FF0000;

  font-size: small;

  float:right;

  padding:10px;
  }

  h1{
  color: #FF0000;

  margin-top: 20px;

  font-size: 18px;

  }


         a:link {
       		color:#FF0000;
       		text-decoration:none;
       		font-weight:bold;
       	  	font-size:1em ;
        		}
    	a:visited {
   		color:#FF0000;
		text-decoration:none;
    	    	font-weight:bold;
   	    	font-size:1em;
   		}
  	  a:hover {
     		color:#CCCCCC;
       		text-decoration:none;
       		font-weight:bold;
       		font-size:1em;
      		}

    img {border:0px;}


    div#menu a
   	{
   	width: 159px;

         padding-right: 0px;
         padding-left: 10px;
         padding-bottom: 2px;
         padding-top: 5px;
         display: block;



         border:1px solid #666666;
  	border-bottom-width: 1px;
        	border-top-width: 0px;
  	border-left-width: 0px;
 	border-right-width: 0px;
 	margin: 0px 0px 0px 21px;
 	color: #FF0000;
 	text-align: left;
 	text-decoration: none;
  	 }


         div#menu
  	 {
  	font: 11px verdana,arial, sans-serif;
 	font-weight: bold;
  	width: 100px;
	margin-top: 3px;
  	 }


 	div#menu a:hover {
  	background: #630000;
  	color: #CCCCCC; }