<!--		
		   #titlebar {  position:absolute;	
		   				top:0px;
						left:0px;
		   			 	padding-left:260px;
					   	height: 160px;  
					   	width: 100%;
						border-color:black;
						border-style: solid;
						/*text-align:center;*/
						border-bottom-width: 2px;
						background: url(./pictures/tachebackground.gif) repeat;
						/*background-color:#DDDDDD;*/
					 }

		
			#bodytext{	background-color: #FFFFFF;
						margin-top:180px;
						margin-left: 220px;
						margin-right:22%;
						/* margin-right: 220px;*/
						padding:0px;
						border:0px;
						font-weight:normal;
						/*height:100%;*/
						text-align: justify }

						
		#adspace	{
					margin:0;
					padding:0;
					border:0;
					position:absolute;
					background-color: #FFFFFF;
					top:260px;
					width:165px;
					left: 82%;
					padding:0px;
					border:0px;
					text-align: justify;
				}
						
		#menubar{	position:absolute;
					/*margin:0;
					padding: 0;
					border:0;
					background-color: #2ADD01;*/
					left:10px;
					top:170px;
					width:173px;
					overflow:hidden; /*otherwise content expands out of div!*/
					}
		
	#random_menu, #guestbook_menu, #guides_menu, 
	#cat_menu, #blog_links, #blog_menu, #profiles_menu
					{	position:absolute;
						margin:0em;
						padding:0;
						background-color:#2ADD01;
						border-style:solid;
						border-top-width:2px;
						border-color:black;
						visibility:hidden;
					}	
					
	#cat_menu	{
						top:348px;
						left:182px;
					}
					
	#blog_links	{
						top:368px;
						left:182px;
					}		
					
	#guides_menu	{
						top:288px;
						left:180px;
					}
					
	#random_menu	{
						top:308px;
						left:180px;
					}
					
	#guestbook_menu{	
						top:328px;
						left:180px;
					}
		
	#blog_menu{	
						top:348px;
						left:180px;
					}
	#profiles_menu{	
						top:372px;
						left:180px;
					}
				
	#copyright	{ 	position:relative;
					width:100%;
				 	border-color:black;
				 	border-width:1px 0 0 0;
				 	border-style:solid;
					text-align:center;
				}
									
			
.menuitem, .submenuitem {
			position:relative;
			background-color: #2ADD01;
			color:#000000;
			margin: 0 auto; /*this centers in all browsers except IE*/
			border:0;
			padding:0;
			/*width:165px;*/
			border-color:black;
			border-style: solid;
			border-bottom-width: 2px;
			border-left-width: 2px;
			border-right-width: 2px;
			text-decoration: none;
			text-align: center; /*Need this to Center in IE */
			vertical-align: center
			}
			
.menuitem {width:165px;}

			.mycenter { 	text-align: center;}	
			
			.small_font	{text-decoration: none;
						 font-family: verdana, arial, times, helvetica;
					   	 font-size: 7pt;
						}
			
		
			A.menuitem:hover, A.submenuitem:hover {background-color:#392C23;
												   color:#FFFFFF}
							  
							  
						
			.titletext{
			color: #E0E6FF;
			position: absolute;
			top: 70px;
			left: 10px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 24pt;
			font-weight: bold;
			}		
			
						
			.greyed{ 	margin: 0;
						padding:1em;
						background-color:#DDDDDD;
						border-color:black;
						border-style:solid;
						border-width:1px;
					}
					
		  div	{border:0;
		  		padding:0;
				margin:0;}
					
		  td		{ font-size:12pt;
		  			  font-weight:normal}	
					  
		img			{padding:0; 
					margin:0; 
					border-style:solid; 
					border-color:black; }
					  					
		h1			{	font-size: 14pt;
						font-weight: bold;
						padding-top:0px;
						margin-top:0px;
					}
							
		 a.menuitem, a.submenuitem			{display:block;
		 				  					 font-family: Arial, Helvetica, sans-serif;
					   						 font-size: 12pt;
											 padding:0;
											 font-weight: bold;}		
											 
		  body, html 	  	{	border:0px;
		  						margin:0px;
							 	padding:0px;
				  	 		 	font-family: Arial, Helvetica, sans-serif;
					   			font-size: 12pt;
								font-weight: bold
					}
					
	
		
-->