﻿body, html
{
	margin: 0 auto;
	background-image: url('images/bg1.jpg');
	background-repeat: repeat-y;
	background-position: bottom center;
	background-color: #5a522d;
	background-attachment: fixed;
}

#container
{
	margin: 0 auto;
	width: 989px;
	text-align: center;
	background-color: White;
}

#header
{
	margin: 0 auto;
	width: 989px;
	height: 210px;
}

#header2
{ 
	width: 522px;
	height: 210px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	float: left;
}


#contentcontainer
{
	margin: 0 auto;
	width: 989px;
	text-align: center;
	background-color: #cedbaf;
	display: table;
}

#content
{
	float: left;
	width: 582px;
	padding: 10px;
	line-height: 1.5;
}

#content2
{
	float: left;
	width: 582px;
	padding: 10px;
	line-height: 1.5;
	font-family: Tahoma;
	font-size: 10pt;
	color: Black;
}

#content3
{
	float: left;
	width: 900px;
	padding: 10px;
	line-height: 1.5;
}

#left-content
{
	float: left;
	width: 582px;
	margin-left: 2px;
	margin-top: 2px;
}

#left-content2
{
	float: left;
	width: 800px;
	margin-left: 2px;
	margin-top: 2px;
}

#mid-content
{
	float: left;
	margin-top: 2px;
	margin-left: 2px;
	display: table;
	line-height: 1.5;
}

#right-content
{
	width:191px;
	float: left;
	margin-top: 2px;
	margin-left: 2px;
	display: table;
}

#bottom-links
{
	width: 588px;
	float: right;
	text-align: right;
	margin-right: 2px;
}


#mid-img
{
	background-image: url('images/mid-img.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	float: left;
	width: 591px;
	height: 285px;
	margin-top: 2px;
	margin-left: 2px;
}


#company
{	
	float: left; 
	height: 47px; 
	width: 223px; 
	background-color: Black; 
	text-align: center;
	font-size: 8pt;
	font-family: verdana;
	color: white;
	text-decoration: none;
	margin-top: 20px;
}
	
#footer
{	
	float: left; 
	width: 989px; 
	height: 35px; 
	background-color: #978b51;
	margin: 0 auto;
}

#footer1
{	
	float: left; 
	width: 989px; 
	height: 50px; 
	background-color: #cedbaf;
	margin: 0 auto;
}

#footer-txt
{
	float: right;
	width: 360px;
	text-align: left;
	font-family: Tahoma;
	font-size: 80%;
	color: #978b51;
	margin-left: 10px;
	margin-top: 10px;
}

#recipes
{
	float: left;
	width: 100px;
	height: 450px;
	padding: 300px 10px 10px 10px;
	text-align: left;
	font-family: Tahoma;
	font-size: 10pt;
	color: Black;
}

#recipes2
{
	float: left;
	width: 100px;
	height: 750px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	font-family: Tahoma;
	font-size: 10pt;
	color: Black;
}

#content-txt2
{
    width: 400px;
    padding: 15px;
    font-family: Tahoma;
    font-size: 11pt;
    color: Black;
    text-align: left;
    display: table;
}

#content-txt3
{
    width: 525px;
    padding: 15px;
    font-family: Tahoma;
    font-size: 11pt;
    color: Black;
    text-align: left;
    display: table;
}

a.ulink
{
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
a:hover.ulink
{
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
a.flink
{
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
a:hover.flink
{
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}
a.mlink
{
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
a:hover.mlink
{
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

.pnumbers
{
    padding: 0px 7px 0px 7px;
    background-color: #978b51;
    border: solid 1px black;
    text-decoration: none;
    font-weight: bold;
    color: black;
    height: 18px;
}
