/* Generic Selectors */
body { 
font-family: Georgia, serif; 
font-size: normal; 
color: black; 
background-image: url(images/parchment-white-2.jpg);
background-repeat: repeat;
background-attachment: fixed;
}
 
img {
border: 1px solid black;
margin: 5px 5px 5px 5px; /*top right bottom left*/
} 

img.titlebar {
border: 0px solid black;
margin: 0px 0px 0px 0px; /*top right bottom left*/ 
} 

ul.navbar {
/* background-color: white; */
}

li.navbar {
list-style-type: none; 
list-style-position: outside;
list-style-image: none;
/* background-color: #EEE; */
font-size: normal;
padding-bottom: 5px;
}

/**************** Copyright, etc ****************/ 
div.fineprint {
   color: black;
   /* background-color: #CCCCCC; */
   font-family: sans-serif; 
   font-size: smaller; 
   margin-top: 50px; 
}
div.fineprint p {
   text-align: center;
}

/**************** ****************/ 

div.artwork img {
border: 1px solid black;
margin: 5px 5px 5px 5px; /*top right bottom left*/ 
}

p.caption {
   font-size: smaller; 
   width: 50%; 
} 
 
/**************** Pseudo classes ***************
:link { 
color: blue; 
text-decoration: underline; 
font-weight: normal;
} 
li :link { 
color: blue; 
text-decoration: none; 
font-weight: normal; 
} 
:visited { 
color: blue; 
text-decoration: underline; 
font-weight: normal; 
} 
li :visited { 
color: blue; 
text-decoration: none; 
font-weight: normal; 
} 
:hover { 
color: blue; 
font-weight: normal; 
text-decoration: underline; 
}

li :hover { 
/* display: block; * /
color: blue; 
/* padding-bottom: 5px; * /
font-weight: normal; 
border-bottom-width: 1px; 
border-bottom-style: dashed; 
border-bottom-color: blue; 
} 

:active { 
color: rgb(255, 0, 102); 
font-weight: normal; 
} 

*/

/************************* ID's *************************/ 
#titlebar { 
position: absolute; 
z-index: 5; 
height: 100px;
margin: 0; 
margin-top: 0px; 
border-bottom: 0px solid black; 
font-weight: normal;
/*
background-image: url(images/red-border-2end-h.jpg);
background-repeat: repeat-x;
background-position: bottom;
background-attachment: fixed;
*/
/* background-color: white; */
} 
#navigation { 
position: absolute; 
z-index: 10; 
width: 200px; 
margin: 0; 
margin-top: 100px; 
margin-left: 0px; 
padding: 20px 0 0 0px; /* top right bottom left*/ 
border-right: 0px solid black; 
font-family: Georgia, serif; 
color: black; 
font-weight: normal; 
/* background-image: url(images/red-border-2end.jpg); 
background-repeat: repeat-y;
background-position: right;
background-attachment: fixed;
*/
/* background-color: #DDD; */
} 
#centerDoc { 
position: absolute; 
z-index: 15; 
margin-top: 100px; 
margin-left: 200px; 
padding: 20px 0 0 20px; /*top right bottom left*/ 
/* background-color: #CCC; */
width: 70%;
} 
