/*
	Key:	X xwide display	 1280x1024	1220
			W wide display		 1024x 768	 972			Nav	111
			D default display	  800x 600	 781			Msg	670
			N Narrow Display	  printer	 672			Ads	183
*/

/* Overall screen background */
body{margin:0;padding:0;  background-color: #E4C6AA;   background-image: url(781bg.jpg); 
			background-repeat: no-repeat;			background-attachment: fixed;			background-position: top center; }

/* Framework elements that hold and align the template elements */
#framework	{	width: 100%; }
 
	#fwhead		{	width: 100%;	float: left;	clear: both;	 }
		#xwhead	{		display: none;	 }
		#whead	{		display: none;	 }
		#nhead	{		display: none;	 }
		#vhead	{	width:   100%;	float: left;	clear: both;	 }
		#phead	{		display: none;}
 
	#fwbody		{	width: 100%;	float: left;	clear: both;	 }
		#fwnav	{			display: none;	}
			#wnav	{			display: none;  }
			#nnav	{			display: none;  }
		#fwmsg	{		width: 100%;	float: left;	clear: none;	}
	   	#tnav	{ 		}
			#msg	{	width: 100%;		}
		#fwads	{			display: none;}
			#wads	{			display: none;	}
			#xwads{			display: none;	}
		
	#fwfoot		{	width: 100%;	float: left;	clear: both; }
		#foot		{	width: 100%; clear: both; text-align: left;}
			#name	{	font-size: 90%;	font-weight: bold;	text-align: center;	}
			#credits	{	font-size: 75%;	font-weight: bold;	text-align: center;	}
 
 
    td.lnav	{ 	width: 4px;    }
	 	 img#navdepth	{	width: 4px;	height: 380px;	}
    td.navr	{ 	width: 6px;    }
    td.lmsg	{ 	width: 5px;    }
    td.msgr	{ 	width: 5px;    }
  td.lads	{ 	width: 5px;    }
  td.adsr	{ 	width: 5px;    }

	
