/* CSS Document */

/* Set all margins and padding to zero */
* {margin: 0; padding: 0}
 

body 
{ 
  text-align: center; 
  background: #e1d8b9; 
  color: #ffffff; 
  font-family: garamond, serif;
  font-size: 90%;
  margin: 0px; 
  padding: 0px; 
} 

div.clearfloats { clear: both; }

div#topnav
{
  margin-left: 535px;
  width: 223px;
  height: 17px;
  background: #a61f62;
  text-align: right;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;  
  border-left: 1px solid #ffffff;
  font-size: .9em;
  padding-top: 3px;
}

div#topnav span 
{
  margin-right: 15px;
}

div#topnav span a
{
  padding: 0px 10px;
  color: #ffffff;
  text-decoration: none;
}

div#topnav span a:hover
{
  color: #8dc560; 
}

.topcontainer 
{ 
  width: 760px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

#header
{
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.bottomcontainer 
{ 
  width: 758px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #ffffff; 
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  background: #ffffff url(images/splash_background_flowers.jpg) top left no-repeat;
}


#nav  
{ 
  text-align: center;
  height: 36px;
  margin-right: auto;
  margin-left: auto;
  color: #ffffff;
  background: #ffffff url(images/nav_background_pink5.jpg) top left no-repeat;
}

#nav ul 
{ 
  padding-top: 8px; 
  list-style-type: none; 
}

#nav li 
{ 
  display: inline; 
  padding: 0px 20px;
}

#nav a 
{ 
  font-size: 1em;
  text-decoration: none; 
  color: #ffffff;  
  text-align: center; 
}

#nav li a:hover 
{ 
  color: #8dc560; 
}


div.book
{
  margin-bottom: 10px;
}

div#romance
{
  float: left;
  text-align: left;
  width: 295px;
  height: 420px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 20px;
  font-size: 1.1em;

}

div#romance p
{
  text-align: center;
  padding-bottom: 5px;
  color: #8dc560;
}

div#romance p span.small
{
  font-size: .9em;
}

div#romance p a
{
  color: #8dc560;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 10px;
}

div#romance p a:hover
{
  color: #ffffff;
}

div#romance p a.order
{
  color: #ffffff;
  font-size: .9em;
}

div#romance p a.order:hover
{
  color: #8dc560;
}


div#romance p.title
{
  color: #ffffff;
  padding-bottom: 0px;
}

p.title
{
  font-weight: bold;
  font-size: 1.2em;
}

div#teen p.title
{
  padding: 7px 0px 5px 0px;
  color: #535277;
}

img#sicilian
{
  float: left;
  margin: 10px 15px 0px 10px;
}

img#sheikh
{
  float: right;
  margin: 0px 15px 5px 10px;
}

div#teen
{
  float: right;
  text-align: right;
  width: 305px;
  height: 420px;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 15px;
  font-size: 1.1em;
}

div#teen div.book
{
  margin-bottom: 20px;
}

div#teen p
{
  text-align: center;
  padding-bottom: 8px;
}

div#teen p a
{
  color: #a61f62;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 0px dotted #ffffff;
}

div#teen p a:hover
{
  color: #535277;
}

img#manderley
{
  float: right;
  margin: 0px 10px 0px 15px;
}

div#teen p a.order
{
  color: #535277;
  font-size: .9em;
}

div#teen p a.order:hover
{
  color: #a61f62;
}


img#richgirl
{
  float: left;
  margin: 0px 10px 0px 15px;
}

img.cover
{
  border: 3px double #ffffff;
}


#footer
{
  color: #535277; 
  font-size: .9em;
  padding: 5px 0px 10px 0px;
}

#footer p
{
  padding-bottom: 1px;
}

#footer a
{
  color: #535277;
  text-decoration: none;
}

#footer a:hover
{
  color: #a61f62;
}
