/** Centering **/
	html, body{
		height: 100%;
	}

	div#shim{
		visibility: hidden;
		width: 100%;
		height: 50%;
		margin-top: -400px;
		float: left;
	}

	/* Hide from IE5mac \*//*/
		div#shim {
			display: none;
		}
		html, body {
			height: auto;
		}
	/* end hack */

	div#wrapper{
		width: 960px;
		height: 700px;
		clear: both;
		position: relative;
		left: 50%;
		margin-left: -480px;
	}

/*************************************************************************************/
/** NO FLASH CSS
/*************************************************************************************/

div#header{}
div#content{}
div#section{
	height: 570px;
	background: url('../../noflash/images/copain_html-frame.gif') no-repeat;
}
div#footer{}

div#copy{
	font-family: 'Times New Roman', Times, serif;
	z-index: 10;
	top: 170px;
	left: 55px;
	position: absolute;
}

div#copy p{
	margin-bottom: 8px;
}

/** Section font colors **/
div#copy.home{
	color: #B08D53;
	width: 415px;
}

div#copy.winery{
	color: #382719;
	width: 590px;
}

div#copy.winery p.contact-info{
	margin-top: 262px;
}

div#copy.purchase{
	color: #B08D53;
	width: 415px;
}

div#copy.events{
	color: #4F3825;
	width: 695px;
}

div#section-events p.event{
	margin-top: 30px;
}

div#section-events p.event span.event-title{
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 2px;
}
a{color: #fff;}
em{
	font-style: italic;
}


div#copy span.first{
	font-size: 200%;
}


div#background{
	height: 562px;
	width: 928px;
	border: none;
	margin: -1px 0 0 19px;
	z-index: 5;
}

/** Background images **/
div#background.home{
	background: url('../../noflash/images/copain_html-home.jpg') no-repeat;
	background-position:0 18px;
}

div#background.winery{
	background: url('../../noflash/images/copain_html-winery.jpg') no-repeat;
	background-position:0 18px;
}

div#background.purchase{
	background: url('../../noflash/images/copain_html-purchase.jpg') no-repeat;
	background-position:0 18px;
}