html, body {
	margin: 0;
	padding: 0;
}
.hidden {
	display: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}

#page-container {
	width: 850px;
	margin: 15px auto 0px;
	background-color: #ffffff;
}

#wrapper {
    margin: 0 auto;
    width: 850px;
}

#header {
	height: 112px;
	background-color: #9CB682;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
}

#beefheader {
	height: 112px;
	background-color: #9CB682;
	background-image: url(../images/beefheading.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
}

#sidebar-a {
	float: right;
	width: 0px;
	background: #9CB682;
	padding-left: 0px;
	height: 153px;

}

.top-left {

background-image: url(../images/top_left20x24.gif);
height: 56px;
width: 34px;
}

.top-right {

float: right;
margin-top: -56px;
background-image: url(../images/top_right20x24.gif); 
height: 56px; 
width: 34px;
font-size: 2px;
}

.bottom-left {

background-image: url(../images/bottom_left20x24.gif);
background-repeat: no-repeat;
height: 56px;
font-size: 34px;
margin-right: 56px;
}

.bottom-right {

background-image: url(../images/bottom_right20x24.gif);
background-position: 100% 0;
background-repeat: no-repeat;
height: 56px;
font-size: 34px;
margin-top: -56px;
}

/* Main Navigation */

#main-nav { overflow: hidden; }
#main-nav dl { margin: 0; padding: 0; }

/* IE5 Mac Hack \*/ 
#main-nav {
	padding-left: 0px;
	padding-top: 10px;
} 
	
/*/ 
#main-nav { padding-left: 0px; overflow: hidden; }  
/* End Hack */

#main-nav dt a {
display: block;
height: 0px !important;
height /**/:25px; /* IE 5/Win hack */ 
padding: 25px 0 0 0;
overflow: hidden;
background-repeat: no-repeat;
background-color: #FFFFFF;
float: right;
width: 212px;
}

#main-nav dt a:hover {
	background-position: 0 -50px;
}

#main-nav dt#home,
#main-nav dt#home a { width: 212px; height: 25px; background-image: url(../images/nav_bar/home.gif); }

#main-nav dt#therooms,
#main-nav dt#therooms a { width: 212px; height: 25px; background-image: url(../images/nav_bar/therooms.gif); }

#main-nav dt#thingstodocotswolds,
#main-nav dt#thingstodocotswolds a { width: 212px; height: 25px; background-image: url(../images/nav_bar/thingstodo.gif); }

#main-nav dt#cotswoldlocation,
#main-nav dt#cotswoldlocation a { width: 212px; height: 25px; background-image: url(../images/nav_bar/location.gif); }

#main-nav dt#farmhousecontact,
#main-nav dt#farmhousecontact a { width: 212px; height: 25px; background-image: url(../images/nav_bar/contact.gif); }

#main-nav dt#beef,
#main-nav dt#beef a { width: 212px; height: 25px; background-image: url(../images/nav_bar/beef.gif); }

body.home dt#home,
body.home dt#home a,
body.therooms dt#therooms,
body.therooms dt#therooms a,
body.thingstodocotswolds dt#thingstodocotswolds,
body.thingstodocotswolds dt#thingstodocotswolds a,
body.cotswoldlocation dt#cotswoldlocation,
body.cotswoldlocation dt#cotswoldlocation a,
body.farmhousecontact dt#farmhousecontact,
body.farmhousecontact dt#farmhousecontact a,
body.beef dt#beef,
body.beef dt#beef a {
	
	background-position: 0 -50px;
}

#content {
	padding-right: 20px;
	padding-left: 50px;
	padding-top: 20px;
	text-align: left;
	clear: both;
}

#sidebar-a {
	float: left;
	width: 410px;
	padding-left: 25px;
	padding-top: 10px;
	height: 125px;
	background-color: #ffffff;

}

#sidebar-b {
	float: right;
	width: 190px;
	margin-top: -130px;
	height: 125px;
	clear: both;
}

#footer {
	text-align: center;
}

.hr {
    height:2px;
    width:95%;
    background:#9cb682 center;
    margin: 0px 0px 0px 0px;  
   }
   
td {
font: normal 12px Verdana;
color: #666666;
} 

