@charset "utf-8";
/* CSS Document */

h1{
	color:#8c7041;
}


/*-------------------------------------------------------------MAIN SITE DIVS---------------------------------------------------------*/


#header-image{
	background: url(../images/background/functions-content-bg.gif);
}

#nav{

	background: url(../images/background/functions-nav-bg.png) top repeat-x;

}

#nav-small{
	border-left: 1px solid #8c7041;
	background: url(../images/background/functions-nav-bg.png) top repeat-x;

}

#content{

	background: url(../images/background/functions-content-bg.gif);
}

#bbq-menu{
	float:left;
	display:inline;
	width:249px;
	height:40px;
	margin:5px 5px 0 0;
	background-image:url(../images/menu-buttons/bbq.gif);
	text-indent: -9999px;
}

#bbq-menu:hover{
	background-image:url(../images/menu-buttons/bbq-over.gif);
}



#footer, #footer a{
	color:#8c7041;
}

			#footer #left{
				background: url('../images/background/functions-footer-left.gif');
			}
				
			#footer #right{

				background: url('../images/background/functions-footer-right.gif');
			}
			
/*-------------------------------------------------------------------------- Navigation, The Unordered List --------------------------------------------------------------------------*/
