html {
	overflow-x: hidden;
}

body {
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	color: #000;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: #F4F4ED url(images/main_background.png) repeat-x; /* for IE */
}

#slider {
	width: 600px;
	margin: 0 auto;
	margin-top: 10px;
	margin-left: 20px;
	position: relative;
}

.scroll {
	height: 250px;
	width: 580px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
}

.scrollContainer div.panel {
	padding: 0px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 20px;
	height: 210px;
	width: 560px;
}

ul.navigation {
	width: 580px;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 8px;
	margin-right: 20px;
	border-bottom: 1px solid #ccc;
}

ul.navigation li {
	display: inline;
	margin-right: 10px;
}

ul.navigation a {
	padding: 10px;
	color: #000;
	text-decoration: none;
	border: 1px solid #ccc;
}

ul.navigation a:hover {
	background-color: #fff;
}

ul.navigation a.selected {
	background-color: #ccc;
}

ul.navigation a:focus {
	outline: none;
}

.scrollButtons {
	position: absolute;
	top: 150px;
	cursor: pointer;
}

.scrollButtons.left {
	left: -20px;
}

.scrollButtons.right {
	right: -20px;
}

.hide {
	display: none;
}

/* ----------container to center the layout-------------- */

#outer_container {
	width: 100%;
	text-align: left;


/* counter the body center */
}

#inner_container {
	display: inline-block;
	/*

sets hasLayout - required for IE*/	display: block;
	/*r

esets to proper property value without resetting layout*/	overflow: hidden;
	/*c

auses modern browsers to enclose child floats*/	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
}

/* ----------banner for logo-------------- */

#banner {
	width: 960px;
	padding: 0px;
	margin: 0px;
	height: 80px;
	background: transparent url(images/ee_banner.png) no-repeat;
	margin-bottom: 10px;
}

/* ----------menu-------------- */

#nav {
	width: 960px;
	background-color: #B4D06C;
	padding: 0px;
	margin: 0px;
	height: 29px;
}

/* -----------------main--------------------- */

#main {
	width: 960px;
	margin-top: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

/* -----------------content--------------------- */

#content {
	float: left;
	width: 640px;
	background-color: transparent;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* --------------right sidebar------------- */

#sidebar {
	float: right;
	width: 290px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 40px;
	color: #575757;
	background-color: #fff;
}

/* --------------footer------------- */

#footer {
	width: 100%;
	background: #E8EBDA url(images/footer_background.png) repeat-x;
	margin-top: 20px;
	padding: 0px;
	margin-top: 0px;
}

/* -------------- footer info------------- */

#info {
	width: 960px;
	background-repeat: repeat-y;
	margin-top: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

/* --------------footer recipes------------- */

#recipes {
	float: left;
	width: 298px;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-right: 33px;
	padding-left: 10px;
}

/* --------------footer about------------- */

#about {
	float: left;
	width: 298px;
	margin-top: 10px;
	margin-bottom: 30px;
}

/* --------------footer contact------------- */

#contact {
	float: right;
	width: 298px;
	margin-top: 10px;
	margin-bottom: 30px;
}

/* --------------footer credits------------- */

#credits {
	clear: both;
	height: 30px;
	width: 940px;
	background-color: #403333;
	padding-left: 20px;
	padding-top: 10px;
	color: #fff;
}

.clear {
	clear: both;
}

/* ----------text formatting-------------- */

p, pre {
	padding: 5px 10px;
	margin: 0px;
}

p.print_contact {
	text-align: right;
}

h1, h2, h3, h4, h5, .postinfo {
	color: #403333;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0px;
}

h1 {
	font-size: 18px;
	font-family: Georgia, Palatino Linotype, Book Antiqua3, Palatino6, serif;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#sidebar h1, #info h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #403333;
	margin-top: 0px;
	margin-bottom: 0px;
}

#sidebar h1 {
	margin-top: 10px;
}

#recipes h1 {
	padding-left: 0px;
}

#recipes h3 {
	padding-left: 0px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 11px;
}

h5 {
	font-size: 11px;
	font-weight: bold;
}

.postinfo {
	font-size: 11px;
}

/* ----------links-------------- */

a {
	color: #069;
}

a:visited {
	color: #564b47;
}

a:hover {
	color: #9FB380;
}

a:active {
	color: #000;
}

#sidebar a {
	color: #fff;
}

#sidebar a:visited {
	color: #000;
}

#sidebar a:hover {
	color: #000;
}

#sidebar a:active {
	color: #000;
}

#info a {
	color: #403333;
}

#info a:visited {
	color: #403333;
}

#info a:hover {
	color: #403333;
}

#info a:active {
	color: #403333;
}

#credits a {
	color: #fff;
}

#credit a:visited {
	color: #fff;
}

#credits a:hover {
	color: #fff;
}

#credits a:active {
	color: #fff;
}

/* ----------image formatting-------------- */

img {
	border: none;
}

img.nodisplay {
	display: none;
}

#banner img {
	margin-top: 24px;
	margin-left: 13px;
}