* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}



a:active {
	color: #666666;
	background-color:transparent;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #666666;
	background-color:transparent;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #666666;
	background-color:transparent;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #999;
	background-color:transparent;
	text-decoration: underline;
	font-weight: bold;
}





#main {padding-bottom: 150px;}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
	background-color:#F2f2f2;
	color:#666;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-top-width: 1px;
	border-top-color: #333;
	border-top-style: solid;
	
} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */





#header {
border-bottom:#F00 1px solid;

}

#menu {
	margin: auto;
	width: 950px;
	
	background-color: #fff;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#content {
	margin: auto;
	width: 950px;
	background-color: #ffffff;
	clear:both;
	overflow:auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



	





ul#homemenlinks li {
			display:block;
			float:left;
			padding:0px;
			}
			ul#homemenlinks li a {
	display:block;
	outline:none;
	width:64px;
	height:46px;
	text-indent:-9009px;
	margin:0 2px 0 0;
	background-color: transparent;
	background-image: url(images/Menu_full.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
				}
			
			
			
				ul#homemenlinks li a:hover {background-position:0 -46px}
			
			ul#homemenlinks li#comments-nav  a {
				width:137px;
	height:46px;
	background-position:-65px 0;
			}
			
			ul#homemenlinks li#comments-nav a:hover  {
				width:137px;
				height:46px;
				background-position:-65px -46px;
				}
				ul#homemenlinks li#drinks-nav a:hover {
			    

					background-position:-205px -46px
					}
					
						ul#homemenlinks li#home-nav a { 
				width:64px;
				background-position:0px 0;
				}
				ul#homemenlinks li#home-nav a:hover {
					width:64px;
					background-position:0px -46px
					}
					
			ul#homemenlinks li#Obesity-nav a { 
				width:200px;
				background-position:-310px 0;
				}
				ul#homemenlinks li#Obesity-nav a:hover {
					background-position:-310px -46px
					}
			
			ul#homemenlinks li#Recipes-nav a {
				width:70px;
				background-position:-225px 0;
				}
				ul#homemenlinks li#Recipes-nav a:hover {
					width:70px;
					background-position:-225px -46px
					}
			ul#homemenlinks li#blog-nav a {
				width:119px;
				background-position:-520px 0;
				}
				ul#homemenlinks li#blog-nav a:hover {
					background-position:-520px -46px
					}
					
					ul#homemenlinks li#story-nav a {
				width:128px;
				background-position:-768px 0;
				}
				ul#homemenlinks li#story-nav a:hover {
					background-position:-768px -46px
					}
					
			ul#homemenlinks li#contact-nav a {
				width:110px;
				background-position:-650px 0;
				}
				ul#homemenlinks li#contact-nav a:hover {
						width:111px;
					background-position:-650px -46px
					}
			ul#homemenlinks li#altamont-nav a {
				width:26px;
				background-position:-164px 0;
				}
				ul#homemenlinks li#altamont-nav a:hover {
					background-position:-164px -80px
					}
					
						body#Recipes ul#homemenlinks li#Recipes-nav a {
	background-position:-225px -46px}
	
			body#contact ul#homemenlinks li#contact-nav a {
	background-position:-650px -46px}
					
					body#Obesity ul#homemenlinks li#Obesity-nav a {
	background-position:-310px -46px}
	
	body#story ul#homemenlinks li#story-nav a {
	background-position:-768px -46px}
	
	
	body#home ul#homemenlinks li#home-nav a {
	background-position:0px -46px}
	
	body#comments ul#homemenlinks li#comments-nav a {
width:137px;
				height:46px;
				background-position:-65px -46px;}
	
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

#left {
float:left;
left: 0px;
width: 260px;
color: #564b47;
margin: 0px; 
padding: 0px;
}
#centre {
	float: left;
	right: 0px;
	width: 380px;
	color: #564b47;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

#centresite {
	float: left;
	right: 0px;
	width: 615px;
	color: #666;
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}


#centresite p{
	padding-bottom:10px;
	}


#right {
	float: left;
	right: 0px;
	width: 300px;
	color: #564b47;
	margin: 0px;
	background-color:#f2f2f2;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


/* The Header Replacement*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 35px;
	padding-bottom:10px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 45px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h2#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 28px;
}

#pullquote {
	float: left;

}

body {
	font-family: Arial, Helvetica, sans-serif;
}

