html {
	padding: 0px;
}

body {
	font: 1em Arial, Helvetica, sans-serif;
	color: #6B470F;
	/*background: #993366;*/
	background: #5E5335;
	text-align: center;
	margin: 0px auto;
}
a {
	color: #6B470F;
}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	
}
#top {
	width: 802px;
	background: url(images/herb-soap.jpg) no-repeat left top;
	height: 209px;
	display: block;
	position: relative;
	z-index: 10;
}
#logo {
	position: absolute;
	z-index: 100;
	display: inline;
	float: left;
	height: 233px;
	width: 316px;
	margin-top: -15px;
	left: -50px;
}
#mid {
	width: 768px;
	border-right: 2px solid #CC9900;
	border-left: 2px solid #CC9900;
	background: #FFF5D7 url(images/virginia-herbs.jpg) no-repeat left top;
	display: table-cell;
	padding: 10px 10px 0px 20px;
	text-align: left;
	margin: 0px;
	border-top: 2px none #CC9900;
	border-bottom: 2px none #CC9900;
	min-height: 350px;
	height: 100%;
}
#menu {
	background: url(images/herbgarden.jpg) repeat-y;
	padding: 0px 5px;
	height: 20px;
	width: 788px;
	display: block;
	text-align: left;
	border: 2px solid #CC9900;
}
#end {
	background: url(images/end.jpg) no-repeat left bottom;
	z-index: 100;
	height: 12px;
	margin: 0px;
	padding: 0px;
	width: 802px;
	position: relative;
	display: block;
	bottom: 0px;
	left: 0px;
}
#address {
	text-align: center;
	display: block;
	width: 800px;
	color: #FFF7E0;
}
#address a {
	color: #FFFAEA;
}

#vine {
	z-index: 1000;
	position: absolute;
	height: 634px;
	width: 466px;
	float: right;
	display: block;
	right: -70px;
	bottom: -12px;
	visibility: hidden;
}
#photos {
	position: absolute;
	display: inline;
	float: left;
	margin-top: -15px;
	z-index: 200;
	right: -10px;
}
.title {
	font-size: 1.25em;
	font-weight: bold;
	color: #6A5D3B;
}
.photor {
	float: right;
	margin: 0px 0px 5px 10px;
	position: relative;
}
#vine2 {
	z-index: 1000;
	position: absolute;
	height: 634px;
	width: 426px;
	float: right;
	display: block;
	right: -30px;
	bottom: -12px;
	visibility: hidden;
}
#sidebar {
	display: inline;
	margin: 0px 10px 10px 0px;
	padding: 10px;
	float: left;
	width: 150px;
	border-top: medium none #CC9900;
	border-right: medium double #CC9900;
	border-bottom: medium none #CC9900;
	border-left: medium none #CC9900;
	left: 0px;
	top: 0px;
	min-height: 300px;
}
#main {
	display: block;
	width: 760px;
}

#posts {
	float: left;
	display: inline;
	width: 500px;
}

