/* Bursteinbooks.com design by Heather Greene. Created November 4, 2008 */

body {
background-image: url('bg3.jpg');
background-repeat: repeat;
background-attachment: fixed;
min-height: 100%;
color: #F5F5DC;
}

/* td, li, code, div{color: #F5F5DC;} */

a:link {color: #FFFF00; text-decoration: none}
a:visited {color: #DAA520; text-decoration: none}
a:hover {color: #FF8C00; text-decoration: underline}
a:active {color: #FF8C00; text-decoration: underline}

a.nav:link {color: #FFFF00; text-decoration: none}
a.nav:visited {color: #FFFF00; text-decoration: none}
a.nav:hover {color: #FF8C00; text-decoration: none}
a.nav:active {color: #FF8C00; text-decoration: none}

h1,h2,h3,h4 {
text-align: center
}

.left{text-align: left}

.right {text-align: right}

p.nav {
font-weight: bold; 
text-align: center; 
border-top: medium solid #F5F5DC; 
border-bottom: medium solid #F5F5DC; 
line-height: 200%;
}

p.credit {
text-align: center;
font-size: 80%;
font-style: italic;
}

p.sidebar {font-size: 60%}

div.body {
text-align: left;
margin: 0px auto;
padding:0;
border: 0;
width: 800px;
background-image: url('blueback.png');
background-repeat: repeat;
}

div.header {
margin: 0 0 15px 0;
}

div.content {
float: left;
width: 630px;
padding: 10px;
}

div.sidebar{
margin: 0;
float: left;
width: 150px;
}

div.footer{
clear: both;
height: 20px;
}

