@import url("nav.css");

html
{
	height: 100%;
}

body 
{
	background-color: #8cc63e;
    margin: 0 auto;
    padding: 0 auto;
    height: 100%;
    text-align: center;
    font-size: 62.5%;
    font-family: Arial, Sans-Serif;
}

#background
{
	position: relative;
    min-height: 100%;
	background-image: url(Images/page_background.jpg);
	background-repeat: repeat-x;
    margin: 0 auto;
    padding: 0 auto;
	text-align: center;
}

* html #background
{
	height: 100%;
}

#wrapper
{
	position: relative;
    min-height: 100%;
    width: 760px;
    text-align: left;
    margin: 0 auto;
    padding: 0 auto;
}

* html #wrapper
{
	height: 100%;
}

#header
{
	padding-bottom: 30px;
}

#nav
{
	float: right;
	margin-top: 40px;
}


#logo
{
}

#content
{
	position: relative;
	padding-bottom: 160px;
}

.homepage_image
{
	position: relative;
	float: right;
	padding: 0px 0px 10px 10px;
}

#specials_title
{
	color: #fff35e;
	font-size: 2.2em;
	padding: 0px;
	margin: 0px;
	padding-bottom: 15px;
}

#weekly_specials
{
	background-color: #8cc63e;
	background-image: url(Images/dark_container_background.jpg);
	background-repeat: repeat-x;
	height: 200px;
}

#specials_left
{
	padding-left: 10px;
	background-image: url(Images/dark_green_left.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}

#specials_right
{
	padding-right: 10px;
	background-image: url(Images/dark_green_right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	float: right;
}

.day
{
	float: left;
	width: 129px;
	padding: 0px 9px 0px 9px;
	border-right: solid 1px #94c23b;
	height: 200px;
}

.day ul
{
	padding: 0px;
	margin: 0px;
}

.day ul li
{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	list-style: none;
}

.no_border
{
	border: none;
}

.day h1
{
	padding: 5px 0px 10px 0px;
	margin: 0px;
	font-size: 2.4em;
	font-weight: normal;
	font-family: Trebuchet MS, Sans-Serif;
	color: #9dc94e;
}



#footer_background
{
	background-color: #00aded;
	background-image: url(Images/footer_background.jpg);
	background-repeat: repeat-x;
    margin: 0 auto;
    padding: 0 auto;
	text-align: center;
	height: 160px;
	position: relative;
    margin-top: -160px;
}

#footer
{
	width: 760px;
    margin: 0 auto;
    padding: 0 auto;
    color: #fff;
}

	#footer_logo
	{
		text-align: right;
	}
	
	#footer_text
	{
		text-align: left;
	}
	
	#footer_text h3
	{
		font-size: 1.5em;
		font-weight: bold;
		color: #fff157;
		padding: 0px;
		margin: 0px 0px 5px 0px;
	}
	
	#footer_text p
	{
		padding: 0px;
		margin: 0px;
		font-size: 1.2em;
	}
	
	.footer_left
	{
		float: left;
	}
	
	.footer_right
	{
		float: right;
		text-align: right;
	}
	
	#footer a
	{
		color: #fff35e;
	}
	


.Normal
{
	font-size: 1.2em;
	font-family: Arial, Sans-Serif;
}

Small
{
	font-size: .9em;
}
























































































