<!--
/*------LAYERS------------------------------------------------*/
	/*--------------EVERY PAGE--------------------------*/
		
		#content-layer
				{ /*--Div where the content is--*/
				position: Absolute;
				top: 70px;
				}
				
		#navbar
				{ /*--nav bar table--*/
				position: Absolute;
				z-index:4;
				}
		
		#navlinks	
				{
				position: Absolute;
				top: 0px;
				text-align:center;
				}
				
		#navbar-image
				{ /*--nav bar image--*/
				position: Absolute;
				left: 0px;
				top: 61px;
				z-index:3;
				}
		#icons		{
				position: Absolute;
				top: 0px;
				}
		#indicia	{
				position: Absolute;
				z-index: 20;
				}


/*-----CLASSES----------------------*/
		
 	/*------Most Pages------------------*/
 	.text-normal	{
		font-size: 12px;
		line-height:1.25;
		font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
  		font-weight: normal;
 		}
 	TABLE.inner-table{
 		width: 600px;
 		}
 	
 	TD.images-first	{
		
		text-align: left;
		vertical-align: bottom;
		padding:15px;
		}
	TD.images-first-row	{
		
		text-align: center;
		vertical-align: top;
		padding:15px;
		}
		
 	TD.images	{
		width: 150px;
		height: 150px;
		text-align: center;
		vertical-align: bottom;
		padding:15px;
		}
	.text-indicia	{
		font-size:10px;
	    	line-height:1.25;
   		font-family: Century Gothic, Helvetica, sans-serif;
  		font-weight: normal;
 		}
 		
 	/*------top.html----------------*/
 	BODY.top	{
 		background-color: #535544;
 		background-repeat: no-repeat; 
		background-position: top left; 
		background-attachment: fixed;
 		}
 	.text-Header	{
		font-size:34px;
	    	line-height:1.25;
   		font-family: Century Gothic, Helvetica, sans-serif;
  		font-weight: normal;
 		}
 		
 	/*------bottom.html----------------*/
 	BODY.bottom	{
 		background-color: #535544;
 		background-repeat: no-repeat; 
		background-position: top left; 
		background-attachment: fixed;
 		}
 	TABLE.navigation{
 		width: 600px;
 		height: 45px;
 		}
 	TR.navigation	{
 			}
 	TD.navigation	{
 		width: 20%;
		vertical-align: middle;
		text-align: center;
		font-size:16px;
		font-weight: normal;
		font-family: Century Gothic, Helvetica, sans-serif;
		border-left: #1C1C16 1px solid;
		}
	TD.navigation-end{
		width: 20%;
		vertical-align: middle;
		text-align: center;
		font-size:16px;
		font-weight: normal;
		font-family: Century Gothic, Helvetica, sans-serif;
		border-left: #1C1C16 1px solid;
		border-right: #1C1C16 1px solid;
		}
		
	/*------home.html----------------*/
 	BODY.home	{
 		background-color: #1C1C16;
 		background-repeat: no-repeat; 
		background-position: top left; 
		background-attachment: fixed;
		color: #97aa54;
 		}
 		
 	/*------contact.html------------------*/
 	TABLE.contact-table{
 		width: 500px;
 		padding: 10px;
 		}
 	TR.contact	{
		vertical-align: top;
		text-align: left;
  		}
 	TD.contact-text	{
  		font-size:16px;
	    	line-height:1.25;
   		font-family: Book Antiqua, Helvetica, sans-serif;
		font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
  		font-weight: normal;
  		padding:10px;
  		width:75%;
  		}
  	TD.contact-text-middle	{
  		vertical-align: middle;
  		font-size:16px;
	    	line-height:1.25;
   		font-family: Book Antiqua, Helvetica, sans-serif;
		font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
  		font-weight: normal;
  		padding:10px;
  		width:75%;
  		}
	TD.contact-email	{
		text-align: center;
  		font-size:16px;
	    	line-height:1.25;
   		font-family: Book Antiqua, Helvetica, sans-serif;
		font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
  		font-weight: normal;
  		padding:10px;
  		width:25%;
  		}
  	.TD-copyright 	{
  			text-align:left;
  			font-family: Century Gothic, Helvetica, sans-serif;
			font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
			font-size: 10px;
			padding: 10px;
			}
  		
 	/*------archetypes.html------------------*/
 	.image-name	{
		font-size:13px;
	    	line-height:1.25;
   		font-family: Century Gothic, Helvetica, sans-serif;
  		font-weight: 500;
  		text-align: center;
  		vertical-align: top;
  		}
  	.image-name-left{
  		text-indent:37px;
  		font-size:13px;
	    	line-height:1.25;
   		font-family: Century Gothic, Helvetica, sans-serif;
  		font-weight: 500;
  		text-align: left;
  		vertical-align: top;
  		}
  		
  	/*------popups--------------------------*/
  	BODY.popup	{
  		background-color: #1C1C16;
  		margin-left: 0px;
  		margin-top: 0px;
  		}
  	TABLE.popup		{
  		width: 100%;
  		height: 100%;	
  		border: 0 px;
  		cellspacing: 0px;
  		cellpadding: 0px;
  		}
  	TR.popup	{
  		vertical-align: middle;
  		text-align: center;
  		}
  		
  	A.nav-links:Link{
			color: #CFE89C;
			text-decoration: none;
			}
	A.nav-links:Visited	{
			color: #CFE89C;
		    	text-decoration: none;
		    	}
	A.nav-links:Active	{
			text-decoration: none;
			}
	A.nav-links:Hover	   	{
			color: #FFE48A;
		     	text-decoration: none;
		     	}
			
/*-----ELEMENTS---------------------*/
 	A:Link 		{
			color: #97aa54;
			text-decoration: none;
			}
	A:Visited	{
			color: #DFAC00;
		    	text-decoration: none;
		    	}
	A:Active	{
			text-decoration: none;
			}
	A:Hover	   	{
			color: #FFE48A;
		     	text-decoration: none;
		     	}
	BODY 	{
		background-color: #1C1C16;
	/*-----SCROLL-BARS------------------*/
		scrollbar-face-color: #F4EBAF;
		scrollbar-shadow-color: #999966; 
		scrollbar-highlight-color: #666633;
		scrollbar-3dlight-color: #999966; 
		scrollbar-darkshadow-color: #666633;
		scrollbar-track-color: #F4EBAF; 
		scrollbar-arrow-color: #666633;
	/*-----TEXT-------------------------*/
		text-decoration:none;
		font-size:16px;
		font-family: Book Antiqua, Helvetica, sans-serif;
		font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
		color: #FFE48A;
	}
	
	
-->
