body 			{background-image: url('bggrad.jpg');
				background-repeat: repeat-x;
				z-index: 1;
				text-align: center;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size: 14px;
				color: #663;
				margin: 0px;}

#wrapper		{margin: 0 auto;				
			  width: 800px;
			  min-height: 580px;
			  text-align: left;
			  background-color: #fff;
			  border: #000;
			  border-width: thick;
			 
			  }
						
#masthead	{height: 300px;
			  background-image:url(janehead.gif);
			  background-repeat: no-repeat; 
			  margin: 0px;
			  text-align: right;
			  }
				

#navbar			{float: left;
				width: 160px;
				min-height: 400px;
				text-align: left;
				margin: 0px;
				line-height: 40px;
				padding: 10px ;}
					
#navbar a 	{text-decoration: none; color:#030; font-size: 16px;}
				
#main		{padding: 10px;
			float: right;
			width: 560px;
			height: auto;
			text-align:justify;
			font-size: 14px;
			color: #330; 
			margin:10px;}
			
		

#toptips		{
	text-align: justify;
	height: auto;
	padding: 2px;
	border:#fff thin double;
}
				
				
#footer		{
		  clear: both;
		  background-color: #030;
		  width: 800px;
		  }

#footer table td	{width: 260px;
					color:#ffffff;
					font-size: 10px;}

#main table td		{width: 195px;
					font-size:11px;
					padding: 10px;
					color: #030;
					}		

				
h1				{text-align: left;
				color: #030;
				font-size: 25px;
				}

h2, h3, h4		{text-align: left;
				color: #030;
				font-size: 18px;
				}
			
				
.floatright		{float: right;
				margin: 10px;
				padding: 10px;}
				
strong 			{color: #330;}
				
a:hover 		{text-decoration: none; color:#fff;}
a:link			{text-decoration: none; color:#fff;}
a:active		{text-decoration: none; color:#fff;}
a:visited		{text-decoration: none; color:#fff;}
	
.tdcolor {
	background-color: #FF9;
}

