/* this is the screen css content*/



#container
{
width: 900px;
background-color: white;
color: #333;
overflow: auto;
max-width: 900px;
min-width: 900px;
}

#header
{
padding-bottom: 1em;
}

#leftnav
{
float: left;
width: 180px;
height: 1100px;
margin: 0;
background-color: #DED8C4;
color: #333;
}

#content
{
font-family: "Book Antiqua";
color: black;
width: 660px;
padding-left: 1em;
padding-right: 1em;
}

.bookpic
{
padding-right: 1em;
}


#order
{
text-align: center;
}

#chapters
{
text-align: center;
}

.rollover a 
{
display:block;
width: 180px;
padding:10px 10px 10px 7px;
font: bold 13px sans-serif;
color:#333;
background: url("images/aboutset.jpg") 0 0 no-repeat;
text-decoration: none;
}

.rollover a:hover 
{ 
background-position: 0 -35px;
color: #049;
}

.rollover1 a 
{
display:block;
width: 180px;
padding:10px 10px 10px 7px;
font: bold 13px sans-serif;
color:#333;
background: url("images/authorset.jpg") 0 0 no-repeat;
text-decoration: none;
}

.rollover1 a:hover 
{ 
background-position: 0 -35px;
color: #049;
}

.rollover2 a 
{
display:block;
width: 180px;
padding:10px 10px 10px 7px;
font: bold 13px sans-serif;
color:#333;
background: url("images/contactset.jpg") 0 0 no-repeat;
text-decoration: none;
}

.rollover2 a:hover 
{ 
background-position: 0 -35px;
color: #049;
}

.rollover3 a 
{
display:block;
width: 180px;
padding:10px 10px 10px 7px;
font: bold 13px sans-serif;;
color:#333;
background: url("images/homeset.jpg") 0 0 no-repeat;
text-decoration: none;
}

.rollover3 a:hover 
{ 
background-position: 0 -35px;
color: #049;
}

a:link
{
color:black;
}

a:visited
{
color:black;
}

a:focus
{
color:black;
}

a:hover
{
color:maroon;
}

a:active
{
color:maroon;
}



