/* CSS Document - Fort Walla Walla Cellars - Inside page */

body
	{
	background: #000000;
	}
	
/* boxes */
	
	#marroonBox
		{
		position: absolute;
		top: 82px;
		left: 0px;
		width: 65px;
		height: 29px;
		background: #61071C;
		}

	#brownBox
		{
		position: absolute;
		top: 82px;
		left: 65px;
		width: 139px;
		height: 29px;
		background: #66250B;
		}
	
	#charcoalBox
		{
		position: absolute;
		width: 473px;
		height: 19px;
		top: 92px;
		left: 251px;
		background: #5F4646;
		}
	
	#orangeBox
		{
		position: absolute;
		width: 63px;
		height: 29px;
		top: 111px;
		left: 125px;
		background: #C05917;
		}
	
	#purpleBox
		{
		position: absolute;
		top: 82px;
		left: 187px;
		width: 537px;
		height: 10px;
		background: #582D37;
		}
		
/* END boxes */

#contentContainer
	{
	position: absolute;
	top: 139px;
	left: 125px;
	background: #555555;
	/* attributes in IE 5.0, 5.5 Windows */
	width: 578px;
	/* attributes in IE 6.0 Windows */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 578px;
	}
	
html>body #contentContainer
	{
	/* attributes in IE, Safari, Mozilla */
	width: 599px;
	}
	
	
#content
	{
	margin: 15px 27px 0px 27px;
	/* attributes in IE 5.0, 5.5 Windows */
	width: 529px;
	/* attributes in IE 6.0 Windows */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 529px;
	}
	
html>body #content
	{
	/* attributes in IE, Safari, Mozilla */
	width: 544px;
	}
	
#footer
	{
	float: left;
	clear: both;
	width: 599px;
	font-family: Hoefler Text, Georgia, Times;
	font-size: 90%;
	margin: 5px 0px 0px 0px;
	line-height: 200%;
	color: #555555;
	background: #000;
	}
	
	#footer a
		{
		color: #555555;
		text-decoration: none;
		}
	
	#footer a:hover
		{
		text-decoration: underline;
		}
		
.imageAlignLeft
	{
	float: left;
	margin: 0px 10px 0px 0px;
	}
		
.imageAlignRight
	{
	float: right;
	margin: 0px 0px 5px 10px;
	}
	
#imageWineBottle
	{
	position: absolute;
	top: 111px;
	left: 0px;
	}
	
#logoBig
	{
	 margin-top: 7px;
	 float: right;
	 }
	 
	
#logoFortWallaWalla
	{
	position: absolute;
	top: 58px;
	left: 22px;
	}
	
#nav
	{
	float: left;
	clear: right;
	}
	
#navRow
	{
	position: absolute;
	left: 188px;
	top: 91px;
	width: 540px;
	height: 41px;
	}
	
#newsReleases
	{
	width: 520px;
	padding: 3px 10px 2px 10px;
	background: #582D37;
	border:4px groove #C05917;
	}
