#content {
	color: #333;
	/*background: #fff url(/images/wtd_header_bottom-gradient.png) repeat-x 0 0;*/
	background-color: #fff;
	margin: 0;
	padding: 20px 250px 10px 200px;
	min-height: 730px;
}
/*\ IE/Win min height hack */ 
* html .content {height: 730px;} 
/* */ 
h1, .head1 {  
	font-size: 30px; 
	text-align: center; 
}
.left {
	position: absolute;
	top: 185px;
	left: 8px;
	width: 170px;
	background: #f9f9f3;
	font-size: 11px;
	padding-bottom: 6px;
	border: 1px solid #993333;
}
.lefttext {
	font-size: 11px;
	text-align: left;
	padding-left:4px;
	padding-bottom:6px;
}
.right {
	position: absolute;
	top: 0px;
	left: 785px;
	width: 210px;
	background: #f9f9f3;
	padding-left:5px;
}
.headbar1 {
	background: #993333;
	color: #FFFF99;
	padding: 4px 0px;
	text-align: center;
	font-size: 13px; font-weight: bold;
	margin-bottom: 6px;
}
.headbar2 {
	background: #993333;
	color: #FFFFFF;
	padding: 4px 0px;
	text-align: center;
	font-size: 13px; font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
}
.rightbox1 {
	padding: 3px 4px;
	border: 2px solid #85001B;
	background: #f9f9f3;
}
.rightbox2 {
	padding: 3px 4px;
	border: 2px solid #44531B;
	background: #f9f9f3;
}
.rightboxtop1 {
	height: 20px;
	background: transparent url(/images/wine_box_top_3.gif) no-repeat;
	text-align:right;
}
.rightboxtop2 {
	height: 20px;
	background: transparent url(/images/wine_box_top_4.gif) no-repeat;
	text-align:right;
}
.rightboxtop3 {
	height: 20px;
	background: transparent url(/images/wine_box_top_1.gif) no-repeat;
	text-align:right;
}
.rightboxtop1 a, .rightboxtop2 a, .rightboxtop3 a {
	color: #666666;
	font-size: 9px;
	height: 20px;
	vertical-align: bottom;
	text-decoration: none;
}
#searchtable td {
	padding:5px;
	vertical-align:top;
	text-align:center;
}
#searchtable td a {
	text-decoration:none;
}
hr {
	margin-top: 1em;
}
#googleplus {
	display:none;
}

@media only screen and (max-width: 800px) {
	#content {
		padding-right:20px;
	}
}
