html,body {
	margin:0px;
	padding:0px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3d3d3d;
	background-repeat: repeat;
	}
	
body {
	min-width:720px;
  	text-align:center;
}

div#container {
	width:720px;
	margin: 0px auto;
	text-align:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#header {
	width:720px;
	height: 135px;
	z-index: 99999;

}

#searchbox {
	top: 50px;
	right: 500px;
}

#contents {
	width:718px;
	float:left;
	text-align: left;
	z-index: 0;
	border: 1px dotted #999999;
	position: relative;
	top: -35px;
}

#maintextarea {
	width: 438px;
	float: left;
	border-right:dotted;
	border-right-color:#CCCCCC;
	border-right-width:0px;
	top: 25px;
}
	
#mainphoto {
	background-image: url(http://www.cuisinivity.com/images/home/2010/topimage/Sep10_peaches.jpg);
	background-repeat: no-repeat;
	width: 718px;
	height: 199px;
	}	

#maintext {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3d3d3d;
	text-align: left;
	width: 390px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}	
		

#sundaychallenge {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3d3d3d;
	text-align: left;
	width: 390px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}		

	
#sidebar {
	width: 279px;
	float: right;
	position: relative;
	top: 0px;
	right: 10px;
	}	

#sidebarborder_unused {
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.sidetitle_pink {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e91b82;
	font-weight: bolder;
}

.sidetitle_orange {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff9900;
	font-weight: bolder;
}

.sidetitle_blue {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #09c0f2;
	font-weight: bolder;
}

.sidetitle_green {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00a651;
	font-weight: bolder;
}

.sidetitle_indigo {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: bolder;
}

.sidetitle_red {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D02E20;
	font-weight: bolder;
}


.title_pink {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #e91b82;
	text-transform: uppercase;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #e91b82;
	margin: 10px;
}

.title_orange {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ff9900;
	text-transform: uppercase;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: ff9900;
	margin: 10px;
}

.title_blue {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #09c0f2;
	text-transform: uppercase;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #09c9f2;
	margin: 10px;
}

.title_green {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00a651;
	text-transform: uppercase;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #00a651;
	margin: 10px;
}

.title_indigo {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003366;
	text-transform: uppercase;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #003366;
	margin: 10px;
}

.title_red {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #D02E20;
	text-transform: uppercase;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #D02E20;
	margin: 10px;
}


#bottomcontent {
	width:700px;
	clear: both;
	position: relative;
	top: -60px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 10px;
}


#footer {
	width:720px;
	margin: 0px auto;
	clear: both;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	top: -10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	text-transform: none;
	color: #663399;
	word-spacing: normal;
}


.textnormal {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3D3D3D;
}

.textsmall {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3d3d3d;
}


#bottomnav {
	top:0;
	height: 16px;
	display: block;
	clear: both;
}

a.bottommenu:link, a.bottommenu:visited, a.bottommenu:active {
	font-size: 12px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration: none;
	display: block;
	height: 16px;
	width: 175px;
	padding: 4px 0px 0px 0px;
	color: #FEFF9E;
	background-color: #886017;
	text-decoration:none;
}

a.bottommenu:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
	display: block;
	height: 16px;
	width: 175px;
	padding: 4px 0px 0px 0px;
}

a:link {
color: #333333; 
text-decoration: none;
}

a:visited {
color: #333333;
text-decoration: none;
}

a:hover {
color: #333333; 
text-decoration: underline;
 }

a:active {}


#scroller {
overflow: auto;
position: relative;
width: 410px;
height:500px;
color: #000;
background-color : none;
text-align: left;
margin-top: 0;
}

#scrollerinner {
padding: 0px 0px;
}

#mySlideShow
{
width: 420px !important;
height: 282px !important;
} 


.roundedcornr_box_global {
   background: #003366;
}
.roundedcornr_top_global div {
   background: url(../images/home/roundedcorner/roundedcornr_global_tl.png) no-repeat top left;
}
.roundedcornr_top_global {
   background: url(../images/home/roundedcorner/roundedcornr_global_tr.png) no-repeat top right;
}
.roundedcornr_bottom_global div {
   background: url(../images/home/roundedcorner/roundedcornr_global_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_global {
   background: url(../images/home/roundedcorner/roundedcornr_global_br.png) no-repeat bottom right;
}

.roundedcornr_top_global div, .roundedcornr_top_global, 
.roundedcornr_bottom_global div, .roundedcornr_bottom_global {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_global { margin: 0 10px; }




.roundedcornr_box_challenge {
   background: #d02e20;
}
.roundedcornr_top_challenge div {
   background: url(../images/home/roundedcorner/roundedcornr_challenge_tl.png) no-repeat top left;
}
.roundedcornr_top_challenge {
   background: url(../images/home/roundedcorner/roundedcornr_challenge_tr.png) no-repeat top right;
}
.roundedcornr_bottom_challenge div {
   background: url(../images/home/roundedcorner/roundedcornr_challenge_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_challenge {
   background: url(../images/home/roundedcorner/roundedcornr_challenge_br.png) no-repeat bottom right;
}

.roundedcornr_top_challenge div, .roundedcornr_top_challenge, 
.roundedcornr_bottom_challenge div, .roundedcornr_bottom_challenge {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_challenge { margin: 0 10px; }



.roundedcornr_box_recipe {
   background: #e91b82;
}
.roundedcornr_top_recipe div {
   background: url(../images/home/roundedcorner/roundedcornr_recipe_tl.png) no-repeat top left;
}
.roundedcornr_top_recipe {
   background: url(../images/home/roundedcorner/roundedcornr_recipe_tr.png) no-repeat top right;
}
.roundedcornr_bottom_recipe div {
   background: url(../images/home/roundedcorner/roundedcornr_recipe_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_recipe {
   background: url(../images/home/roundedcorner/roundedcornr_recipe_br.png) no-repeat bottom right;
}

.roundedcornr_top_recipe div, .roundedcornr_top_recipe, 
.roundedcornr_bottom_recipe div, .roundedcornr_bottom_recipe {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_recipe { margin: 0 10px; }



.roundedcornr_box_makeyourown {
   background: #ff9900;
}
.roundedcornr_top_makeyourown div {
   background: url(../images/home/roundedcorner/roundedcornr_makeyourown_tl.png) no-repeat top left;
}
.roundedcornr_top_makeyourown {
   background: url(../images/home/roundedcorner/roundedcornr_makeyourown_tr.png) no-repeat top right;
}
.roundedcornr_bottom_makeyourown div {
   background: url(../images/home/roundedcorner/roundedcornr_makeyourown_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_makeyourown {
   background: url(../images/home/roundedcorner/roundedcornr_makeyourown_br.png) no-repeat bottom right;
}
.roundedcornr_top_makeyourown div, .roundedcornr_top_makeyourown, 
.roundedcornr_bottom_makeyourown div, .roundedcornr_bottom_makeyourown {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_makeyourown { margin: 0 10px; }



.roundedcornr_box_featured {
   background: #09c0f2;
}
.roundedcornr_top_featured div {
   background: url(../images/home/roundedcorner/roundedcornr_featured_tl.png) no-repeat top left;
}
.roundedcornr_top_featured {
   background: url(../images/home/roundedcorner/roundedcornr_featured_tr.png) no-repeat top right;
}
.roundedcornr_bottom_featured div {
   background: url(../images/home/roundedcorner/roundedcornr_featured_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_featured {
   background: url(../images/home/roundedcorner/roundedcornr_featured_br.png) no-repeat bottom right;
}
.roundedcornr_top_featured div, .roundedcornr_top_featured, 
.roundedcornr_bottom_featured div, .roundedcornr_bottom_featured {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_featured { margin: 0 10px; }





.roundborner_bottom {
	background:url(../images/home/roundedcorner/bottom.png) no-repeat top left;
	height: 8px;
	width: 279px;
	}