/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4d4d37;
	background:url(/images/bg-repeat.jpg) center repeat-y #9c9c6b;
}

.cms_image_left{
	padding-right:10px;	
}

.cms_image_right{
	padding-left:10px;	
}

p {
	margin-bottom:10px;
	padding-left:3px;
}

h1 {
	margin-bottom:10px;
	font-size:14px;
	color:#bb5e32;
	margin-top:10px;
}

h1 a {
	color:#bb5e32;
}

h2 {
	color:#4d4d37;
	font-size:14px;
	margin-bottom:10px;
	margin-top:10px;
}

a {
	text-decoration:none;
	color:#4d4d37;
}

a:hover {
	text-decoration:underline;
}

img {
	border:none;
}

#container {
	width:810px;
	#position:relative;
	#left:1px;
	margin:0 auto;
}

#header {
	width:810px;
	height:117px;
}

#logo {
	float:left;
	width:371px;
}

#header-pic {
	background:url(/images/header_pic.jpg);
	width:439px;
	height:117px;
	float:right;
}

#menu {
	background:url(/images/menu.jpg);
	width:810px;
	height:30px;
	text-align:center;
}

#menu ul {
	margin-left:50px;
	list-style:none;
}

#menu li {
	float:left;
	padding-right:30px;
	padding-left:30px;
}

#menu li a {
	font-size:16px;
	color:#f0ebcd;
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
}

#menu .menu_selected a {
	color:#FF9900;
}

#menu .menu_selected a:hover {
	text-decoration:none;
}

#content-container {
	background:url(/images/bg-repeat.jpg) repeat-y;
	padding-top:10px;
}

#content {
	width:516px;
	float:left;
	padding-left:30px;
	padding-right:20px;
	padding-bottom:40px;
	line-height:17px;
}

#content li {
	margin-left:25px;
}

#wild-food {
	margin-bottom:10px;
}

#news {
	width:244px;
	float:right;
	padding-bottom:40px;
}

#news h1 {
	margin-left:10px;
}

.cat-menu-item a {
	padding:5px 10px;
	width:202px;
	display:block;
	color:#4d4d37;
}

.cat-menu-item a:hover {
	background:#d8ca99;
	text-decoration:none;
}

.news-menu-item {
	padding:5px 10px;
	width:203px;
	float:left;
	cursor:pointer;
}

.news-menu-item a {
	text-decoration:none;
}

.news-cat, .news-cat a {
	font-size:10px;
	font-style:italic;
	color:#bb5e32;
	text-decoration:none;
	height:12px;
}

.news-cat a:hover {
	text-decoration:underline;
}

#footer {
	margin-top:10px;
	clear:both;
	background:url(/images/footer.jpg);
	width:810px;
	height:162px;
	font-size:10px;
}

#footer-text {
	text-align:center;
	padding-top:70px;
}

.home-news-item {
	margin-bottom:15px;
	padding-right:30px;
}

.home-news-item a {
	text-decoration:none;
	display:block;
	padding:2px;
}

.home-news-item a:hover {
	background:#f0ebcd;
}

.news_divider {
	border-bottom:1px dashed #6f5c32;
	width:100%;
	clear:both;
	margin-bottom:10px;
}

.image{
	float:left;
	width:258px;
	cursor:pointer;
}

.comments-form td {
	padding:4px;
}

.comments-form input, .comments-form textarea {
	padding:2px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.comment {
	padding:10px;
	padding-top:20px;
	background:#f6f2d9;
	border-bottom:1px dashed #aca475;
}
	