body {
background-color: white;
margin: 0;
padding: 0;
}

#menubar {
font-family: courier, georgia, times, serif;
font-variant: small-caps;
font-weight: bold;
font-size: x-large;
white-space:pre;
background-image: url("graphics/menuback.jpg");
background-repeat: repeat-x, repeat-y;
margin: 0;
padding: 0;
}

#blogbar {
font-family: courier, georgia, times, serif;
font-variant: small-caps;
font-weight: bold;
white-space:pre;
background-image: url("graphics/menuback.jpg");
background-repeat: repeat-x, repeat-y;
margin: 0;
padding: 0;
}



#maintext {
background-image: url("graphics/background.jpg");
background-repeat: repeat-y;
}

.main {
width: 65%;
margin-left: 210px;
font-family: georgia, courier, times, serif;
}

.biopic {
width: 33%;
margin-left: 210px;
margin-right: 5px;
align: left;
}

.biocat {
width: 25%;
margin-left: 210px;
margin-right: 5px;
align: left;
}


p {
font-family: georgia, courier, times, serif;
}


h1 {
color: black;
text-align: center;
}

h2 {
color: maroon;
font-variant: small-caps;
}

h3 {
color: grey;
font-style: italic;
font-size: medium;
font-weight: lighter;
} 

a:link {color: crimson; text-decoration: none;}
a:visited {color: crimson; text-decoration: none;}
a:hover {color: maroon;}

#bookbar {
position: absolute;
left: 1px;
top: 370px;
font-size: x-small;
color: grey;
width: 100;
margin-left: 15px;
}

#footer {
background-color: white;
text-align: center;
}

p.footertext {
font-family: courier, georgia, times, serif;
font-size: small;
color: firebrick;
}
