  body 
  { position: relative;
    background-color: #AAAAAA;
    margin: 0px;
    width:auto;
    height: auto;
    min-height: 1000px;
  }

  div.all
  { position: relative;
    background-color: #E5E5E5;
    width:770px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
  }

  div.header
  { position: relative;
    width: 770px;
    height: 100px;
    background-color: #BFBFBF;
    background-image:url(../images/tmeyer_770px.gif); 
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
  }

  div.led
  { position: absolute;
    left: 602px;
    top: 4px;
    width = 65px;
    height: 68px;
  }
  
  div.menu
  { position: relative;
    float: left;
    width: 163px;
    margin-top: 40px;
  }

  div.menuleft
  { position: relative;
    float: left;
    width: 38px;
  }

  div.menubuttons
  { position: relative;
    float: left;
    width: 125px;
  }

  img.btn
  { border: 0;
  }
 
  div.content
  { position: relative;
    Font-Family: Tahoma, Sans-Serif;
    Font-Size: 0.75em;
    float: right;
    margin-top: 8px;
    width: 590px;
    height: auto;
    text-align: center;
    background-color: #FFFFFF;    
  }

  img.content_header
  { margin-top: 12px;
    margin-bottom: 15px;
    height: 21px;
  }

  div.content_left
  { position: relative;
    margin-right: 251px;
    margin-bottom: 4px;
    text-align: right;
//    height: 70px;
    width: 331px;
  }

  div.content_right
  { position: relative;
    margin-left: 251px;
    margin-bottom: 4px;
    text-align: left;
//    height: 70px;
    width: 331px;
  }

  img.left
  {
    border: 0;
    vertical-align: top;
    float: right;    
    margin-left: 5px;
    margin-right: 5px;
  }

  img.right
  {
    border: 0;
    vertical-align: top;
    float: left;    
    margin-left: 5px;
    margin-right: 5px;
  }

  a.more
  {
    color: #F8A100;
    text-decoration: none;
  }
  
  img.LED
  { display: none;
  }
  
  div.content4
  { position: relative;
    Font-Family: Tahoma, Sans-Serif;
    Font-Size: 0.75em;
    float: right;
    margin-top: 8px;
    width: 590px;
    height: auto;
    text-align: left;
    background-color: #FFFFFF;    
  }
  
	div.descleft
	{ position: relative;
		width: auto;
		height: auto;
		margin-right: 80px;
	}

	div.descright
	{ position: relative;
		width: auto;
		height: auto;
		margin-left: 80px;
	}
  
  img.home
  { position: absolute;
    border: 0px;
    top: 80px;
    left: 5px;
  }