
/*
CSS for Deborah Freedman site
*/

body {
font-family: Helvetica, Arial, sans-serif;
font-size: 75%;
color: 333333;
background-color: ffffff;
line height: 100%;
padding: 10px;
}

#sidebar {
background-color: bcb3aa;
position: absolute;
top: 0px;
left: 0px;
height: 400%;
width: 140px;
}

#sidebarhome {
background-color: bcb3aa;
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
width: 140px;
}

#logo {
position: absolute;
top: 10px;
left: 10px;
height: 120px;
text-align: left;
}
#logotext {
position: absolute;
top: 50px;
left: 140px;
text-align: left;
}


#navigation {
position: absolute;
top: 120px;
left: 10px;
width: 130px;
}


#navigation a {
font size: 125%;
font-weight: bold;
color: #65605b;
}

#topleft {
position: absolute;
left: 10px;
top: 62px;
}

#topright {
position: absolute;
top: 10px;
right: 0px;
width: 130px;
}
#bottomright {
position: absolute;
right: 0px;
bottom: 0px;
width: 250px;
}
#bottomleft2 {
position: absolute;
left: 0px;
bottom: 0px;
}
#bottomright2 {
position: absolute;
right: 0px;
bottom: 0px;
}
#content {
position: absolute;
top: 140px;
left: 140px;
right: 10px;
padding: 5px;
width: 640px;
}
#content2 {
position: absolute;
top: 140px;
left: 140px;
right: 20px;
bottom:0px;
background-color: ffffff;
padding: 10px;
padding-top: 10px;
width: 640px;
}
#content3 {
position: absolute;
top: 140px;
left: 140px;
right: 20px;
bottom:0px;
background-color: bgcolor="#d6d1cd";
padding: 10px;
padding-top: 10px;
width: 640px;
}
#copyright {
position: absolute;
left: 10px;
bottom: 0px;
width: 120px;
}
#booksellers {
position: absolute;
right: 10px;
bottom: 10px;
width: 320px;
}
#bottomleft {
position: absolute;
left: 10px;
bottom: 0px;
width: 250px;
}

<!-- c -->
#copyright {
position: absolute;
left: 10px;
right: 20px;
bottom: 0px;
text-align: right;
}
<!-- c -->
p {
font-size: 100%;
color: 333333;
}

table {
font-size: 100%;
color: 333333;
}

td {
border: none;
padding: 6px;
}

.copyright {
font-size: 65%;
color: 666666;
}

.quote {
font-size: 100%;
color: 333333;
}

.white {
font-size: 100%;
color: ffffff;
}


h1  {
color: 2b80d4;
font-weight: bold;
}
h2, h3 {
color: 2b80d4;
font-weight: bold;
padding-top:  10px;
}
h4, h5 {
color: 2b80d4;
font-weight: normal;
}


a:link {
color: cc0000;
text-decoration:none;
}

a:visited {
color: ff0000;
text-decoration:none;
}

a:hover {
color: ffffff;
background-color:bcb3aa;
}

a:active {
color: ffffff;
background-color:999999;
}




#navigation ul {
list-style: none;
margin: 0;
padding: 0;
padding-top:  20px;
}
#navigation li {
}
#navigation li a:link {
padding: 0
color: #336699;
background color: none;
text-decoration: none;
border: 6px;
}
#navigation li a:visited {
padding: 0
color: #ffffff;
background color: none;
text-decoration: none;
border: 6px;
}
#navigation li a:hover {
color: #ffffff;
background color: none;
}
.navigation {
font-size: 125%;
color: 336699;
}







