@charset "UTF-8";
body  {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
}
#container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	margin: 0;
	height: 120px;
	background: url(images/hocklambeef_roof.png) no-repeat;
} 

#HLB_logo {
	float: left;
	width: 310px;
	height: 80px;
	padding-left: 30px;
}

#page_title {
	background: url(images/Hocklambeef_top.png) no-repeat;
	height: 80px;
	margin-left: 340px;
	padding-top: 8px;
	padding-left: 20px;
}
 #page_title h1 {
	font-size: 1.4em;
	color: #FFF;
}

 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 360px;
	margin-left: 30px;
	background: url(images/Lnavborder.png) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

#Lnav {
	background: url(images/lnavsprites.png) 0 0 no-repeat;  
    width:150px;  
    height:250px;  
    margin:0;  
    padding:0;  
    }  
	
#Lnav li span { display: none; }  
  
#Lnav li { float:left; list-style:none; position:relative; }  
  
#Lnav li, #Lnav a {  
    height:50px;    /* Each button must have the same height, define it here */  
    display:block;  
    margin:0;  
    padding:0;  
    }  
  
li#home, li#SGoldest, li#Secret, li#Perfect, li#Contact { width:150px; }  


#home a:hover, #home.selected { background: url(images/lnavsprites.png) -150px  -0px no-repeat; }  
#SGoldest a:hover, #SGoldest.selected { background: url(images/lnavsprites.png) -150px  -50px no-repeat; }  
#Secret a:hover, #Secret.selected { background: url(images/lnavsprites.png) -150px  -100px no-repeat; }  
#Perfect a:hover, #Perfect.selected { background: url(images/lnavsprites.png) -150px  -150px no-repeat; }  
#Contact a:hover, #Contact.selected { background: url(images/lnavsprites.png) -150px -200px no-repeat; }  

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 245px;
	margin: 0;
}

#mainContent { 
	margin: 0 0 0 235px;
	padding: 0 10px;
}
#blog {
	float: left;
	width: 245px;
	height: 500px;
	margin: 0;
}

#feeds {
	width: 240px;
	background-color: #FFF;
}
#threegens {
		margin: 0 0 0 250px;
height: 500px;}

#grandpa_story {
	padding: 10px 10px 5px 10px;
}
#submainContent { 
width: 440px;
	margin: 0 0 0 230px;
	line-height: 1.3em;
} 

 #footer { 
 clear: both;
	height: 60px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/hocklambeef_bottom.png) no-repeat;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000;
	font-weight: bold;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h2 {
	font-size: 1.1em;
	font-style: italic;
	color: #FFF;
	text-align:center;
}

a:link, a:visited {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: none;
	color: #F00;
}
.italics {
	font-style: italic;
}

.Rimg {
	float: right;
	padding: 20px;
	}
	
.Limg {
	float: left;
	padding: 20px;
	}
	
.img-subC {
	padding: 2px;
	border: 2px solid #021a40;
}

.centre_img {
	display: block;
    margin-left: auto;
    margin-right: auto
}

.white {
	color: #fff;
	text-align: center;
}

.red {
	color: #F00;
	text-align: center;
}

.footer1 {
	font-size: 0.8em;
}

.footer2 {
	font-size: 0.7em;
}

.textmiddle {
	vertical-align:middle;}
