  div#border_one {
    border:2px solid black;
	margin:10px 10px 10px 42px;
	padding:0;
	width:700px;
	/* IEwin does not support min-height*/
    /*min-height: 655px;  
    height: 635px;*/
  }

  html>body div#border_one {
  height: auto;
  } 

  div#border_two {
    border:3px solid black;
	margin:2px;
	padding:2px;
	width:686px;
	/* IEwin does not support min-height */ /*
    min-height: 651px; 
    height: 631px;*/
  }

  html>body div#border_two {
  height: auto;
  } 

    div#border_three {
    border:2px solid black;
	margin:0;
	padding:20px 40px 20px 40px;
	width:602px;
	/* IEwin does not support min-height */ /*
    min-height: 643px; 
    height: 623px;*/
  }

  html>body div#border_three {
  height: auto;
  } 

  div#border_four {
    border: 1px solid black;
	margin:0;
	padding:10px;
	width:582px;
	/* IEwin does not support min-height */ /*
    min-height: 599px; 
    height: 587px;
	*/
	text-align:center;
  }

  html>body div#border_four {
  height: auto;
  } 

  h1 {
    font-family:arial;
	font-weight:700;
	font-size:30px;
	margin:20px;

  }

  div.menu_item {
  margin:15px;
  }

  h2 {
    font-family:"Comic Sans MS";
	font-weight:400;
	font-size:22px;
	margin:2px;    
  }

  div.menu_text {
    font-family:"Times New Roman";
	font-weight:400;
	font-size:14px;
	margin:0;   
  }

  div.menu_price {
    font-family:"Comic Sans MS";
	font-weight:400;
	font-size:16px;
	margin:0; 
  }

  div.menuComment {
    font-family:"Comic Sans MS";
	font-weight:400;
	font-size:16px;
	margin:0; 
	color:blue;
  }