body {
  margin: 0;
  padding: 0;
  font-family: geneva, verdana, arial, helvetica, sans-serif;
  font-size: 70%;
  color: #666;
  background-color: #fff;
  line-height: 1.4em;
}

p {
  margin: 0;
  padding: 10px 0;
}

td { font-size: 100%; }
td/* */ { font-size: 100%; }

a:link, a:visited, a:active {
  color: #000;
  text-decoration: none;
}

/*** Header and navigation ***/

#header {
  background: #000;
  height: 94px;
}
#header h1 {
  color: #fff;
  font-size: 180%;
  margin: 0;
  padding: 30px 0 0 170px;
}
#header .right {
  float: right; 
  margin: 50px 14px 0 0;
}

#subnav {
  background: #C9CDD3 url(../nav/subnav.gif) repeat-x top left;
  margin-bottom: 20px;
}

#subnav img {
  vertical-align: middle;
  margin-right: 5px;
}

#subnav .right {
  float: right;
  margin-right: 10px;
}

/*** layout ***/

#left {
  float: left;
  width: 180px;
  text-align: left;
}

#right {
  float: right;
  width: 200px;
}

#left-middle {
  width: 670px;
  margin-right: 230px;  
}

#middle {
  width:  490px;
  margin-left: 180px;
  margin-right: 230px;
}

#ft {
  font-size: 10px;
  margin: 40px 0 20px 0;
  text-align: center;  
}

/*** page content ***/

#content {
  margin: 0 auto;
  width: 900px;
  padding: 30px 0 30px 0;
}

#content h1 {
  font-size: 240%;
  font-weight: normal;
  margin: 0 0 30px 0;
  padding: 0;
}
#content h1.purple {
  color: #a900e8;
}
#content h1.blue {
  color: #00A0C6;
}
#content h1.orange {
  color: #e48d0f; 
}

#content h2 {
  font-size: 130%;
  font-weight: bold;
  color: #000;
  margin: 0;
  padding: 10px 0;
}
#content h2.orange {
  color: #e48d0f;
  margin-top: 40px;
}
#content #left-middle h1.orange {
  margin-left: 185px;
}

#content h3 {
  padding-top:0;
  margin-top: 0;
  padding-bottom: 5px;
  font-weight: normal;
  font-size: 130%;
}

/*** General ***/

#right .big_blue {
  font-size: 130%;
  font-style: italic;
  font-weight: normal;
  color: #00A0C6;
}
#right .big_orange {
  font-size: 125%;
  font-style: italic;
  font-weight: normal;
  color: #e48d0f;
}

.blue {
  color: #00A0C6;
}
.purple {
  color: #a900e8;
}
.orange {
  color: #e48d0f;
}
.gold {
  color: #d3c57d;
}
.puce {
  color: #c1ada0;
}

/*** Homepage ***/

table#homepage td {
  vertical-align: top;
}
table#homepage td.intro {
  font-size: 14px;
  width: 570px;
  padding-right: 30px;
}

/*** Books listing ***/

table.book_listing td {
  vertical-align: top;
  padding: 12px;
}

#content table.book_listing td h2.orange {
  margin-top: 5px;
}

/*** Contact page ***/

#contact_table {
  margin: auto;
  margin-top: 30px;
}

#contact_table td {
  font-weight: normal;
  font-size: 100%;
  color: #666;
}

#contact_table td #contact_strapline {
  margin-left: 45px; 
  color: #afd06a; 
  font-weight: bold;
  font-style: italic;
  font-size: 120%;
}

#contact_table td #contact_strapline a:link, #contact_table td #contact_strapline a:visited, #contact_table td #contact_strapline a:active { 
  color: #afd06a; 
}

#contact_table td #contact_strapline a:hover {
  color: #000;
}

/*** Authors page ***/

#author-misha {
  margin: 50px 0 2600px 0;
}