﻿
/*

	VINEGAR 101 STYLES
	-----------------------------------------------------------------------------------------------
	Last Updated: 03.24.2009

*/

	.Vinegar101Headline
	{
		position: absolute;
		width: 578px;
		height: 53px;
		top: 108px;
		left: 170px;
		overflow: hidden;
	}

		.Vinegar101Headline h1
		{
			font-size: 26px;
			font-weight: bold;
			color: Black;
			line-height: 53px;
			text-align: center;
		}

	.Vinegar101Body
	{
		position: relative;
		padding: 7px 14px 0px 14px;
		width: 870px;
	}
	
		.Vinegar101Body .Section
		{
			position: relative;
			width: 845px;
			padding-top: 25px;
		}
		
			.Vinegar101Body .Section h1
			{
				color: #0a4728;
				line-height: 23px;
			}
		
			.Vinegar101Body .Section h3
			{
				color: #0a4728;
				font-size: 20px;
				font-weight: bold;
			}

			.Vinegar101Body .Section .Image
			{
				position: relative;
				width: 309px;
				text-align: center;
			}
			
				.Vinegar101Body .Section .Image .underImage
				{
					
					font-size: 17px;
					font-style: italic;
					color: #0a4728;
				}

			.Vinegar101Body .Section .Copy
			{
				position: relative;
				width: 530px;
				border-bottom: solid 1px #ABABAB;
			}
			
			.Vinegar101Body .Section .CopyNoLine
			{
				position: relative;
				width: 530px;
			}

				.Vinegar101Body .Section .Copy h2
				{
					font-size: 26px;
					line-height: 30px;
					color: #0a4728;
				}
				
				.Vinegar101Body .Section .Copy h4
				{
					font-size: 22px;
				
				}
				
				

