html {
	height: 100%;
	margin-bottom: 1px;
}


body{
	margin: 0px 0px 0px 0px;
	height: 100%;
	background: #ffffff url(./images/bg.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #646464;
	font-size: 13px;
	line-height: 20px;
}
	

div.center {
  text-align: center;
  align: center;
}


a{
   cursor: hand;
   color: #FF6969;
   text-decoration: none;
}


a:hover{
   cursor: hand;
   text-decoration: underline;
}


.title {
   background-color: #8AD082;
   width: 769px;
   margin-left: 11px;
}


table {
	background: none;
	}

img {
   border: none;
   }


.wrapper {
	height: auto;
	background: #ffffff url(./images/left_edge.jpg) 0 0 repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 790px;
	min-width: 700px;
	max-width: 790px;
	_width: expression(((document.body.clientWidth)) < 750? "700px": ((document.body.clientWidth)) > 750? "790px": "auto" );
	text-align: left;
}

.wrapper_r {
	background: url(./images/right_edge.jpg) 100% 0 repeat-y;
	height: auto;

}










.ring {
	background: url(./images/ring.png) top left no-repeat !important;
	position: absolute;
	width: 140px;
	height: 120px;
	background: none;	
	top: 0px;
	left: 0px;
	display: block;
}



.folder{
	background: #FFF9E5 url(./images/folderbg.jpg) 0 0 repeat-x;
	margin: 0 11px;
}


.pics{
	background: #E9C2A1 url(./images/picbg.jpg) 0 0 repeat-x;
	padding-top: 0px;
	padding-left: 5px;
}

.pics td{
	padding-left: 15px;
	padding-right: 15px;
}	

.picdiv{
	display: block;
	width: 116px;
	height: 110px;
	background: none;
}





.folder_b{
	height: 35px;
	background: #FFF9E5 url(./images/folderbg_b.png) 0 100% repeat-x;

	}




.main {
	margin-left: 20%;
	margin-right: 50px;
	padding-left: 25px;
	width: auto !important;
	width: 100%;
	text-align: left;
}






.nav{
	width: 140px;
	float: left;
	padding: 5px;
	margin: 0 11px;
	}

.nav_top{
   width: 140px;
   height: 20px;
   background: transparent url(./images/nav_top.png);
}


.nav_txt{
	background: transparent url(./images/nav_bg.jpg) repeat-y;
	padding: 4px;
	width: 140px;
	}

.nav_bot{
	background: #ffffff url(./images/nav_bot.jpg) no-repeat;
	width: 140px;
	height: 13px;
	}

.navlink{
	margin-right: 10px;
	border-bottom: 1px dotted #a5a5a5;
	background: #FFF9E5;
	padding: 2px;
	}

.navlink a{
	color: #A38580;
	text-decoration: none;
}

.navlink a:hover{
	text-decoration: underline;
}








.headline {
	font-size: 24px;
	line-height: 24px;
	color: #FF7281;]
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}







.txtimg {
	margin: 4px;
	background: #ffffff url(./images/bg2.jpg);
	padding: 10px;
	font-size: 11px;
	float: right;
	font-family: "arial";
	text-align: center;
}

.txtimgwide {
   width: 550px;
   height: auto;
}





.item{
	display: block;
	float: right;
	margin-left: 12px;
	margin-bottom: 4px;
}

.item img{
	padding: 8px;
	border: solid 1px #d4d4d4;
}










.footer_wrapper{
	padding-top: 8px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	height: 21px;
	padding: 4px;
	padding-bottom: 20px;
	text-align: center;
	}


.footer_wrapper div{
	padding: 4px;
	width: 100%;
	height: 21px;
	font-size: 75%;
}


.bottom{
	height: 7px;
	background: url(./images/bottom_edge.jpg) 0 0 no-repeat;
	margin-left: -4px;
	margin-bottom: 20px;
	}

.bottom div{
	height: 7px;
	background: url(./images/bottom_edge_r.jpg) 100% 0 no-repeat;
	margin-right: -2px;
	}
	
	
	
	
	
	
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

	
	
	
	
	
.navMillie{
	background: transparent url(./images/pics_millie.png);
	height: 110px;
	width: 116px;
}	
	
	
.navHistory{
	background: transparent url(./images/pics_history.png);
	height: 110px;
	width: 116px;
}	
	
.navRecipes{
	background: transparent url(./images/pics_recipes.png);
	height: 110px;
	width: 116px;
}	

.navBook{
	background: transparent url(./images/pics_book.png);
	height: 110px;
	width: 116px;
}	
	
	
.recipe {
   background-color: #FFD9D9;
   padding: 10px;
}