body {
	text-align:center;
}

#middle, #header, #footer {
	text-align:left;
	margin:0 auto;
	position:relative;
	width:951px;
}

#header {
	height:410px;
	z-index:5;
}

#middle {
	overflow-x:hidden;
}

#content, #left, #right {
	overflow-x:hidden;
	position:relative;
	z-index:1;
}

#index #content {
	float:left;
	left:335px;
	margin-right:-100%;
	width:325px;
}

#content {
	float:left;
	left:335px;
	margin-right:-100%;
	width:550px;
}

#index #left {
	float:left;
	left:18px;
	width:298px;
}


#left {
	float:left;
	left:40px;
	width:254px;
}

#index #right {
	float:right;
	right:20px;
	width:242px;
    display: block; 
}

#right {
    display: none;
}


#footer {
	height:70px;
	margin:0 auto;
}




/*------------------------------------Our Wines---------------------------------------*/
.ourwine { width:515px; height:auto; padding:15px;}
.ourwine img { float:left; margin-right:15px;}
.ourwine p{ width:490px; font-size:12px; color:#603;}
.ourwine h1{font-size:14px; margin-bottom:5px; margin-top:15px; color:#603;}

.clear { clear:both;}
