/* Normalizing margins, padding and body color */
*{ margin: 0; padding : 0; }

body {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 1100px;
}

#logo {
	background-image: url(../images/backgrounds/top_bg_resize.jpg);
	background-repeat: no-repeat;
	height: 206px;
}

#logo h2 {
	text-indent: -9999px;
}

#middle {
	background-image: url(../images/backgrounds/repeat_bg_resize.jpg);
	background-repeat: repeat-y;
	padding-left: 142px;
	position: relative;
	padding-right: 150px;

}

#navigation {
	width: 800px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 36px;
	position: relative;
}
#search {
	float: left;
	width: 300px;
	height: 36px;
}

#search input {
	margin-top: 8px;
}

#menu {
	height: 36px;
	width: 500px;
	position: relative;
	float: left;
}

#menu ul {
	list-style-type: none;
	position: relative;
}
#menu h4 {
}

#menu li {
	display: inline;
}

#home {
	position: absolute;
	height: 36px;
	width: 87px;
	left: 17px;
}

#recipes {
	position: absolute;
	height: 36px;
	width: 87px;
	left: 104px;
}


#classes {
	position: absolute;
	height: 36px;
	width: 87px;
	left: 191px;
}

#blog {
	position: absolute;
	height: 36px;
	width: 87px;
	left: 278px;
}

#contact {
	position: absolute;
	height: 36px;
	width: 87px;
	left: 365px;
}

#home a {
	background-image: url(../images/main_menu/home.gif);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 87px;
	text-indent: -9999px;
	background-position: 0px -4px;
}

#home a:hover {
	background-image: url(../images/main_menu/home.gif);
	background-position: 0px -1px;
}

#recipes a {
	background-image: url(../images/main_menu/recipes.gif);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 87px;
	text-indent: -9999px;
	background-position: 0px -4px;
}

#recipes a:hover {
	background-image: url(../images/main_menu/recipes.gif);
	background-position: 0px -1px;
}

#classes a {
	background-image: url(../images/main_menu/classes.gif);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 87px;
	text-indent: -9999px;
	background-position: 0px -4px;
}

#classes a:hover {
	background-image: url(../images/main_menu/classes.gif);
	background-position: 0px -1px;
}

#blog a {
	background-image: url(../images/main_menu/blog.gif);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 87px;
	text-indent: -9999px;
	background-position: 0px -4px;
}

#blog a:hover {
	background-image: url(../images/main_menu/blog.gif);
	background-position: 0px -1px;
}

#contact a {
	background-image: url(../images/main_menu/contact.gif);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 87px;
	text-indent: -9999px;
	background-position: 0px -4px;
}

#contact a:hover {
    background-image: url(../images/main_menu/contact.gif);
	background-position: 0px -1px;
}

#footer {
	height: 201px;
	background-image: url(../images/backgrounds/bottom_bg.jpg);
	background-repeat: no-repeat;
    position: relative;
	margin-left: 1px;
}
#copyrights {
	position: absolute;
	top: 84px;
	left: 680px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #FFFFFF;
}
.white {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 6px;
	font-size: 12px;
	padding-right: 6px;
}

