	html {
	height: auto;
	}
	body {
	  margin: 0px 0px 10px 0px;
	  padding: 0;
	  background: #5D4656;
	}
    img {
       border: none;
      }
	a { 
	  color: #71739B;
	  font-family: verdana;
	  font-size: 90%;
	  text-decoration: none;
	}
    a:hover {
	  text-decoration: underline;
	}

	#wrapper {
	  width: 790px;
	  margin-top: 0;
	  margin-bottom: 0;
	  margin-left: auto;
	  margin-right: auto;
	}
	#header {
	  margin:0; 
	  padding:0;
	  background: #D0CFBC;
	  height: 205px;
	  width: 790px;
	  border-left: 1px solid #212222;
	  border-right: 1px solid #212222;
	}

/*##############  header/logo  ############*/
	#logo { 
	  width: 289px;
	  height: 150px;
	  float: left;
	  background: no-repeat url("layout/basic/images/logo.gif");
	}
	#cupcake {
	  width: 200px;
	  height: 189px;
	  float: left;
	  background: no-repeat url("layout/basic/images/top_cupcake.jpg");
	}
	#quote {
	  margin-top: 20px;
	  margin-left: 15px;
	  width: 265px;
	  height: 150px;
	  background:  no-repeat url("layout/basic/images/quote-nymw.gif");
	  float: left;
	  clear: right;
	}

	#topbar {
	  height: 10px;
	  width: 100%;
	  background: #212222;
	  font-size: 1px;
	  margin-top: 6px;
	  float: left;
	}
/*############## Side Bar ##############*/

	#sideleft {
	  position: absolute;
	  width: 218px;
	  float: left;
	  clear: left;
	}
	#sitemenu {
	  position: relative;
	  top: -34px;
	  width: 220px;
	  height: 34px;
	  margin-bottom: -20px;
	}
	#menu {
	  margin-left: 10px;
	}
	#menu img {
	  position: relative;
	}
	#menu ul {
	  text-decoration: none;
	  line-height: 1em;
	  padding: 0;
	  margin: 0;
	}
	#cookbook {
	  position: relative;
	  margin-top: 50px;
	  margin-left: 5px;
	  margin-right: 5px;
	  margin-bottom: 20px;
	  font-size: 80%;
	  color: #fff;
	  font-family: verdana, sans-serif;
	}
	#cookbook a {
	  color: #1A4EA4;
	  font-size: 100%;
	  font-weight: bold;
	  font-family: verdana;
	}
	#cookbook img {
	  padding-left: 41px;
	}

/*############## Main ##############*/
	#maincontain {
	  background: url(layout/basic/images/maincontain_bg.gif) repeat top left;
	  width:790px;
	  min-height: 500px;
	  height: auto;
	  border-left: 1px solid #212222;
	  border-right: 1px solid #212222;
	}
	#main {
	  position: relative;
	  margin-left: 220px;
	  width: 570px;
	}
	#main p {
	  line-height: 1.2em;
	}
	.mtxt {
	  font-size: 12px;
	  font-family: arial, verdana, sans-serif;
	  padding-left:8px;
	  margin-left: 16px;
	  border-left: 3px dotted #212222;
	}

	#minfo {
	  font-size: 12px;
	  font-family: arial, verdana, sans-serif;
	  padding-left:8px;
	  margin-left: 16px;
	}

	#minfo ul {
	  line-height: 1.2em;
	}

	#minfo a:hover {
	  background-color: #EEEA46;
	  text-decoration: none;
	}

	#minfo .box {
	  border: 1px solid #7F0C1A;
	  background-color: #FAFCE2;
	}
	#minfo .boxheading {
	  color: #CA4615; 
	  font-weight: bold;
	  background-color: #F8F8B1;
	  border-bottom: 1px dashed #000;
	  margin: 0;
	  padding-left: 5px;
	}

	#minfo .boxtext {
	  padding: 5px;
	}
/*############## Footer ############*/
	#footleft {
	  width: 792px;
	  height: 36px;
	  background: url(layout/basic/images/footer_bottom.gif) no-repeat top left;
	}


/*############ Global ###########*/
	.indent {
	  padding-left: 2.5em;
	}
