/* generated by csscreator.com */ 
html, body {
margin: 0;
padding: 0;
text-align: center;
}
 
#wrapper_threecol {
  min-height: 62em;
}
 
#pagewidth_threecol {
width: 960px;
text-align: left;
margin-left: auto;
margin-right: auto;
height: 800px;
background: transparent url(/images/yellow_circle_800_threecol.png) no-repeat;  
}
 
#header {
position: relative;
height: 140px;
/*background-color: #D0C686;*/
width: 100%;
}
 
#leftcol {
width: 20%;
float: left;
position: relative;
/*background-color: #D0F986;*/
}
 
#twocols {
width: 80%;
float: right;
position: relative;
}
 
#rightcol {
width: 28%;
float: right;
position: relative;
/*background-color: #D0F986;*/
}
 
#maincol {
/*background-color: #C04656;*/
float: left;
display: inline;
position: relative;
width: 72%;
height: 60em;
overflow: auto;
}
 
#footer {
/*height: 20px;
clear: both;
position: absolute;
bottom: 12em;
left: 0em;*/
float: none;
height: 20px;
vertical-align: bottom;
}
 
div.menu {
/* position: relative;
 top: 4em;
 left: 0em;*/
 font-size: 1.5em;
 width: 20em;
}

p.visit_top, p.visit_bottom {
  font-size: 1em;
}

p.visit_top {
/*  margin-left: 7em;*/
text-align: center;
} 

p.visit_bottom {
/*  margin-left: em;*/
text-align: center;
margin-top: -1em;
}

img#logo {
  text-align: center;
  margin-top: 1em;
  margin-left: 3.2em;
}

img.compassionate_cooks_logo_img {
  position: relative;
/*  top: -20em;*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
}

img.book_jacket_img {
  margin-top: -14em;
}

img.vacookbookoftheyearlogo_img {
  position: relative;
/*  top: -20em;*/
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.amazon_img, img.booksamillion_img, img.powells_img, img.barnesandnoble_img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 1em;
  width: 230px;
  height: 74px;
}

#maincol a:hover {
  text-decoration: underline;
}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */  


 
 /*printer styles*/ 
 @media print {
/*hide the left column when printing*/ 
#leftcol {
display: none;
}

/*hide the right column when printing*/ 
#rightcol {
display: none;
}
#twocols, #maincol {
width: 100%;
float: none;
}

}
