#box1 {
	POSITION: absolute;
	TOP: 10px;
	LEFT: 100px;
	FONT: 22px TAHOMA,VERDANA;
	width: 900px;
	height: 50px;
}

#box2 {
	POSITION: absolute;
    	TOP: 80px;
    	LEFT: 300px;
    	FONT: 18px TAHOMA,VERDANA;
}

#box3 {
	POSITION: absolute; 
	TOP: 300px;  
	LEFT: 20px;
    	FONT: 22px TAHOMA,VERDANA;
}

#box4 {
	POSITION: absolute;
	TOP: 5450px;
	LEFT: 210px;
	FONT: 17px TAHOMA,VERDANA;
	width: 600px;
	height: 200px;
}

#box5 {
	POSITION: absolute; 
	TOP: 5520px;  
	LEFT: 0px;
    	FONT: 17px TAHOMA,VERDANA;
	width: 950px;
	height: 10px;
}

#box6 {
	POSITION: absolute; 
	TOP: 2500px;  
	LEFT: 50px;
    	FONT: 18px TAHOMA,VERDANA
	width: 950px;
	height: 500px;
}

#box7 {
	POSITION: absolute; 
	TOP: 885px;  
	LEFT: 230px;
    	FONT: 17px TAHOMA,VERDANA
	width: 400px;
	height: 10px;
}

#box8 {
	POSITION: absolute; 
	TOP: 885px;  
	LEFT: 340px;
    	FONT: 17px TAHOMA,VERDANA
	width: 10px;
	height: 10px;
}
#box9 {
	POSITION: absolute; 
	TOP: 885px;  
	LEFT: 450px;
    	FONT: 17px TAHOMA,VERDANA
	width: 10px;
	height: 10px;
}
#box10 {
	POSITION: absolute; 
	TOP: 885px;  
	LEFT: 545px;
    	FONT: 17px TAHOMA,VERDANA
	width: 10px;
	height: 10px;

}
#box11 {
	POSITION: absolute; 
	TOP: 885px;  
	LEFT: 660px;
    	FONT: 17px TAHOMA,VERDANA
	width: 10px;
	height: 10px;
}
#box12 {
	POSITION: absolute; 
	TOP: 885px;  
	LEFT: 770px;
    	FONT: 17px TAHOMA,VERDANA
	width: 10px;
	height: 10px;
}
#box13 {
	POSITION: absolute; 
	TOP: 850px;  
	LEFT: 880px;
    	FONT: 17px TAHOMA,VERDANA
	width: 10px;
	height: 10px;
}
#box14 {
	POSITION: absolute; 
	TOP: 1240px;  
	LEFT: 10px;
    	FONT: 17px TAHOMA,VERDANA
	width: 100px;
	height: 100px;



}

#menu {
  width: 1005px;
  margin: 0 auto;
  text-align: left;
FONT: 14px TAHOMA,VERDANA  
}

#menu ul {
  margin: 0;
  padding: 0;
  line-height: normal;  
}

#menu ul li {
  width: 8em;
  display: inline;
  float: left;
  padding-top: 0.8em;  
  list-style: none;
  text-align: center;
}

#menu ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 1.0em;
  color: #222;
}

#menu ul li a:hover,
#menu ul li a.active {
  font-weight: bold;
  color: #111;
  background: url(../images/menu_tab.gif) no-repeat bottom center;
}
/** body **/
#body {
BACKGROUND: url(images/ch14.jpg) repeat-y;
}


/** footer **/

#footer {
  text-align: center;
  background: url(images/divider.gif) repeat-x;
  padding: 20px 20px 12px 20px;
  margin: 0 2em;
}
#footer li {
  list-style: none;
  display: inline;
}
#footer a {
  color: #E49E6F;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}