

body {
	padding: 0;
    margin: 0px;
    margin-top: 40px;
    width: 800px;
    position: relative;
    right: 20%;
    left: 10%;
	}
	
img {
	border:none;
	}

a:link, a:visited, a:hover, a:active {
	color: black;
	text-decoration: none;
	}

/* Prose -- theoretically readable text. Images float right. Size -- 300px wide or less*/

.prose {
	margin-top: 10%;
	}

.prose p {
	font-family: "Times New Roman", times, serif;
	font-size: 110%;
	line-height: 150%;
	text-align: justify;
	width: 60%;
	margin-top: 1.5%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	}
	
.prose h2 {
	font-family: "Courier New", courier, monospace;
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 130%;
	text-transform: lowercase;
	border-bottom: black solid 2px;
	float: right;
	width: 37%;
	margin-left: 3%;
	margin-top: 1%;
	margin-bottom: 0;
	margin-right: 0;
	clear:both;
	}
	
.proseimage {
	float: right;
	width: 37%;
	margin-left: 3%;
	border: none;
	clear:both;
	margin-bottom: 5px;
	}
	
.prose a {
	color: green
	}

.prose ol {
    width: 50%;
    }
	
.birdlist ul li {
	list-style-type: none;
	text-indent:10%;
	}


    



/* Triad -- the three-image interface */

.triad {
	width: 200px;
	height: 550px;
	float: left;
	margin-left: 25px;
    margin-right: 25px;
	padding: 0px;
	}
	
	
.triad img {
    margin: 0;
    padding: 0;
    text-align: center;
    border: 0;
    width: 200px;
    }
    
.tricap {
    font-family: sans-serif;
    font-size: 15px;
    letter-spacing: 4px;
    line-height: 120%;
    word-spacing: -4px;
    }
    
                                   
    
.mainnav {
    font-family: sans-serif;
    font-size: 15px;
    letter-spacing: 4px;
    line-height: 120%;
    word-spacing: -4px;
    text-align: center;
    }
    
/* Footer -- the footer (killed) */
    
.footer {
    clear:left;
    text-align:right;
    margin-bottom: 10%;
}

/* Experimental Gallery Code */

.mainimage {
	text-align:center;
	}
	
.mainimage {
	text-align:left;
	}
	
.maincaption {
	font-family: monospace;
	font-style: italic;
	width:100px;
	float:left;
	text-align:right;
	padding: 20px;
	}