a img {height: 20px; width: 59px; border-width: 0;}

a#home img {background: url(../images/NavHomeOff.gif) top left no-repeat;}
a#home img {width: 59px;}
a#home.on img {background: url(../images/NavHomeOn.gif) top left no-repeat;}

a#photo img {background: url(../images/NavPhotoOff.gif) top left no-repeat;}
a#photo img {width: 141px;}
a#photo.on img {background: url(../images/NavPhotoOn.gif) top left no-repeat;}

a#paintings img {background: url(../images/NavPaintingsOff.gif) top left no-repeat;}
a#paintings img {width: 118px;}
a#paintings.on img {background: url(../images/NavPaintingsOn.gif) top left no-repeat;}

a#sculptures img {background: url(../images/NavSculptureOff.gif) top left no-repeat;}
a#sculptures img {width: 130px;}
a#sculptures.on img {background: url(../images/NavSculptureOn.gif) top left no-repeat;}

a#inventions img {background: url(../images/NavInventionsOff.gif) top left no-repeat;}
a#inventions img {width: 130px;}
a#inventions.on img {background: url(../images/NavInventionsOn.gif) top left no-repeat;}


a#bio img {background: url(../images/NavBioOff.gif) top left no-repeat;}
a#bio img {width: 77px;}
a#bio.on img {background: url(../images/NavBioOn.gif) top left no-repeat;}

a#contact img {background: url(../images/NavContactOff.gif) top left no-repeat;}
a#contact img {width: 91px;}
a#contact.on img {background: url(../images/NavContactOn.gif) top left no-repeat;}

a#home:hover img {background: url(../images/NavHomeOn.gif) top left no-repeat;}
a#photo:hover img {background: url(../images/NavPhotoOn.gif) top left no-repeat;}
a#paintings:hover img {background: url(../images/NavPaintingsOn.gif) top left no-repeat;}
a#sculptures:hover img {background: url(../images/NavSculptureOn.gif) top left no-repeat;}
a#inventions:hover img {background: url(../images/NavInventionsOn.gif) top left no-repeat;}
a#bio:hover img {background: url(../images/NavBioOn.gif) top left no-repeat;}
a#contact:hover img {background: url(../images/NavContactOn.gif) top left no-repeat;}




#MainNav {
  width: 800px;
  height: 20px;
  margin: 0;
  padding-left: 15px;
  padding-top: 2px;
}

.bodytext {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#C0C0C0;
	background-color: #333333;
	
	line-height: 17px;
	width: 780px;
	margin-left: 10px;
	margin-top: 10px;

}

.plaintext {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#788192;
	
	line-height: 17px;
}