/* CSS Document */

body {
	background: #eccf9f url(../images/common/bg.jpg) no-repeat center top fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#nav-access {
	position:absolute;
	top:-9999px;
}
#container {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 900px;
	height: auto;
	background: transparent;
}

#main_content {
	padding: 0 40px 0 40px;
	margin: 0;
	width: 820px;
	background: url(../images/common/middle_big.png) repeat-y;
}
.main_content_home {
	height: 390px;
}
.main_content_about {
	height: 530px;
}
.main_content_nutrition {
	height: 660px;
}
.main_content_cooking {
	height: 660px;
}
.main_content_contact {
	height: 390px;
}


.homepage_content {
	width: 820px;
	height: 390px;
	background: url(../images/homepage/home_bg.png);
}
.about_content {
	width: 820px;
	height: 511px;
	background: url(../images/about/about_bg.png) no-repeat;
}
.nutrition_content {
	width: 820px;
	height: 511px;
	background: url(../images/nutrition/nutrition_bg.png) no-repeat;
}
.cooking_content {
	width: 820px;
	height: 650px;
	background: url(../images/cooking/cooking_bg.png) no-repeat;
}
.contact_content {
	width: 820px;
	height: 390px;
	background: url(../images/contact/contact_bg.png) no-repeat;
}








#header {
	padding: 250px 40px 0 40px;
	margin: 0;
	width: 820px;
	/* height: 347px; */
	height: 97px;
	background: url(../images/common/top_big.png) no-repeat;
	position: relative;
	
}
#header h1 {
	position: absolute;
	top: -1000px;
}



#main_content h3 {
	padding: 0 0 0 40px;
	color: #9c4e23;
	text-align: left;
}
#main_content p {
	padding: 9px 0 0 40px;
	color: #9c4e23;
	text-align: left;
}
#main_content p a:link, #main_content p a:active, #main_content p a:visited {
	color: #9c4e23;
	text-decoration: underline;
}
#main_content p a:hover {
	color: #9c4e23;
	text-decoration: none;
}

.home_h3 {
font-size: 1.2em;
line-height: 1.4em;
}
.about_h3 {
font-size: 1.2em;
line-height: 1.4em;
}
.nutrition_h3 {
font-size: 1.2em;
line-height: 1.4em;
}
.cooking_h3 {
font-size: 1.2em;
line-height: 1.4em;
}
.contact_h3 {
font-size: 1.2em;
line-height: 1.4em;
}

.home_text {
font-size: 0.8em;
line-height: 1.3em;
}
.about_text {
font-size: 0.8em;
line-height: 1.4em;
}
.nutrition_text {
font-size: 0.8em;
line-height: 1.4em;
}
.cooking_text {
font-size: 0.8em;
line-height: 1.4em;
}
.contact_text {
font-size: 0.8em;
line-height: 1.4em;
}


.bold {
	font-weight: bold;
}


.clear {
	clear: both;
}



/* Footer */
#footer {
	width: 900px;
	height: 100px;
	background: url(../images/common/bottom_small.png) no-repeat;
	color: #000000;
	font-size: 0.7em;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #993300;
	text-decoration: underline;
}
#footer a:hover {
	color: #993300;
	text-decoration: none;
}
#footer .seo_friendly_links {
	padding: 40px 0 0 60px;
	width: 604px;
	background: url(../images/common/footer_bg.jpg) no-repeat;
	float: left;
}
#footer .lazygrace {
	padding-top: 32px;
	width: 176px;
	float: left;
}
#footer li {
	float: left;
	padding: 3px 3px 0 0;
}
#footer p {
	padding: 3px 0 0 0;
	clear: both;
}










/* Titles */
.title {
	width: 820px;
	height: 51px;
	position: relative;
}
.title h2 {
	position: relative;
	top: -9999px;
}
.title_home {
	background: url(../images/titles/welcome.gif) no-repeat;
}
.title_about {
	background: url(../images/titles/about.gif) no-repeat;
}
.title_nutrition {
	background: url(../images/titles/nutrition.gif) no-repeat;
}
.title_cooking {
	background: url(../images/titles/cooking.gif) no-repeat;
}
.title_contact {
	background: url(../images/titles/contact.gif) no-repeat;
}






/* Gallery */
.gallery_row {
	padding: 6px 51px 6px 51px;
	margin: 0;
	width: 748px;
	height: 128px;
	list-style: none;
	background: url(../images/common/gallery_bg.jpg) no-repeat;
}
.gallery_row li {
	width: 178px;
	height: 128px;
	float: left;
}
.gallery_123 {
	padding: 0 12px 0 0;
}











