/** MAIN STYLES **/

body {
	margin:0;
	padding:0;
	background:#f9b242;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
}

/*#container {
	display: block;
	width:992px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-left: 6px;
	padding-right: 6px;	
	
}*/
#container {
	display: block;
	width:988px;
	height: 670px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
    background-image: url(../images/container_back.jpg);
    overflow: hidden;
	padding-left: 6px;
	padding-right: 6px;	
	margin-bottom: 0;
	padding-bottom: 0;
}


#header{
	width:988px;
	height:224px;
    background-image: url(../images/main_head.jpg);
	background-repeat: no-repeat;
}

#left {
	width:200px;
	float:left;
}

#right {
	width:508px;
	float:right;
	padding:23px 16px 16px 16px;
	background:#fff;
}

ul#leftnavigation {
    margin-left: 22px;
	margin-top: -150px;
	width: 140px;
	float: left;
}
ul#leftnavigation a {
	color: #999;
	font-size: 12px;
	text-decoration: none;
}
ul#leftnavigation a:hover {
	color: #000;
}

#indexcopytainer {
	width:988px;
	height: 450px;
	background-position: bottom-left;
	background-repeat: no-repeat;
   /* background-image: url(../images/main_gradient_back.jpg); */
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 22px;
	clear: both;
	margin-top: 0;
	padding-top: 0;
}


#maincopy {
    margin-left: 26px;
	margin-top: 0px;
	width:450px;
	/*float: left;*/
}
.sh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: Green;
	padding-top: 8px;
	padding-bottom: 22px;
}


#indexpour {
	position: absolute;
	display: block;
	margin-left: 530px;
	margin-top: 225px;
	margin-bottom: 0;
	padding-bottom: 0;
	width:250px;
    height: 650px;
	/*border: 1px solid black;*/
}


/*  oddity on getting it to line up under  */
/*#footer {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}*/
#footer {
	width: 1000px;
	height: 44px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff; 
	padding-top: 22px;
	background-image: url(../images/footer_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#footercopyright {
	float: right;
}
#footerlinks {
	float: left;
}

#footer a {
	text-decoration: none;
	color: #fff;
}



/** MID INDEX WHATS NEW  **/
#iwn {
	width: 206px;
    background-image: url(../images/wn_fill.gif);
	margin-left: 26px;
	/*margin-top: 15px;*/
	/*float: left;*/
	position: relative;
	top: -3px;
}
span.wnheader {
	font-family: Arial, Helvetica, sans-serif;
	color: #F9A31A;
	font-size: 14px;
	font-weight: bold;
}
.iwn_copy {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	margin-left: 12px;
	margin-right: 18px;
	line-height: 18px;
}
#iwn_top {
	width: 206px;
	height: 11px;
    background-image: url(../images/wn_top.gif);
}
#iwn_bot {
	width: 206px;
	height: 14px;
    background-image: url(../images/wn_bot.gif);
}
#iwn a {
	color: #FF7500;
}






/** MID RECIPE OF THE WEEK  **/
#rec {
	display: block;
	width: 203px;
	/*margin-left: 235px;
	margin-top: -135px;*/
    background-image: url(../images/rec_mid.jpg);
	/*float: left;*/
	position: relative;
	z-index: 0;
}

#rec_top {
	width: 203px;
	height: 29px;
    background-image: url(../images/rec_top.jpg);
}

#rec_mid {
	width: 183px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 18px;
}

#rec_bot {
	width: 203px;
	height: 49px;
    background-image: url(../images/rec_bot.jpg);
}


