#box1 {
	POSITION: absolute;
	TOP: 10px;
	LEFT: 100px;
	FONT: 22px TAHOMA,VERDANA;
	width: 900px;
	height: 50px;
}

#box2 {
	POSITION: absolute;
    	TOP: 80px;
    	LEFT: 300px;
    	FONT: 20px TAHOMA,VERDANA
}

#box3 {
	POSITION: absolute; 
	TOP: 310px;  
	LEFT: 20px;
    	FONT: 22px TAHOMA,VERDANA
}

#box4 {
	POSITION: absolute;
	TOP: 2000px;
	LEFT: 385px;
	FONT: 17px TAHOMA,VERDANA;
	width: 600px;
	height: 150px;
}

#box5 {
	POSITION: absolute; 
	TOP: 2175px;  
	LEFT: 150px;
    	FONT: 17px TAHOMA,VERDANA
	width: 600px;
	height: 400px;
}

#box6 {
	POSITION: absolute; 
	TOP: 1225px;  
	LEFT: 110px;
    	FONT: 17px TAHOMA,VERDANA
	width: 10px;
	height: 10px;
}

#box7 {
	POSITION: absolute; 
	TOP: 2750px;  
	LEFT: 230px;
    	FONT: 17px TAHOMA,VERDANA
	width: 600px;
	height: 100px;
}

#box8 {
	POSITION: absolute; 
	TOP: 2825px;  
	LEFT: 20px;
    	FONT: 15px TAHOMA,VERDANA
	width: 1000px;
	height: 100px;
}
#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;
}