/* CSS Document */
body {
background-color: beige;
}

p {
font-family: arial;
}

a:link, a:active, a:visited {
color: #402240;
font-family: arial;
}

a:hover {
color: #805580;
font-family: arial;
}

img {
position: relative;
padding-right: 1em;
}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #330033;
color: White;
position: absolute;
left: 15em;
top: 5em;
width: 700px;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #330033;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #660066;
color: #fff;
}

#newsletter {
text-align: center;
}

#newsletter td {
background-color: #805580;
color: beige;}
td.book {
text-align: center;
}

td.desc {
vertical-align: top;
font-family: arial;
}

#look ul li {
display: inline;
vertical-align: middle;
}

p.bookblurb {
text-align: center;
font-family: arial;
}

p.footer {
text-align: center;
font-family: arial;
}

