@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-size: 12px;
	color: #442105;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}
body {
	background-color: #000;
	background-image: url(images/barleys_wood_bg.jpg);
	background-repeat: repeat-x;
	margin:0;
}

.news-wrapper{
	position:relative;
	max-width:880px;
	margin:0 auto;
	color:#333;
	background-color:#F2E5C9; /* beige */
	text-align:left;
	padding:20px;
	box-sizing:border-box;
}
.news-wrapper img{
	width:100%;
}
.news-wrapper a:link,
.news-wrapper a:visited{
	color:#36160E;
}

.footer {
	margin-bottom:10px;
	margin-top:-15px;
	width:100%;
	color:#F2E5C9;
	background-image:url(images/barleys_page__43.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:30px;
}

.footer_text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:center;
	font-variant:small-caps;
	padding-top:7px;
	word-spacing:35px;
	}
	
#main_news {
	margin-top:-15px;
	margin-bottom:-15px;
}

a {
	color: #673b10;
}

a:hover{
	color: #ab660d;
}

a visit{
	color: #673b10;
}

.footer_text a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:center;
	font-variant:small-caps;
	padding-top:7px;
	color:#F2E5C9;
	text-decoration:none;
	}
	
.footer_text a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:center;
	font-variant:small-caps;
	padding-top:7px;
	color:#442105;
	text-decoration:underline;
	}
	
.footer_text a:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:center;
	font-variant:small-caps;
	padding-top:7px;
	color:#F2E5C9;
	text-decoration:none;
	}