/*
	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: 781px; }
 
	#fwhead		{	width: 781px;	float: left;	clear: both;	 }
		#xwhead	{		display: none;	 }
		#whead	{		display: none;	 }
		#nhead	{	width:  781px;	float: left;	clear: both;	 }
		#vhead	{		display: none;	 }
		#phead	{		display: none;	}
 
	#fwbody		{	width: 781px;	float: left;	clear: both;	 }
		#fwnav	{	width: 150px;	float: left;	clear: both;	}
			#wnav	{		display: none;  }
			#nnav	{	width: 150px;	background-image: url(wn322.gif);  text-align: left;  background-repeat: no-repeat;  }
		#fwmsg	{	width: 631px;	float: left;	clear: right;	}
	   	#tnav	{ 		display: none;	}
			#msg	{	width: 631px;		}
		#fwads	{		display: none;}
			#wads	{		display: none;	}
			#xwads{		display: none;	}
		
	#fwfoot		{	width: 781px;	float: left;	clear: both; }
		#foot		{	width: 781px; 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: 340px;	}
    td.navr	{ 	width: 6px;    }
    td.lmsg	{ 	width: 5px;    }
    td.msgr	{ 	width: 5px;    }
  td.lads	{ 	width: 5px;    }
  td.adsr	{ 	width: 5px;    }

	
