#headerBlock, #footer {
	display: none;
}

#outerContainer {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background-color: #fff; 
}

#mainContainer {
	width: 90%;
	margin: 0 auto;
	background-color: #fff;
	text-align: left;
	padding: 0;
}

a img {
	border: 0;
}

	.headingBorder {
		padding: 0;
		border: 1px solid #171D46;
		margin: 5px 0 10px 0;
	}
	
	.heading {
		margin: 0;
		background-color: #171D46;
		border: 1px solid #F7F3D9;
		/*height: 50px;*/
		padding: 6px 0 4px 10px;
	}
	
	.heading img {
		margin: 0px;
		display: block;
	}
	
td.leftCol {
	width: 48%;
	padding-right: 9px;
}

td.rightCol {
	width: 52%;
}		


td.leftCol, td.rightCol, td.spanCol {
	vertical-align: top;
	padding-bottom: 10px;
}

td.spanColAlt {
	padding-bottom: 10px;	
}

	td.spanColAlt p {
		line-height: 16px;
		margin: 0 0 13px 0;
	}
	
	td.leftCol p, td.rightCol p, td.spanCol p {
		text-align: justify;
		line-height: 16px;
		margin: 0 0 13px 0;
	}
	
/* General Styles
- - - - - - - - - - - - - - -  */

body, td, input, select, textarea {
	font-family: 'Trebuchet MS', sans-serif;
	color: #333;
	font-size: 12pt;
}

a {
	font-family: 'Trebuchet MS', sans-serif;
	color: #5C5C5C;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

h1 {
	font-size: 16pt;
	color: #000;
	font-weight: normal;
	margin: 0 0 4px 0;
	line-height: 20px;
}

h2 {
	font-size: 12pt;
	color: #333;
	font-weight: bold;
	margin: 0 0 12px 0;
	line-height: 16px;
}

	h2 a {
		font-size: 12pt;
		color: #333;
		font-weight: bold;
		margin: 0 0 2px 0;
		line-height: 16px;
	}
	

.wineImage {
	float: right;
	margin: 0 0 10px 8px;
}


.anImage {
	border: 1px solid #101431;
	float: right;
	margin: 0 0 10px 13px;
}

	.anImage img {
		margin: 1px;
	}
	
.inImage {
	border: 1px solid #101431;
	margin: 0;
}

	.inImage img {
		margin: 1px;
	}	

#newsSubscribe {
	margin-top: 5px;
}

#newsSubscribe input {
	display: none;
}

input#go {
	display: none;
}

	
/* Contact Form  
----------------  */
#contactForm input {
	display: none;
}	

#contactForm textarea {
	display: none;
}

p.visitor {
	padding: 15px 10px 7px 5px;
	margin: 10px 100px 5px 30px;
	border-top: 1px solid #B45A5A;
}
	