@import url(blocks/sake.css);

html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	background-color:#B5B889;
}


#container {
	padding:0px;
	margin-top:13px;
	float:left;
	width:791px;
	background-image: url(image/ui-verticalbackground_2.gif);
	background-repeat:repeat-y;
	background-position:top left;
}


#leftcol {
	width:206px;
	float:left;
	min-height:700px;
}


#contact {
	padding:0px;
	margin-top:0px;
	float:left;
	width:206px;
	height:105px;
	background-image: url(image/ui-contact-background_3.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:center;
}

#contentColumn {
	width:585px;
	padding:0px;
	margin:0px;
	float: left;
	background-color:#422952;
}



#content {
	padding:0px 20px 10px 25px;
	width:540px;
	min-height:600px;
	float:left;
}

* html #content {
	width:535px;
}


#freshfromthefarm {
	padding:0px;
	margin-top:0px;
	float:left;
	width:501px;
	height:101px;
	background-image: url(image/ui-freshfromthefarm-backgro.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:center;
}

#pickoftheweek {
	padding:0px;
	width:162px;
	background-image: url(image/wui-potw-bg_2.gif);
	background-repeat:repeat-y;
	background-position:center;
	text-align:center;
}

#byLine {
	padding:0px;
	width:162px;
	background-image: url(image/wui-potw-byLine.gif);
	background-repeat:repeat-y;
	background-position:center;
	text-align:center;
	font-family: tahoma, arial, verdana;
	font-size: 14px;
	color:#ffffff;
}



#header{
	width:585px;
	float:left;
}

#footer{
	width:585px;
	float:left;
	height:62px;
	background-image: url(image/ui-footer_1.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:right;
}

#navbar   {
 	font-family : verdana,arial,helvetica;
 	font-size:10px;
	font-weight:normal;
	letter-spacing:0px;
	background-image: url(image/button-bbs-bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
	border:0px;
	}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
