*html .center-column{
    margin-left:5px;
}
.center-column a{
	color:#9A987C;
}
.center-column a:hover{
	color:#000;
}
.welcome-user{
	white-space:nowrap;
}
.center-column{
	width:697px;
	padding:15px 10px;
}
.center-column h2{
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#343527;
	padding:0 0 10px;
}
.center-column h2 a{
	color:#343527;
}
.center-column h3{
	font:bold 13px Arial, Helvetica, sans-serif;
	padding:10px 0 0;
}
.center-column small{
	display:block;
	color:#343527;
}
.postmetadata{
	text-align:right;
	padding:3px 0 10px;
}
.alt{
	text-align:left;
}


.comment-body{
	padding:5px;
	border:solid 1px #9a987c;
	margin:5px 0 10px;
}
.comment-body .comment-author{
	display:inline;
}
.comment-body .avatar{
	float:left;
	margin:-3px 10px 0 0;
}
.comment-body .fn{
	font-weight:bold;
}
.comment-body .fn, .comment-body .says{
	font-style:italic;
	margin:5px 0 0;
}
.comment-body .commentmetadata{
	font-size:10px;
	padding:3px 0;
}
.comment-body em{
	font-size:10px;
}

#respond input{
	background:#F5F4E9;
	border:1px solid #C0BEA9;
	padding:2px 5px;
	width:220px;
	margin:5px 0 0;
}
#respond textarea{
	background:#F5F4E9;
	border:1px solid #C0BEA9;
	padding:2px 5px;
	width:500px;
	margin:5px 0 0;
}

#respond input#submit{
	background:#f00 url(/images/natural/btns/submit-btn.gif) no-repeat right top;
	cursor:pointer;
	display:block;
	height:23px;
	margin:5px 0;
	width:72px;
	padding:0;
	text-indent:-5000px;
	border:none;
}
#respond #submit:hover{
	background-position:left bottom;
}

.right-column h2{
	font:bold 14px Arial, Helvetica, sans-serif;
	background:#726e63 url(/images/bg_h2.jpg) no-repeat right top;
	padding:5px 10px;
	color:#c7c898;
}
ul ul{
	margin:0 0 10px;
	background:#343527 url(/images/natural/product-catalog-bkg.gif) no-repeat left bottom;
}
ul li li{
	background:url(/images/brown/list-star.png) no-repeat 8px 6px;
	_background:url(/images/brown/list-star.gif) no-repeat 8px 8px;
	border-bottom:1px solid #242319;
	padding:6px 0 6px 24px;
}
ul li li a{
	color:#d7d6c1;
}

.welcome-search .search-component{
	width:310px;
}
.welcome-search .search-component input#searchsubmit{
	background:url(/images/natural/btns/search-btn.gif) no-repeat left top;
	display:inline-block;
	float:left;
	height:24px;
	margin:-1px 0 0 5px;
	width:23px;
	text-indent:-5000px;
	cursor:pointer;
}
.welcome-search .search-component input#searchsubmit:hover{
	background-position:left bottom;
}
.welcome-search .search-component label{
	background:#292F2C;
}
.welcome-search .search-component label{
	color:#fff;
	display:inline-block;
	float:left;
	margin-top:2px;
	padding:2px 5px;
}

#content .post{
	font-size:14px;
	line-height:1.5em;
}

#content .post a{
	color:#6F6E5A;
	text-decoration:none;
	font-weight:bold;
}

#content .post a:hover{
	text-decoration:underline;
}

#content .post h1{
	font-size:20px;
	
	padding-bottom:10px;
}

#content .post h1 a {
	color:#343527;
	text-decoration:none;
}

#content .post h1 a:hover{
	text-decoration:underline;
	color:#9A987C;
}

#content .post h2 a:hover{
	text-decoration:underline;
}

#content .post small{
	padding-bottom:10px;
	font-size:11px;
}

#content .post p{
	padding-bottom:10px;
}

#content .post h3{
	padding-bottom:10px;
}
#content .post ul{
	padding-left:20px;
	padding-bottom:5px;
}
#content .post ul li{
	padding-bottom:5px;
	list-style-type:disc;
	list-style-position:outside;
}