html	{margin: 0;
	padding: 0;}

body	{font-size: 14pt;
	 font-family: Garamond, serif;
	 color: #000000;
	 background-color: #FFF6D4;}

h1	{font-size: 20pt;
	 font-family: Garamond, serif;
	 color: #000000;
	 text-align: center;}

p	{text-indent: 0in;
	 margin-left: 0;
	 margin-right: 3em;
	 text-align: justify;}

a:link		{font-weight: bold; color: #9F2717; text-decoration: none;}
a:visited	{font-weight: bold; color: #213E20; text-decoration: underline;}
a:active	{font-weight: bold; color: #522A62; text-decoration: none;}
a:hover		{font-weight: bold; color: #9F2717; text-decoration: underline;}

/* div identifiers */

#globnav	{position:absolute;
		 left: 0px; top: 0px;
		 height: 30px; width: 100%;
		 background-color: #DACBA8;
		 overflow: hidden;}

#htitlebox	{position: absolute;
		 left: 370px; top: 40px;
		 height: 50px;
		 background-color: #FFF6D4;
		 overflow: hidden;}

#titlebox	{position: absolute;
		 left: 0px; top: 40px;
		 height: 50px; width: 100%;
		 background-color: #FFF6D4;
		 overflow: hidden;}

#imagebox	{position: absolute;
		 left: 0px; top: 30px;
		 height: 523px; width: 348px;
		 background-color: #FFF6D4;}

#captionbox	{position: absolute;
		 left: 0px; top: 560px;
		 height: 100px; width: 348px;
		 background-color: #FFF6D4;}

#sketchbox	{position: absolute;
		 left: 0px; top: 700px;
		 height: 367px; width: 348px;
		 background-color: #FFF6D4;}

#captionbox1	{position: absolute;
		 left: 0px; top: 1075px;
		 height: 100px; width: 348px;
		 background-color: #FFF6D4;}

#hpagetext	{position: absolute;
		 left: 370px; top: 100px;
		 background-color: #FFF6D4;}

#pagetext	{position: absolute;
		 left: 0px; top: 100px;
		 margin-left: 3em;
		 margin-right: 3em;
		 background-color: #FFF6D4;}

.accesskey	{text-decoration: underline;}	
