


		/* _____________ For home page - index.php - content formatting ______________ */

			.intro
						{
							position:					absolute:
							top:							0px;
							left:							0px;
							width:						615px;
							height:						130px;
							font-size:					10pt;
							color:						#000000;
							font-family:					arial, "times new roman", Serif;
							text-align: 					justify;
							border:						thin none #000000;
						}

			.head1
						{
							font-size:					10pt;
							color:						#000000;
							text-align:					center;
							background-color:			transparent;
							margin-left:					10px;
						}
						
			.carrier
						{
							text-align:					left;
							border:						3px solid #000000;
						}
						
			.honeyJars
						{
							position:					absolute;
							top:							390px;
							left:							390px;
						}

			.quote
						{
							position: 					absolute;
							top:							15px;
							left:							0px;
							width:						470px;
							height:						80px;
							text-align:					center;
						  	font-size:					8pt;
							color:						#000055;
						  	font-weight:					normal;
						  	font-style:					italic;
						  	border:						thin none #000000;
						}

			table.main
						{
							width:						850px;
							height:						400px;
							margin:						0px auto 0px auto;
						}

			table.second
						{
							width:						850px;
							height:						400px;
							margin:						0px auto 0px auto;
						}

			.head2
						{
							position:					absolute:
							top:							0px;
							left:							-300px;
							font-size:					12pt;
							color:						#000000;
							text-align:					left;
							text-decoration:				underline;
							background-color:			transparent;
						 	border: 						thin none #000077;
						}

			ul.products
						{
							font-size:					10pt;
							color:						#000000;
							font-family:				arial, "times new roman", Serif;
							width:						250px;
							text-align: 				justify;
							background-color:			transparent;
						 	border: 					none;
							margin:						10px 0px 0px 0px;
						}
						
			td.left
						{
							width: 						700px;
						}
						
			td.right
						{
							width: 						150px;
						}
						
					.adHead
						{
							position:			absolute;
							top:					0px;
							left:					0px;
							width:				190px;
							height:				30px;
							text-align:			center;
							font-size:			10pt;
							color:				#000088;
							font-weight:			bold;
							border:				thin none #0000ff;
						}
						
					.ad
						{	
							position:					absolute;
							top:							35px;
							left:							-30px;
							width:						180px;
							height:						65px;
							font-size:					8pt;
							text-align:					left;
							font-weight:					bold;
							background-color:			transparent;
							list-style-type:				none;
							border:						thin none #0000ff;
						}
						
					.adDescrip
						{
							position:			absolute;
							top:					115px;
							left:					0px;
							width:				185px;
							height:				90px;
							text-align:			justify;
							padding-left:		5px;
							font-size:			8pt;
							color:				#000088;
							font-weight:			normal;
							border:				thin none #0000ff;
						}
						
			/* Pseudo-element properties */
			
			#exclaim:first-letter
						{
							float:						auto;
							color:						#770000;
							font-family:					serif;
							font-size:					28pt;
						}