/* basic elements */
body { 
	font-family: Georgia, Times, "Times New Roman", sans-serif;
	font: 10pt/16pt georgia; 
	color: #41433F;
        background: #ffffff;
        background-image: url(bkground.jpg);
	margin: 0px; 
	}
p { 
	font: 10pt/16pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}

h1 { 
	font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	font: italic normal 14pt/24pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 5px; 
	color: #964f4f;
        margin-top: 15px;
       }

h2 {
	font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	font: italic normal 11pt georgia; 
	font-weight: normal;
	letter-spacing: 1px;
  	color: #961E1E;
     }

h3 {
	font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	font: italic normal 10pt georgia; 
	font-weight: normal;
	letter-spacing: 1px;
  	color: #961E1E;
      }

img#floatleft { padding-right: 10px}
img#floatright { padding-left: 10px}


a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #8B0000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #4169E1;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #8B0000;
	}

table {
        width: auto;
        margin-right: auto;
        margin-left: auto;  
        margin-top: 10px;
        margin-bottom: 10px;
        background-image: url(bkground.jpg);

      }

.caption {
        font-size: 10pt; 
        font-style: italic;
        color: #961E1E;
        font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
        background-image: url(bkground.jpg);

        }


/* specific divs */

#banner { 
        position: absolute; top: 0px; left: 0px;
	padding: 0px 0px 0px 0px;  
	margin: 0px; 
	}

#content { 
	padding: 140px 10px 0px 40px;  
	margin: 5px; 
        width: 70%;
	}

#navigation {
        font-size: 10pt; 
        color: #961E1E;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
        background-image: url(bkground.jpg);

        }

#sidepanel {position: absolute;
        top: 200px;
        left: 80%;
        width: 120px;
        margin-left: 0;
        margin-right: 0;
        }

#bookpanel {position: absolute;
        font-size: 8pt; 
        top: 145px;
        left: 80%;
        width: 250px;
        margin-left: 0;
        margin-right: 0;
        }

#copyright {
	font: 9pt/16pt georgia; 
        position: relative;
	margin-top: 15px; 
   	color: #961E1E;
        background: #ffffff;
        background-image: url(bkground.jpg);
      }