body {
	color: black;
	background: white;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#message, div#aboutus, div#contactus, div#nav, div#search, div#menutop, div#menu, div#menuseparator, div#menubase, div#baseblock, #feedback, #search, #search_results_nav{
	display:none;
}

#copyright, #url{
	display:block;
}

div#background {
	margin-left: 10%;
  	padding-top: 1em;
   	border-top: 1px solid #000;
}


/* *** Main body text layer *** */
div#mainwindow {
}
div#leftcolumn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#doublecolumn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#rightcolumn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* CSS for fonts and links */

h1{
	color: #000;
	background: transparent;
	font-weight: bold;
	font-size: 18pt;
	border-bottom: 1px solid #000;
}
	
h2{
	color: #000;
	background: transparent;
	font-weight: normal;
	font-size: 16pt;
	border-bottom: 1px solid #000;
}

p{
	color: #000;
	background: transparent;
	font-size: 12pt;
}

h1.news{
	color: #000;
	font-size: 18pt;
	font-weight: bold;
	background-color: #FFF;
	border-bottom: 1px solid #000;
}
	
h2.news{
	color: #000;
	background: transparent;
	font-size: 16pt;
	font-weight: normal;
	border-bottom: 1px solid #000;
}

p.news{
	font-size: 12pt;
	color: #000;
}

div#background a:link, a:visited{
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
/*adds link address after link*/
div#background a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
div#background  a[href^="/"]:after{
  content: "(http://www.meatsouthwest.co.uk" attr(href) ")";
}


.left{
	float:left;
}
.right{
	float:right;
}

/*START RSS CLASSES*/
.channel{ 
	font-size: 12pt;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 10px;
}
.items{ 
	font-size: 10pt;
}
.item{
	margin-top:10px;
}
/*END RSS CLASSES*/